Run scss formatter
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user