Files
l5rx-chiaroscuro/system/styles/scss/twentyquestions.scss
Vlyan 84f346448d added check adv on drop
css for 20q
2020-12-28 09:34:59 +01:00

23 lines
378 B
SCSS

&.l5r5e {
.twenty-questions-dialog {
table {
width: 100%;
}
table tr td {
vertical-align: top;
}
.third {
width: 230px;
}
.fifty {
width: 49%;
}
.or {
width: 100px;
}
.dropbox {
min-height: 75px;
}
}
}