Commit 17f3970f by Brian Talbot

LMS: resolves styling issues for button UI in verification flows

parent 90ad5743
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
background: $verified-color-lvl5; background: $verified-color-lvl5;
.action-upgrade { .action-upgrade {
@extend %btn-verify-primary; @extend %btn-primary-green;
@include clearfix(); @include clearfix();
span { span {
......
...@@ -269,12 +269,16 @@ ...@@ -269,12 +269,16 @@
// elements - controls // elements - controls
.action-primary { .action-primary {
@extend %btn-primary-blue; @extend %btn-primary-blue;
border: none; // needed for override due to .register a:link styling
border: 0 !important;
color: $white !important;
} }
.action-confirm { .action-confirm {
@extend %btn-verify-primary; @extend %btn-verify-primary;
border: none; // needed for override due to .register a:link styling
border: 0 !important;
color: $white !important;
} }
// ==================== // ====================
......
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