aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/images/widget-base.pngbin0 -> 3029 bytes
-rw-r--r--assets/stylesheets/responsive/custom.scss19
2 files changed, 19 insertions, 0 deletions
diff --git a/assets/images/widget-base.png b/assets/images/widget-base.png
new file mode 100644
index 0000000..1b400cf
--- /dev/null
+++ b/assets/images/widget-base.png
Binary files differ
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;
+}