21 lines
287 B
SCSS
21 lines
287 B
SCSS
&.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;
|
|
}
|
|
}
|