11 lines
170 B
Svelte
11 lines
170 B
Svelte
<i class="status-dot" aria-hidden="true"></i>
|
|
|
|
<style>
|
|
.status-dot {
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
background-color: var(--success2);
|
|
}
|
|
</style>
|