revisions to field styles
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user