From 37097d3a40aef2e4f567148d1e05c798abdcc6ad Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 31 Oct 2019 14:41:46 -0700 Subject: [PATCH] Change SCSS to use darken, and remove input styles. --- themes/vanilla/assets/scss/style.scss | 12 ------------ 1 file changed, 12 deletions(-) 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% }