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;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Create account
|
|
|
|
|
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 {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2017-01-31 15:42:12 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-11 17:33:54 +05:30
|
|
|
.user-fields {
|
|
|
|
border-top: 1px solid $primary-low;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
2017-01-31 15:42:12 -05:00
|
|
|
}
|
|
|
|
|
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 {
|
2017-06-09 00:40:43 +05:30
|
|
|
.controls, .input {
|
|
|
|
margin-left: 20px;
|
2017-06-13 07:25:10 +05:30
|
|
|
}
|
2017-06-09 00:40:43 +05:30
|
|
|
input, label {
|
|
|
|
margin-bottom: 0;
|
2017-06-13 07:25:10 +05:30
|
|
|
}
|
2017-06-09 00:40:43 +05:30
|
|
|
.user-field .control-label:not(.checkbox-label) {
|
2017-02-13 16:19:41 -05:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|