diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 9debf2f..4a7f10c 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -581,4 +581,21 @@ dt { font-size: 1.1rem; } +/* Widget */ +.alaveteli-widget { + background-color: $body-bg; + color: $heading-color; +} + +.alaveteli-widget__people-count { + top: 28px; +} +.alaveteli-widget__count { + font-weight: bold; + color: $button-bg; +} + +.alaveteli-widget__button { + top: 167px; +} |