syncthing/src/app/charts/donut-chart/donut-chart.component.scss

14 lines
207 B
SCSS
Raw Normal View History

2020-03-28 02:52:13 +01:00
.chart-container {
position: relative;
2020-03-29 22:38:06 +02:00
width: 100%;
height: 100%;
}
2020-03-28 02:52:13 +01:00
.center {
position: absolute;
left: 0;
top: 40%;
width: 100%;
text-align: center;
2020-03-29 22:38:06 +02:00
font-size:1.8rem;
2020-03-28 02:52:13 +01:00
}