mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
22 lines
274 B
CSS
22 lines
274 B
CSS
.wrapper {
|
|
background: var(--base50);
|
|
margin-right: 10px;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.dot {
|
|
background: var(--green400);
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.dot.small {
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
.dot.large {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|