diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-06 11:18:53 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-08-21 11:03:26 +0100 |
commit | 6d2a9040afeb70fbd347148e2477d147e8f5c60f (patch) | |
tree | 4052b0c9110715cf15e54f944fda4d53117023e0 | |
parent | dce870b62ad381ef7cd7327b2d37c4c69ff28d86 (diff) |
wire up homepage buttons
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 15 |
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; |