mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
refactor(timeline): style tweaks on status tags
This commit is contained in:
committed by
Carlos Valente
parent
70ce1d5553
commit
fa9695873a
@@ -93,15 +93,28 @@ $timeline-color: color-mix(in srgb, transparent 60%, var(--background-color-over
|
||||
&[data-status='live'] {
|
||||
box-shadow: 0 0.25rem 0 0 $active-red;
|
||||
.status {
|
||||
color: $active-red;
|
||||
padding: 0.125rem 0.25rem;
|
||||
border-radius: $component-border-radius-sm;
|
||||
background: $active-red;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-status='future'] {
|
||||
.status {
|
||||
color: $green-500;
|
||||
padding: 0.125rem 0.25rem;
|
||||
border-radius: $component-border-radius-sm;
|
||||
background: $green-500;
|
||||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.status.due {
|
||||
background: $orange-600;
|
||||
}
|
||||
}
|
||||
|
||||
.delay {
|
||||
|
||||
Reference in New Issue
Block a user