From fb4a36c0ffe41233d91f06b6aaeb1992506f4546 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 24 Jul 2014 17:45:04 +1000 Subject: [PATCH] Add new button style for use - turquoise for secondary CTA buttons --- app/assets/stylesheets/darkswarm/ui.css.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/ui.css.sass b/app/assets/stylesheets/darkswarm/ui.css.sass index 40896d4694..bd740ec614 100644 --- a/app/assets/stylesheets/darkswarm/ui.css.sass +++ b/app/assets/stylesheets/darkswarm/ui.css.sass @@ -56,6 +56,12 @@ background: $clr-brick-bright text-shadow: 0 1px 0 $clr-brick +button.success, .button.success + background: $clr-turquoise + +.button.success:hover, .button.success:active, .button.success:focus, button.success:hover, button.success:active, button.success:focus + background: $clr-turquoise-bright + // Responsive @media screen and (min-width: 768px) [role="main"]