Files
ontime/apps/client/src/features/operator/op-event/OpEvent.module.scss
T
arihanv bf7ca81e02 style: Styling Operator Block (#468)
* Operator Layout
2023-07-23 22:17:25 +02:00

52 lines
619 B
SCSS

.alias {
background-color: red;
width: fit-content;
height: fit-content;
padding: 0.2rem;
align-items: center;
}
.title {
font-size: 1rem;
}
.event {
display: flex;
gap: 6px;
width: 100%;
}
.block {
width: 100%;
}
.fields {
font-weight: 700;
}
.time {
display: flex;
flex-direction: column;
font-size: 0.65rem;
text-align: right;
}
.time > div {
margin-bottom: -4px; /* Adjust the value as needed */
}
.title {
flex: 1;
}
.indicator {
display: flex;
justify-content: space-between;
}
.chevron {
display: flex;
align-items: center;
color: yellow;
font-size: 16px;
}