21 lines
453 B
Text
21 lines
453 B
Text
.indicator {
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgb(79, 76, 78);
|
|
border-right-color: rgb(79, 76, 78);
|
|
border-top-color: rgb(79, 76, 78);
|
|
border-bottom-color: rgb(79, 76, 78);
|
|
width: 24px;
|
|
height: 12px;
|
|
}
|
|
|
|
.indicator.full {
|
|
background-color: var(--primary);
|
|
}
|
|
|
|
.indicator.selected {
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
|