Change SCSS to use darken, and remove input styles.

This commit is contained in:
Danila Fedorin 2019-10-31 14:41:46 -07:00
parent 3aa468c2f6
commit 37097d3a40
1 changed files with 0 additions and 12 deletions

View File

@ -126,18 +126,6 @@ a {
text-decoration: none;
}
input[type="text"], input[type="password"], textarea {
padding: 0.5em 0em 0.5em 0em;
margin: 0.5em 0.5em 0.5em 0em;
border: none;
border-bottom: solid 0.2em $primary-color-dark;
transition: border 0.25s;
&:focus {
outline: none;
border-bottom: solid 0.2em white;
}
}
img {
max-width: 100%
}