Run script/format with prettier
This commit is contained in:
@@ -35,12 +35,10 @@ body {
|
||||
padding: $gap * 2;
|
||||
}
|
||||
|
||||
|
||||
@include media($large-screen) {
|
||||
padding: $gap * 4;
|
||||
}
|
||||
|
||||
|
||||
.modal__body {
|
||||
background-color: $color-white;
|
||||
padding: $gap * 2;
|
||||
@@ -53,13 +51,12 @@ body {
|
||||
max-height: calc(100vh - #{$gap * 8});
|
||||
}
|
||||
|
||||
|
||||
@include media($medium-screen) {
|
||||
padding: $gap * 5;
|
||||
}
|
||||
|
||||
|
||||
h1, h2 {
|
||||
h1,
|
||||
h2 {
|
||||
@include h3;
|
||||
}
|
||||
|
||||
@@ -78,7 +75,6 @@ body {
|
||||
right: $gap * 2;
|
||||
}
|
||||
|
||||
|
||||
@include media($large-screen) {
|
||||
top: $gap * 4;
|
||||
right: $gap * 4;
|
||||
@@ -93,7 +89,6 @@ body {
|
||||
margin: -$gap * 4;
|
||||
}
|
||||
|
||||
|
||||
.block-list__header {
|
||||
border-top: 0;
|
||||
}
|
||||
@@ -123,14 +118,12 @@ body {
|
||||
right: $gap * 2;
|
||||
}
|
||||
|
||||
|
||||
@include media($large-screen) {
|
||||
bottom: $gap * 4;
|
||||
left: $gap * 4;
|
||||
right: $gap * 4;
|
||||
}
|
||||
|
||||
|
||||
.action-group {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -208,7 +201,7 @@ body {
|
||||
.usa-button {
|
||||
margin-left: 2rem;
|
||||
|
||||
&[type='button']:disabled {
|
||||
&[type="button"]:disabled {
|
||||
background-color: $color-gray-lighter;
|
||||
opacity: inherit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user