mirror of
https://github.com/raphaelsalaja/userinterface-wiki.git
synced 2026-09-14 20:06:29 +08:00
12 lines
170 B
CSS
12 lines
170 B
CSS
.separator {
|
|
width: 3px;
|
|
height: 3px;
|
|
aspect-ratio: 1 / 1;
|
|
background: var(--gray-10);
|
|
border-radius: 100px;
|
|
}
|
|
|
|
.date {
|
|
font-variant-numeric: tabular-nums;
|
|
}
|