Update input border styling
This commit is contained in:
parent
6f474d9261
commit
b0a6525dd4
|
|
@ -218,7 +218,6 @@
|
||||||
@mixin inputstyle {
|
@mixin inputstyle {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: $medium-spacing;
|
padding: $medium-spacing;
|
||||||
box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid $color-silver-light;
|
border: 1px solid $color-silver-light;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue