diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index 7162b17..e0783a5 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -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% }