summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorMax2019-02-28 13:27:38 +0100
committerMax2019-02-28 13:27:38 +0100
commitd5f5a18aa32b80c2952ded8a5f03465741c02022 (patch)
tree7643948eacf4349c2977bd82a69c0fcaad32885a /sass
parent3d575376da9426a50b83f4934b094e0dd7581f4a (diff)
downloadfuselkoenig_de-d5f5a18aa32b80c2952ded8a5f03465741c02022.tar.gz
Brings back the clean look.
Diffstat (limited to 'sass')
-rw-r--r--sass/theme/_theme.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss
index d7d1217..1eae0fd 100644
--- a/sass/theme/_theme.scss
+++ b/sass/theme/_theme.scss
@@ -22,6 +22,9 @@ h1 > a,h2 > a,h3 > a,h4 > a,h5 > a,h6 > a {
*/
font-size: 18px !important;
}
+ul.dropdown-menu {
+ min-width: 100%;
+}
.brand-url {
color: #f5f5f5 !important;
}
@@ -239,17 +242,22 @@ ol.comment-list, .comment-content {
* ## Sidebar
*/
.widget {
- background-color: $material-color-grey-100;
+ // clean look
+ // background-color: $material-color-grey-100;
+
margin-bottom: 16px;
padding-left: 10px;
padding-right: 10px;
}
.widget-title {
- background-color: $material-color-grey-200;
+ // clean look
+ //background-color: $material-color-grey-200;
+
//padding-left: 5px;
}
#right-sidebar .widget {
- @extend .shadow-sm
+ // clean look
+ //@extend .shadow-sm
}
.rpwwt-widget ul li {
margin: 0 0 0 !important;