Commit 17f3970f by Brian Talbot

LMS: resolves styling issues for button UI in verification flows

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