Update input border styling

This commit is contained in:
Ramon Wenger 2022-01-19 11:44:45 +01:00
parent 6f474d9261
commit b0a6525dd4
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@
@mixin inputstyle {
display: flex;
padding: $medium-spacing;
box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-sizing: border-box;
border: 1px solid $color-silver-light;