mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-08-02 08:23:18 +00:00
12 lines
172 B
CSS
12 lines
172 B
CSS
|
|
.range {
|
||
|
|
width: 100%;
|
||
|
|
accent-color: var(--codex-color-primary);
|
||
|
|
height: 4px;
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.range-labels {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|