Fix checkbox alignment
This commit is contained in:
@@ -22,6 +22,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#modal--add-app-mem {
|
||||||
|
input[type="checkbox"] + label::before {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.app-team-settings-link {
|
.app-team-settings-link {
|
||||||
font-size: $small-font-size;
|
font-size: $small-font-size;
|
||||||
font-weight: $font-normal;
|
font-weight: $font-normal;
|
||||||
@@ -100,6 +107,12 @@
|
|||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
input[type="checkbox"] {
|
||||||
|
+ label::before {
|
||||||
|
margin-left: -3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.usa-input {
|
.usa-input {
|
||||||
margin: 2rem 0 2rem 0;
|
margin: 2rem 0 2rem 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user