gaf-mobile
Version:
GAF mobile Web site
42 lines (33 loc) • 692 B
text/less
@import (reference) '../themes/variables';
// Update Location Modal
.UpdateLocation {
&-form {
&-content {
display: block;
}
&-label {
display: block;
margin: 0;
font-weight: @type-weight-light;
}
& &-checkbox {
float: left;
height: initial;
margin: 10px 14px 0 0;
}
&-text {
width: 300px;
font-size: @type-size-sml;
}
&-btn {
width: 100%;
margin-top: 24px;
}
}
&-categories {
margin-top: 16px;
}
&-alert {
margin-bottom: 15px;
}
}