mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
6817263123
* feat: allow editing CSS from settings --------- Co-authored-by: Carlos Valente <carlosvalente@pm.me> refactor: style tweaks
15 lines
163 B
SCSS
15 lines
163 B
SCSS
.editorActions {
|
|
width: 100%;
|
|
}
|
|
|
|
.right {
|
|
align-self: end;
|
|
text-align: right
|
|
}
|
|
|
|
.column {
|
|
align-items: start;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|