summaryrefslogtreecommitdiff
path: root/sass/theme/_theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/theme/_theme.scss')
-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;