From d5f5a18aa32b80c2952ded8a5f03465741c02022 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 28 Feb 2019 13:27:38 +0100 Subject: Brings back the clean look. --- sass/theme/_theme.scss | 14 +++++++++++--- 1 file 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; -- cgit v1.2.3