aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-03-10 12:20:29 +0000
committerGareth Rees <gareth@mysociety.org>2015-07-07 15:20:09 +0100
commitc5d92eff8ea9aba5e379c5b43c3a5c19fa46d66f (patch)
tree7c615b24b9b1d85cb59d58233bce2d27e3f261dd
parent4803f50dfccd6eb409c670b19c539f46f5bf2d6c (diff)
Widget styles and image from @martinwright
-rw-r--r--assets/stylesheets/responsive/custom.scss17
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;
+}