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