UX: better accept invite page on mobile
This commit is contained in:
parent
5f6c859744
commit
baf635c06e
|
@ -91,9 +91,12 @@ $input-width: 220px;
|
||||||
button.btn-primary {
|
button.btn-primary {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
label {
|
label:not(.checkbox-label) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.controls, .input {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
.instructions {
|
.instructions {
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -99,11 +99,10 @@
|
||||||
form {
|
form {
|
||||||
.controls, .input {
|
.controls, .input {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-bottom: 10px;
|
}
|
||||||
},
|
|
||||||
input, label {
|
input, label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
},
|
}
|
||||||
.user-field .control-label:not(.checkbox-label) {
|
.user-field .control-label:not(.checkbox-label) {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue