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

@@ -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;
}