mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
feat: Add Operator List
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
.alias{
|
||||
background-color: red;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
padding: 0.2rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title{
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user