Run scss formatter

This commit is contained in:
George Drummond
2019-05-01 12:44:46 -04:00
parent fc862b4f5b
commit 21d2b5dba3
44 changed files with 519 additions and 390 deletions

View File

@@ -1,19 +1,20 @@
.funding-summary-row {
@include media($medium-screen) {
@include grid-row;
flex-wrap: wrap;
}
.funding-summary-row__col {
.funding-summary-row__col {
hr {
margin: 2 * $gap 0;
margin: (2 * $gap) 0;
border-bottom: 1px solid $color-gray-lightest;
}
@include media($medium-screen) {
@include grid-pad;
flex-grow: 1;
display: flex;
flex-direction: row;
@@ -23,14 +24,17 @@
max-width: 50%;
}
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}
align-items: stretch;
.panel {
@@ -41,9 +45,11 @@
max-width: 100%;
}
.subheading {
@include h4;
margin: 0 $gap 2 * $gap 0;
margin: 0 $gap (2 * $gap) 0;
-ms-flex-negative: 1;
}
@@ -64,7 +70,6 @@
}
.spend-summary__budget {
@include ie-only {
margin: $gap 0 0 0;
}
@@ -78,6 +83,7 @@
text-align: left;
}
dt {
text-transform: uppercase;
color: $color-gray-light;
@@ -94,7 +100,7 @@
}
.spend-summary__spent {
margin: 2 * $gap 0;
margin: (2 * $gap) 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
@@ -105,13 +111,11 @@
}
}
// Task Order Summary
// ===============================
&.to-summary {
.icon-link {
font-weight: $font-normal
font-weight: $font-normal;
}
.subheading {
@@ -120,11 +124,13 @@
.to-summary__heading {
@include h4;
margin: 0 $gap 0 0;
}
.to-summary__to-number {
margin: 0;
dd {
&::before {
content: '#';
@@ -158,7 +164,6 @@
}
.to-summary__expiration {
dl {
text-align: right;
margin-top: -2 * $gap;
@@ -228,6 +233,7 @@ table {
min-width: 12rem;
}
meter {
width: 100%;
height: 3rem;
@@ -238,6 +244,7 @@ table {
display: block;
}
&::-webkit-meter-bar {
background: $color-white;
}
@@ -250,7 +257,7 @@ table {
display: block;
color: $color-white;
background-color: rgba($color-blue, 0.65);
border-radius: $gap/2;
border-radius: $gap / 2;
position: absolute;
top: 2.3rem;
left: $gap / 2;