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

28 lines
339 B
Plaintext

Screen {
align: center middle;
padding: 1;
}
#buttons {
height: 3;
width: auto;
}
ContentSwitcher {
background: $panel;
border: round $primary;
width: 90%;
height: 1fr;
}
DataTable {
background: $panel;
}
MarkdownH2 {
background: $primary;
color: yellow;
border: none;
padding: 0;
}