mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-13 09:11:14 -05:00
19 lines
261 B
SCSS
19 lines
261 B
SCSS
|
.poll-ui-builder-form {
|
||
|
.input-group {
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
font-weight: bold;
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
.combobox {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.poll-options-min, .poll-options-max, .poll-options-step {
|
||
|
width: 70px !important;
|
||
|
}
|
||
|
}
|