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,7 +1,6 @@
.budget-chart {
.budget-chart__header {
border-bottom: 1px solid $color-gray-light;
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -35,6 +34,7 @@
&.accumulated {
background-color: $color-gold;
}
&.monthly {
background-color: $color-blue;
}
@@ -50,6 +50,7 @@
&.spend {
border-color: $color-blue;
}
&.accumulated {
border-color: $color-gold;
}
@@ -64,7 +65,7 @@
cursor: pointer;
&--highlighted {
fill: rgba($color-aqua, .15);
fill: rgba($color-aqua, 0.15);
}
&--is-expiration {
@@ -72,7 +73,7 @@
}
&:hover {
fill: rgba($color-aqua, .15);
fill: rgba($color-aqua, 0.15);
}
}
@@ -95,6 +96,7 @@
a {
text-decoration: none;
&:focus {
outline: none;
stroke: $color-gray-light;
@@ -154,6 +156,7 @@
.budget-chart__label {
@include small-label;
fill: $color-gray;
pointer-events: none;