mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 15:56:31 +08:00
26 lines
347 B
SCSS
26 lines
347 B
SCSS
.poll-ui-builder-form {
|
|
margin: 0;
|
|
|
|
.input-group {
|
|
padding: 10px;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
display: inline;
|
|
}
|
|
|
|
.input-group-label {
|
|
display: inline-block;
|
|
width: 45px;
|
|
}
|
|
|
|
.combobox {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.poll-options-min, .poll-options-max, .poll-options-step {
|
|
width: 70px !important;
|
|
}
|
|
}
|