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 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
label {
|
||||
label:not(.checkbox-label) {
|
||||
font-weight: bold;
|
||||
}
|
||||
.controls, .input {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.instructions {
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||
margin: 0;
|
||||
|
|
|
@ -99,11 +99,10 @@
|
|||
form {
|
||||
.controls, .input {
|
||||
margin-left: 20px;
|
||||
margin-bottom: 10px;
|
||||
},
|
||||
}
|
||||
input, label {
|
||||
margin-bottom: 0;
|
||||
},
|
||||
}
|
||||
.user-field .control-label:not(.checkbox-label) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue