mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 09:53:48 +00:00
12 lines
151 B
SCSS
12 lines
151 B
SCSS
.empty {
|
|
padding-block: 1.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.inline {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
}
|