Run script/format with prettier

This commit is contained in:
George Drummond
2019-05-03 14:01:24 -04:00
parent 0996f254cb
commit 9e4647254f
28 changed files with 104 additions and 93 deletions

View File

@@ -31,7 +31,6 @@
@include grid-row;
}
@include ie-only {
width: 100%;
max-width: 100%;
@@ -80,7 +79,8 @@
width: 100%;
}
.label--pending, .label--started {
.label--pending,
.label--started {
background-color: $color-gold;
}
@@ -133,12 +133,10 @@
padding-right: $gap;
}
@include ie-only {
width: calc(100% - 35rem);
}
.task-order-next-steps__panel-head {
border-bottom: 1px solid black;
padding: ($gap * 4) ($gap * 2);
@@ -154,7 +152,6 @@
width: 100%;
}
.alert {
margin-top: 3 * $gap;
margin-bottom: 0;
@@ -204,7 +201,6 @@
padding-left: 3 * $gap;
}
min-width: 35rem;
hr {
@@ -299,7 +295,8 @@
}
}
.subheading, .description {
.subheading,
.description {
color: $color-gray;
}
@@ -424,7 +421,7 @@
}
p {
margin: .5rem 0;
margin: 0.5rem 0;
}
.officer__info--name {