textual/docs/examples/widgets/switch.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
356 B
Text

Screen {
align: center middle;
}
.container {
height: auto;
width: auto;
}
Switch {
height: auto;
width: auto;
}
.label {
height: 3;
content-align: center middle;
width: auto;
}
#custom-design {
background: darkslategrey;
}
#custom-design > .switch--slider {
color: dodgerblue;
background: darkslateblue;
}