diff --git a/sass/ascribe_custom_style.scss b/sass/ascribe_custom_style.scss index e0c8c9e9..0b92e4f0 100644 --- a/sass/ascribe_custom_style.scss +++ b/sass/ascribe_custom_style.scss @@ -221,13 +221,6 @@ hr { span {font-weight: 300;} } -.route--login, -.route--signup { - .ascribe-form-bordered { - border: none; - } -} - // buttons! // thought of the day: // "every great atrocity is the result of people just following orders" @@ -439,10 +432,6 @@ fieldset[disabled] .btn-secondary.active { border-color: transparent; } -.ascribe-form-bordered { - border-color: transparent; -} - // properties! .is-focused { border-left-color: $ascribe--button-default-color !important; diff --git a/sass/ascribe_form.scss b/sass/ascribe_form.scss index 4b724e45..0310eb5e 100644 --- a/sass/ascribe_form.scss +++ b/sass/ascribe_form.scss @@ -1,5 +1,11 @@ -.ascribe-form-bordered { - border: 1px solid #f5f5f5; +.ascribe-form { + hr { + background-color: rgba(0, 0, 0, .05); + border: 0; + color: rgba(0, 0, 0, .05); + height: 1px; + margin-top: 0; + } } .ascribe-form-header { diff --git a/sass/ascribe_login.scss b/sass/ascribe_login.scss index 28100efa..cd88d98f 100644 --- a/sass/ascribe_login.scss +++ b/sass/ascribe_login.scss @@ -63,16 +63,6 @@ $break-small: 764px; margin-left: .8em; } -.ascribe-form { - hr { - background-color: rgba(0, 0, 0, .05); - border: 0; - color: rgba(0, 0, 0, .05); - height: 1px; - margin-top: 0; - } -} - %vertical-align { position: relative; top: 50%; diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss index 9d5dc143..87d268f9 100644 --- a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss +++ b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss @@ -115,13 +115,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; background-color: $ikono--landing-bg-color; min-height: 100vh; } - - .route--login, - .route--signup { - .ascribe-form-bordered { - border: none; - } - } } .client--ikonotv .route--landing {