aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-06 11:18:53 +0100
committerGareth Rees <gareth@mysociety.org>2015-08-21 11:03:26 +0100
commit6d2a9040afeb70fbd347148e2477d147e8f5c60f (patch)
tree4052b0c9110715cf15e54f944fda4d53117023e0
parentdce870b62ad381ef7cd7327b2d37c4c69ff28d86 (diff)
wire up homepage buttons
-rw-r--r--assets/stylesheets/responsive/custom.scss15
1 files changed, 14 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 8bc6b21..cdd6456 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -698,13 +698,19 @@ dt {
/* Front page */
/* Drop the extract indentation on small screens */
-#frontpage_examples .excerpt {
+#frontpage_examples {
+ .excerpt {
padding: 0.2em 0 0 0;
@include respond-min( $main_menu-mobile_menu_cutoff ){
padding: 0 0 0 2em;
}
+ }
+ p strong a {
+ @include button-secondary;
+ }
}
+<<<<<<< HEAD
/* How it works section */
.steps__list {
li {
@@ -751,6 +757,13 @@ dt {
}
}
+=======
+.latest-requests {
+ .button-secondary {
+ @include button-secondary();
+ }
+}
+>>>>>>> wire up homepage buttons
/* Authority page */
.action-bar__follower-count {
padding: 3px;