mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
@@ -10,6 +10,20 @@
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.event {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fields {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.time {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -24,3 +38,15 @@
|
||||
.title {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.indicator {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.chevron {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: yellow;
|
||||
font-size: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user