Commit 4d9d6a45 by Brian Talbot

Studio: resolves blue primary button default + hover color states

parent 8f5c972e
...@@ -26,13 +26,13 @@ ...@@ -26,13 +26,13 @@
// blue primary button // blue primary button
.btn-primary-blue { .btn-primary-blue {
@extend .btn-primary; @extend .btn-primary;
background: $blue; background: $blue-u1;
border-color: $blue-s1; border-color: $blue-u1;
color: $white; color: $white;
&:hover, &:active { &:hover, &:active {
background: $blue-s2; background: $blue-s1;
border-color: $blue-s2; border-color: $blue-s1;
} }
&.current, &.active { &.current, &.active {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment