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:
parent
916d06bc74
commit
4b16a4391c
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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%;
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user