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;
|
white-space: nowrap;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
border: 0;
|
||||||
|
box-shadow: 0 0 0 1px $color-light inset;
|
||||||
color: $color-base;
|
color: $color-base;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: $tiny-value $small-value;
|
padding: $tiny-value $small-value;
|
||||||
|
|
Loading…
Reference in a new issue