box-shadow et border sur input
This commit is contained in:
parent
268345cc6a
commit
87c5256c81
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ textarea {
|
|||
white-space: nowrap;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
box-shadow: 0 0 0 1px $color-light inset;
|
||||
color: $color-base;
|
||||
vertical-align: middle;
|
||||
padding: $tiny-value $small-value;
|
||||
|
|
Loading…
Reference in a new issue