expiration styles for budget chart

This commit is contained in:
Andrew Croce 2018-09-19 10:46:09 -04:00
parent 7f6cebbc5f
commit 5242ab2e2a

View File

@ -67,6 +67,10 @@
fill: $color-aqua-lightest;
}
&--is-expiration {
border-left: 2px dotted $color-gray;
}
&:hover {
fill: $color-aqua-lightest;
}
@ -96,6 +100,12 @@
}
}
.budget-chart__expiration-line {
stroke-width: 2px;
stroke: $color-gray-light;
stroke-dasharray: 4px;
}
.budget-chart__cumulative__dot {
fill: $color-gold;
}