mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
feat: time to next flag
This commit is contained in:
@@ -38,10 +38,24 @@
|
||||
}
|
||||
|
||||
.entryIndex {
|
||||
text-align: right;
|
||||
padding-block: 0.25rem;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
justify-items: end;
|
||||
min-width: 2em;
|
||||
color: $label-gray;
|
||||
font-size: calc(1rem - 3px);
|
||||
height: 6.5rem;
|
||||
}
|
||||
|
||||
.flag {
|
||||
grid-row: 1;
|
||||
color: $active-indicator;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.index {
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
.entry {
|
||||
|
||||
Reference in New Issue
Block a user