Files
textual/docs/examples/guide/dom4.css
Will McGugan c1ba3a56b4 comment
2022-08-14 15:46:00 +01:00

31 lines
443 B
CSS

/* The top level dialog (a Container) */
#dialog {
margin: 4 8;
background: darkblue 20%;
color: darkblue;
border: tall darkblue;
padding: 1 2;
}
/* The button class */
Button {
width: 1fr;
}
/* Matches the question text */
.question {
text-style: bold;
height: 100%;
content-align: center middle;
}
/* Matches the button container */
.buttons {
width: 100%;
height: auto;
dock: bottom;
}