2013-09-05 15:37:07 -04:00
|
|
|
// style that apply to the login popup
|
|
|
|
|
|
|
|
@import "common/foundation/variables";
|
|
|
|
@import "common/foundation/mixins";
|
|
|
|
|
|
|
|
#login-buttons {
|
|
|
|
button {
|
|
|
|
margin: 0 5px 5px 0;
|
|
|
|
min-width: 180px;
|
|
|
|
}
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login-form {
|
|
|
|
a {
|
|
|
|
color: $dark_gray;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
cursor: pointer;
|
2013-12-16 17:31:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.create-account {
|
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 {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
}
|
2014-01-03 15:19:59 -05:00
|
|
|
|
|
|
|
.fa-spinner {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|