Change SCSS to use darken, and remove input styles.
This commit is contained in:
parent
3aa468c2f6
commit
37097d3a40
|
@ -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%
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user