Run script/format with prettier
This commit is contained in:
@@ -14,12 +14,13 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
h2, h3, h4 {
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
color: $color-primary;
|
||||
}
|
||||
|
||||
|
@@ -5,7 +5,6 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
.funding-summary-row__col {
|
||||
hr {
|
||||
margin: (2 * $gap) 0;
|
||||
@@ -24,7 +23,6 @@
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
@@ -34,7 +32,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
align-items: stretch;
|
||||
|
||||
.panel {
|
||||
@@ -45,7 +42,6 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.subheading {
|
||||
@include h4;
|
||||
|
||||
@@ -83,7 +79,6 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
dt {
|
||||
text-transform: uppercase;
|
||||
color: $color-gray-light;
|
||||
@@ -133,7 +128,7 @@
|
||||
|
||||
dd {
|
||||
&::before {
|
||||
content: '#';
|
||||
content: "#";
|
||||
color: $color-gray;
|
||||
margin-right: $gap;
|
||||
}
|
||||
@@ -155,7 +150,8 @@
|
||||
dl {
|
||||
margin: 0 0 0 $gap;
|
||||
|
||||
dd, dt {
|
||||
dd,
|
||||
dt {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
@@ -168,7 +164,8 @@
|
||||
text-align: right;
|
||||
margin-top: -2 * $gap;
|
||||
|
||||
dd, dt {
|
||||
dd,
|
||||
dt {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@@ -213,13 +210,15 @@
|
||||
|
||||
table {
|
||||
.spend-table__portfolio {
|
||||
th, td {
|
||||
th,
|
||||
td {
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid $color-gray-lightest;
|
||||
}
|
||||
}
|
||||
|
||||
th, td {
|
||||
th,
|
||||
td {
|
||||
&.previous-month {
|
||||
color: $color-gray;
|
||||
}
|
||||
@@ -233,7 +232,6 @@ table {
|
||||
min-width: 12rem;
|
||||
}
|
||||
|
||||
|
||||
meter {
|
||||
width: 100%;
|
||||
height: 3rem;
|
||||
@@ -244,7 +242,6 @@ table {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
&::-webkit-meter-bar {
|
||||
background: $color-white;
|
||||
}
|
||||
|
@@ -75,7 +75,6 @@
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
|
||||
.approval-log__log-item__header,
|
||||
.comment-log__log-item__header {
|
||||
@include h4;
|
||||
@@ -107,7 +106,6 @@
|
||||
margin-right: $gap * 4;
|
||||
}
|
||||
|
||||
|
||||
span {
|
||||
display: block;
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user