12 lines
172 B
CSS
Raw Normal View History

2024-08-29 18:45:52 +02:00
.range {
width: 100%;
accent-color: var(--codex-color-primary);
height: 4px;
outline: none;
}
.range-labels {
display: flex;
justify-content: space-between;
}