Update styles for inputs

This commit is contained in:
kiswa 2016-11-05 12:22:52 +00:00
parent 70d06b9c5c
commit 1f3fe32a0a
3 changed files with 11 additions and 3 deletions

View File

@ -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/`

View File

@ -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;
}

View File

@ -70,7 +70,6 @@
input,
select {
height: auto;
margin-bottom: 7px;
}