style: Styling Operator Block (#468)

* Operator Layout
This commit is contained in:
arihanv
2023-07-23 15:17:25 -05:00
committed by GitHub
parent 465550130b
commit bf7ca81e02
6 changed files with 123 additions and 15 deletions
@@ -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;
}