Files
textual/docs/examples/guide/screens/modal01.css
Will McGugan f6e3cc6517 screens api
2022-10-04 17:48:25 +01:00

17 lines
202 B
CSS

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