2013-09-05 15:37:07 -04:00
|
|
|
// style that apply to the login popup
|
|
|
|
|
|
|
|
#login-buttons {
|
|
|
|
button {
|
|
|
|
margin: 0 5px 5px 0;
|
|
|
|
min-width: 180px;
|
|
|
|
}
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login-form {
|
|
|
|
a {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: scale-color($primary, $lightness: 35%);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-03 15:19:59 -05:00
|
|
|
.login-modal {
|
|
|
|
.fa-spinner {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
// Create account
|
|
|
|
|
|
|
|
#new-account-link {
|
2014-03-06 01:51:39 -05:00
|
|
|
cursor: pointer;
|
2013-12-16 17:31:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.create-account {
|
2014-02-07 16:04:00 -05:00
|
|
|
form {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-12-27 14:25:31 -05:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-12-16 17:31:05 -05:00
|
|
|
tr.input {
|
|
|
|
td {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
input, label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-12-27 14:25:31 -05:00
|
|
|
.tip {
|
|
|
|
max-width: 340px;
|
|
|
|
}
|
2013-12-16 17:31:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.instructions {
|
|
|
|
label {
|
2014-06-04 23:33:58 -07:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2013-12-16 17:31:05 -05:00
|
|
|
}
|
|
|
|
}
|
2014-01-03 15:19:59 -05:00
|
|
|
|
|
|
|
.fa-spinner {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2014-02-07 16:04:00 -05:00
|
|
|
|
|
|
|
.tos-agree {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
2014-03-08 18:55:03 +05:30
|
|
|
}
|