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

12 lines
172 B
SCSS
Raw Normal View History

2020-03-28 02:52:13 +01:00
.chart-container {
position: relative;
}
.center {
position: absolute;
left: 0;
top: 40%;
width: 100%;
text-align: center;
font-size: 18px;
}