Fix styling for resend invite modal

This commit is contained in:
leigh-mil
2019-10-08 17:06:36 -04:00
parent ec593fbd42
commit 7a778dd1dd
2 changed files with 9 additions and 3 deletions

View File

@@ -157,8 +157,14 @@ body {
min-width: 17rem;
}
.usa-input .checkbox {
margin-left: 3rem;
.usa-input {
.checkbox {
margin-left: 3rem;
}
&__title {
font-weight: $font-normal;
}
}
input[type="checkbox"] {