mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
18 lines
208 B
CSS
18 lines
208 B
CSS
|
.dot {
|
||
|
background: var(--green400);
|
||
|
width: 10px;
|
||
|
height: 10px;
|
||
|
border-radius: 100%;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
.dot.small {
|
||
|
width: 8px;
|
||
|
height: 8px;
|
||
|
}
|
||
|
|
||
|
.dot.large {
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
}
|