This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/assets/css/_sparkline.scss
2020-03-08 15:05:20 +13:00

19 lines
292 B
SCSS

.sparkline--filled-area {
fill: #ffa60071;
stroke: none;
}
.sparkline--line {
stroke: #ffa500;
stroke-width: 1px;
fill: none;
}
.sparkline {
padding: 0;
margin: 0;
width: 100%;
height: auto;
border-bottom: 1px solid rgba(204, 204, 204, 0.541);
// overflow: visible;
}