LEARNER-6610:Make Account Settings form controls' border dark

This commit is contained in:
Zainab Amir
2018-12-13 15:35:12 +05:00
parent d02efb1d24
commit 882bd1b750
2 changed files with 5 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;