mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
14 lines
176 B
SCSS
14 lines
176 B
SCSS
|
.sparkline {
|
||
|
display: flex;
|
||
|
height: 20px;
|
||
|
border-bottom: 1px solid $sparkline_color;
|
||
|
}
|
||
|
|
||
|
.barline__bar {
|
||
|
fill: $sparkline_color;
|
||
|
}
|
||
|
|
||
|
.barline__bar:hover {
|
||
|
fill: red;
|
||
|
}
|