box-shadow et border sur input

This commit is contained in:
Raphael Goetter 2017-07-31 17:55:18 +02:00
parent 268345cc6a
commit 87c5256c81

View File

@ -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;