mirror of
https://github.com/discourse/discourse.git
synced 2024-12-17 17:33:53 +08:00
4459665dee
Co-authored-by: Guo Xiang Tan <tgx_world@hotmail.com>
52 lines
626 B
SCSS
52 lines
626 B
SCSS
.poll-ui-builder-form {
|
|
margin: 0;
|
|
|
|
label {
|
|
font-weight: bold;
|
|
display: inline;
|
|
}
|
|
|
|
.tip {
|
|
display: block;
|
|
}
|
|
|
|
.input-group-label {
|
|
display: inline-block;
|
|
min-width: 55px;
|
|
}
|
|
|
|
.poll-select {
|
|
line-height: 3em;
|
|
}
|
|
|
|
.poll-number {
|
|
margin: 8px 0;
|
|
|
|
.tip {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
input {
|
|
width: 70px;
|
|
}
|
|
|
|
input + .tip {
|
|
margin-top: 4px;
|
|
}
|
|
}
|
|
|
|
.poll-textarea textarea {
|
|
width: 100%;
|
|
height: 90px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.poll-select + .poll-textarea {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.poll-checkbox {
|
|
margin-top: 4px;
|
|
}
|
|
}
|