Fixed border radius.

This commit is contained in:
Dank Gabs 2019-07-22 22:36:54 -04:00
parent 47a18f6024
commit bdedac71f1

View File

@ -2,7 +2,7 @@ input {
&.standard {
&[type='text'] {
border: 1px solid;
corner-radius: 4px;
border-radius: 4px;
@include font-size(16);
border-color: $gab-placeholder-accent;
background: $gab-background-container;