textual/docs/examples/styles/layout.tcss
Rodrigo Girão Serrão 5ee0ebfef4
Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

18 lines
270 B
Text

#vertical-layout {
layout: vertical;
background: darkmagenta;
height: auto;
}
#horizontal-layout {
layout: horizontal;
background: darkcyan;
height: auto;
}
Label {
margin: 1;
width: 12;
color: black;
background: yellowgreen;
}