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

12 lines
132 B
Text

Button {
margin: 1 2;
}
Horizontal > VerticalScroll {
width: 24;
}
.header {
margin: 1 0 0 2;
text-style: bold;
}