discourse/plugins/poll/assets/stylesheets/common/poll-ui-builder.scss
2016-06-15 11:14:24 +08:00

18 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;
}
}