diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-12 17:10:58 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-12 17:10:58 +0000 |
commit | 631a3f8223fd257375beb8fb5c0fc4042eadf911 (patch) | |
tree | 38fd3ddc8d972fd0d65dbd2a8c2e9df0d2925a03 | |
parent | 6f466b97c4dfbd5ee5480a2ea0f77a4cc82bb3ef (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.scss | 8 |
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(); } |