UX: better accept invite page on mobile

This commit is contained in:
Arpit Jalan 2017-06-13 07:25:10 +05:30
parent 5f6c859744
commit baf635c06e
2 changed files with 6 additions and 4 deletions

View File

@ -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;

View File

@ -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;
}