mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
14 lines
215 B
SCSS
14 lines
215 B
SCSS
|
|
@import "../../styles/constants.scss";
|
|
|
|
.day-breakdown-chart{
|
|
|
|
#bar-chart{
|
|
width: 100%;
|
|
|
|
/deep/ text{ fill: $med-grey; font-size: $font-normal; }
|
|
/deep/ path{ stroke: $med-grey; }
|
|
}
|
|
|
|
}
|