diff options
-rw-r--r-- | assets/images/widget-base.png | bin | 0 -> 3029 bytes | |||
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/assets/images/widget-base.png b/assets/images/widget-base.png Binary files differnew file mode 100644 index 0000000..1b400cf --- /dev/null +++ b/assets/images/widget-base.png diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index b7e8879..5246f44 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -555,3 +555,22 @@ dt { } } + +/* 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; +} |