Merge pull request #276 from nkevins/admin_css_update

Make admin input outline darker
This commit is contained in:
Nabeel Shahzad
2018-09-20 13:55:21 -05:00
committed by GitHub
9 changed files with 230 additions and 230 deletions

View File

@@ -4,7 +4,7 @@
font-family: "Avenir-light", "AvenirLTStd-Light", sans-serif !important;
border-radius: 0;
background-color: $transparent-bg;
border: 1px solid $light-gray;
border: 1px solid $medium-dark-gray;
color: $black-color;
line-height: 1em;
font-size: $font-size-base;
@@ -233,7 +233,7 @@ textarea.form-control {
padding: 10px 10px;
resize: none;
background-color: $transparent-bg;
border: 1px solid $light-gray;
border: 1px solid $medium-dark-gray;
color: $black-color;
line-height: 1em;
font-size: $font-size-base;