mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
refactor(css): migrate use of deprecated import in messagecontrol
This commit is contained in:
committed by
Carlos Valente
parent
b0f02e726d
commit
2f3cf9825a
@@ -0,0 +1,12 @@
|
||||
.previewContainer {
|
||||
display: grid;
|
||||
gap: $element-spacing;
|
||||
grid-template-columns: 3fr 2fr;
|
||||
}
|
||||
|
||||
|
||||
.options {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $element-spacing;
|
||||
}
|
||||
Reference in New Issue
Block a user