From 6d2a9040afeb70fbd347148e2477d147e8f5c60f Mon Sep 17 00:00:00 2001 From: Martin Wright Date: Thu, 6 Aug 2015 11:18:53 +0100 Subject: wire up homepage buttons --- assets/stylesheets/responsive/custom.scss | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3