aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-06 11:18:53 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-07 15:06:13 +0100
commit8989c1f43c5e5ef20f4c0f62c9aa69579fcec5a4 (patch)
tree803fd49536f858c88a3139eb939a34a0e6772ed1
parent2973c93c586d06e3f8730a10bdbaf1f7e49442d5 (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 792daba..3b63bec 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -746,13 +746,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 {
@@ -811,6 +817,13 @@ li:nth-child(3) {
}
}
+=======
+.latest-requests {
+ .button-secondary {
+ @include button-secondary();
+ }
+}
+>>>>>>> wire up homepage buttons
/* Authority page */
.action-bar__follower-count {
padding: 3px;