LMS: resolves styling issues for button UI in verification flows

This commit is contained in:
Brian Talbot
2013-10-26 23:09:09 -04:00
parent 90ad574314
commit 17f3970fc8
2 changed files with 7 additions and 3 deletions

View File

@@ -537,7 +537,7 @@
background: $verified-color-lvl5;
.action-upgrade {
@extend %btn-verify-primary;
@extend %btn-primary-green;
@include clearfix();
span {

View File

@@ -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;
}
// ====================