Files
textual/docs/examples/widgets/checkbox.css
2023-02-23 14:40:58 +00:00

12 lines
154 B
CSS

Screen {
align: center middle;
}
Vertical {
width: auto;
height: auto;
border: solid $primary;
background: $panel;
padding: 2;
}