1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 01:39:36 +01:00

Cleanup ascribe-form styles

This commit is contained in:
Brett Sun 2016-02-26 14:45:37 +01:00
parent 916d06bc74
commit 4b16a4391c
4 changed files with 8 additions and 30 deletions

View File

@ -221,13 +221,6 @@ hr {
span {font-weight: 300;} span {font-weight: 300;}
} }
.route--login,
.route--signup {
.ascribe-form-bordered {
border: none;
}
}
// buttons! // buttons!
// thought of the day: // thought of the day:
// "every great atrocity is the result of people just following orders" // "every great atrocity is the result of people just following orders"
@ -439,10 +432,6 @@ fieldset[disabled] .btn-secondary.active {
border-color: transparent; border-color: transparent;
} }
.ascribe-form-bordered {
border-color: transparent;
}
// properties! // properties!
.is-focused { .is-focused {
border-left-color: $ascribe--button-default-color !important; border-left-color: $ascribe--button-default-color !important;

View File

@ -1,5 +1,11 @@
.ascribe-form-bordered { .ascribe-form {
border: 1px solid #f5f5f5; hr {
background-color: rgba(0, 0, 0, .05);
border: 0;
color: rgba(0, 0, 0, .05);
height: 1px;
margin-top: 0;
}
} }
.ascribe-form-header { .ascribe-form-header {

View File

@ -63,16 +63,6 @@ $break-small: 764px;
margin-left: .8em; 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 { %vertical-align {
position: relative; position: relative;
top: 50%; top: 50%;

View File

@ -115,13 +115,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
background-color: $ikono--landing-bg-color; background-color: $ikono--landing-bg-color;
min-height: 100vh; min-height: 100vh;
} }
.route--login,
.route--signup {
.ascribe-form-bordered {
border: none;
}
}
} }
.client--ikonotv .route--landing { .client--ikonotv .route--landing {