Skip to content
Snippets Groups Projects
Unverified Commit 33d4ba0f authored by Zainab Amir's avatar Zainab Amir Committed by GitHub
Browse files

change account setting's form controls border color

Change Account Settings form controls border color
parents d02efb1d 882bd1b7
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment