This commit is contained in:
m.epshtein 2025-05-30 12:08:58 +03:00
parent dc24aae0a4
commit 4dcb3fe2cd

View file

@ -372,9 +372,9 @@ body.webbpm.ervu_dashboard {
*/
.webbpm.ervu_dashboard .progress {
width: 64px;
height: 64px;
border: 5px dotted var(--color-text-primary);
width: 3.2vw;
height:3.2vw;
border: 0.25vw dotted var(--color-text-primary);
border-radius: 100%;
display: inline-block;
position: relative;