mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Add style to loading button
This commit is contained in:
parent
94568934ea
commit
dd965653d6
@ -14,13 +14,18 @@
|
|||||||
.client--ikonotv.route--signup {
|
.client--ikonotv.route--signup {
|
||||||
background-color: #c40050;
|
background-color: #c40050;
|
||||||
|
|
||||||
button[type='submit'] {
|
.ascribe-btn-login {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 50px auto 0;
|
margin: 50px auto 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 10px 30px;
|
padding: 10px 30px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ascribe-btn-login-spinner {
|
||||||
|
background-color: #02b6a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-form-header {
|
.ascribe-form-header {
|
||||||
@ -78,6 +83,16 @@
|
|||||||
.checkbox a {
|
.checkbox a {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ascribe-login-text {
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user