discourse/plugins/poll/assets/stylesheets/common/poll-ui-builder.scss

26 lines
347 B
SCSS
Raw Normal View History

2016-06-13 06:21:14 -04:00
.poll-ui-builder-form {
margin: 0;
2016-06-15 09:21:17 -04:00
2016-06-13 06:21:14 -04:00
.input-group {
padding: 10px;
}
label {
font-weight: bold;
display: inline;
}
2016-06-15 09:21:17 -04:00
.input-group-label {
display: inline-block;
width: 45px;
}
2016-06-13 06:21:14 -04:00
.combobox {
margin-right: 5px;
}
.poll-options-min, .poll-options-max, .poll-options-step {
width: 70px !important;
}
}