mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
5e481d49da
* style: labels on added time * style: remove mentions of PiP * refactor: unify usage of ms for timers * refactor: create events with 0 duration * style: several small tweaks * refactor: keep block when applying delays * feat: blocks have titles * style: improvements in time entry warnings * style: override progress bar styles * style: prevent overflow * feat: show character count in editor * refactor: provide initial payload * refactor: lower test boundary * refactor: get colour from swatches * style: rename title block * chore: version bump
24 lines
297 B
SCSS
24 lines
297 B
SCSS
|
|
.list {
|
|
display: flex;
|
|
gap: 4px;
|
|
}
|
|
|
|
.swatch {
|
|
cursor: pointer;
|
|
aspect-ratio: 1;
|
|
width: 2rem;
|
|
height: 2rem;
|
|
border-radius: 16px;
|
|
border: 4px solid #262626;
|
|
|
|
&.selected {
|
|
border: 2px solid #578AF4;
|
|
}
|
|
}
|
|
|
|
.center {
|
|
display: grid;
|
|
place-content: center;
|
|
color: #578AF4;
|
|
} |