LEARNER-6610:Make Account Settings form controls' border dark
This commit is contained in:
@@ -238,6 +238,9 @@ $zebra-stripe-color: rgb(249, 250, 252) !default;
|
||||
$divider-color: rgb(226, 231, 236) !default;
|
||||
$lms-preview-menu-color: #c8c8c8 !default;
|
||||
|
||||
//Form control border color for account settings
|
||||
$gray58-border: tint($gray, 22%) !default;
|
||||
|
||||
// old color variables
|
||||
// DEPRECATED: Do not continue to use these colors, instead use pattern libary and base colors above.
|
||||
$dark-gray1: rgb(74, 74, 74) !default;
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
@include appearance(none);
|
||||
|
||||
padding: 14px 30px 14px 15px;
|
||||
border: 1px solid $light-gray;
|
||||
border: 1px solid $gray58-border;
|
||||
background-color: transparent;
|
||||
border-radius: 2px;
|
||||
position: relative;
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
display: inline-block;
|
||||
padding: 0.625rem;
|
||||
border: 1px solid $light-gray;
|
||||
border: 1px solid $gray58-border;
|
||||
border-radius: 2px;
|
||||
background: $white;
|
||||
font-size: $body-font-size;
|
||||
|
||||
Reference in New Issue
Block a user