box-shadow inset on inputs
This commit is contained in:
parent
12cb77806d
commit
ed70f7187e
3 changed files with 3 additions and 3 deletions
|
@ -1816,7 +1816,7 @@ textarea {
|
|||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
box-shadow: 0 0 0 1px #fff inset;
|
||||
box-shadow: 0 0 0 1px #F7F7F7 inset;
|
||||
color: #000;
|
||||
vertical-align: middle;
|
||||
padding: 0.5rem 1rem;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,7 @@ textarea {
|
|||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
box-shadow: 0 0 0 1px $color-light inset;
|
||||
box-shadow: 0 0 0 1px $color-muted inset;
|
||||
color: $color-base;
|
||||
vertical-align: middle;
|
||||
padding: $tiny-value $small-value;
|
||||
|
|
Loading…
Reference in a new issue