Files
textual/docs/examples/guide/screens/modal01.css
2023-02-11 15:37:24 +00:00

17 lines
203 B
CSS

#dialog {
grid-size: 2;
grid-gutter: 1 2;
padding: 1 2;
}
#question {
column-span: 2;
content-align: center bottom;
width: 100%;
height: 100%;
}
Button {
width: 100%;
}