expiration styles for budget chart
This commit is contained in:
parent
7f6cebbc5f
commit
5242ab2e2a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user