revisions to field styles

This commit is contained in:
James
2020-07-30 13:32:11 -04:00
parent 3c522930ee
commit bc884e64dd
2 changed files with 10 additions and 4 deletions

View File

@@ -57,8 +57,13 @@
}
&--read-only {
&__input {
background-color: lighten($color-gray, 5%);
.checkbox__label {
color: $color-gray;
}
.checkbox__input {
background-color: lighten($color-light-gray, 5%);
}
}
}

View File

@@ -6,10 +6,11 @@
margin-left: - base(.5);
margin-right: - base(.5);
width: calc(100% + #{$baseline});
margin-bottom: 0;
> * {
margin-left: base(.5);
margin-right: base(.5);
padding-left: base(.5);
padding-right: base(.5);
}
@include mid-break {