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;
|
2014-11-06 22:06:21 +08:00
|
|
|
&:lang(zh_CN) {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login-form {
|
|
|
|
a {
|
2015-08-20 02:42:12 -07:00
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 35%), scale-color($secondary, $lightness: 65%));
|
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
|
|
|
}
|
|
|
|
|
2014-02-07 16:04:00 -05:00
|
|
|
.tos-agree {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
2014-10-02 15:56:28 -04:00
|
|
|
|
2016-11-15 13:41:43 +11:00
|
|
|
.disclaimer {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2017-01-31 15:42:12 -05:00
|
|
|
.instructions {
|
|
|
|
label {
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-02-13 16:19:41 -05:00
|
|
|
.password-reset, .invites-show {
|
2017-01-31 15:42:12 -05:00
|
|
|
.col-form {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
2017-02-13 16:19:41 -05:00
|
|
|
.col-image img {
|
2017-01-31 15:42:12 -05:00
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
2014-03-08 18:55:03 +05:30
|
|
|
}
|
2017-02-13 16:19:41 -05:00
|
|
|
|
|
|
|
.password-reset {
|
|
|
|
.col-form {
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.invites-show {
|
|
|
|
padding-top: 20px;
|
|
|
|
|
|
|
|
.two-col {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.col-image {
|
|
|
|
width: 200px;
|
|
|
|
img {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.col-form {
|
|
|
|
margin-left: 200px;
|
|
|
|
.inline-invite-img {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
form {
|
|
|
|
label, .input {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|