Update styles for inputs
This commit is contained in:
parent
70d06b9c5c
commit
1f3fe32a0a
@ -125,8 +125,8 @@ Language | Files | Blank | Comment | Code
|
||||
PHP | 26 | 672 | 21 | 2161
|
||||
TypeScript | 45 | 391 | 17 | 1704
|
||||
HTML | 15 | 93 | 0 | 1014
|
||||
SASS | 13 | 199 | 10 | 899
|
||||
__SUM:__ | __99__ | __1355__ | __48__ | __5778__
|
||||
SASS | 13 | 200 | 11 | 905
|
||||
__SUM:__ | __99__ | __1356__ | __49__ | __5784__
|
||||
|
||||
Command: `cloc --exclude-dir=vendor --exclude-ext=json src/`
|
||||
|
||||
|
@ -67,6 +67,15 @@ button.flat,
|
||||
}
|
||||
// scss-lint:enable QualifyingElement
|
||||
|
||||
// Override normalize.css font styles
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: "Pontano Sans", sans-serif;
|
||||
}
|
||||
|
||||
button {
|
||||
transition: background .3s;
|
||||
}
|
||||
|
@ -70,7 +70,6 @@
|
||||
|
||||
input,
|
||||
select {
|
||||
height: auto;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user