aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets/responsive/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r--assets/stylesheets/responsive/custom.scss19
1 files changed, 19 insertions, 0 deletions
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;
+}