aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2016-12-12 17:10:58 +0000
committerGareth Rees <gareth@garethrees.co.uk>2016-12-12 17:10:58 +0000
commit631a3f8223fd257375beb8fb5c0fc4042eadf911 (patch)
tree38fd3ddc8d972fd0d65dbd2a8c2e9df0d2925a03
parent6f466b97c4dfbd5ee5480a2ea0f77a4cc82bb3ef (diff)
Style sidebar CTA button
Minimum viable styles – didn't add a background to the element as I think it would conflict with the new status bar.
-rw-r--r--assets/stylesheets/responsive/custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index dc205f2..07ae01a 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -612,6 +612,14 @@ a.link_to_this {
}
}
+.sidebar {
+ .new-request-cta {
+ .new-request__make-new-requests {
+ @include button-primary();
+ }
+ }
+}
+
.feed_link_sidebar .link_button_green {
@include button-primary();
}