default font for inputs
parent
ae5ee1f087
commit
aad31c9d5f
|
@ -47,6 +47,7 @@ select,
|
|||
line-height: 40px;
|
||||
border: solid 1px $font-color !important;
|
||||
border-radius: 4px;
|
||||
font-family: $default_font;
|
||||
@extend .clickable;
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Reference in New Issue