mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
feat: add flag property
This commit is contained in:
@@ -72,6 +72,13 @@
|
||||
row-gap: 1rem;
|
||||
}
|
||||
|
||||
.splitThree {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
column-gap: 1rem;
|
||||
row-gap: 1rem;
|
||||
}
|
||||
|
||||
.tooltipIcon {
|
||||
color: $blue-500;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user