8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.circular-chart { | .circular-chart { | ||
position: relative; | position: relative; | ||
width: | width: 280px; | ||
height: | height: 280px; | ||
border-radius: 50%; | border-radius: 50%; | ||
list-style: none; | list-style: none; | ||
| Line 50: | Line 50: | ||
top: 50%; | top: 50%; | ||
left: 50%; | left: 50%; | ||
width: | width: 200px; | ||
height: | height: 200px; | ||
background-color: var(--setlist-bg-color); /* Используем ту же переменную */ | background-color: var(--setlist-bg-color); /* Используем ту же переменную */ | ||
border-radius: 50%; | border-radius: 50%; | ||