mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Cleanup ascribe-form styles
This commit is contained in:
parent
d8e92f6e01
commit
f162117c92
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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%;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user