Cleanup ascribe-form styles

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

View File

@ -95,13 +95,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"
@ -305,10 +298,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;

View File

@ -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 {

View File

@ -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%;

View File

@ -101,13 +101,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 {