0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/plugins/poll/assets/stylesheets/desktop/poll-ui-builder.scss
2024-07-24 18:07:17 +02:00

24 lines
384 B
SCSS
Vendored

.poll-ui-builder.modal {
.poll-number {
margin-right: 10px;
&:last-of-type {
margin-right: 0;
}
}
.options {
display: flex;
justify-content: space-between;
}
.column {
display: inline-block;
width: calc(50% - 10px);
}
.d-editor-preview {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid var(--primary-low);
}
}