discourse/plugins/poll/assets/stylesheets/mobile/poll.scss
Joe a342d2f150 UX: reduces white-space in polls (#6956)
* reduces white-space in polls and uses font-size variables
2019-02-05 10:47:22 +01:00

30 lines
435 B
SCSS

div.poll {
.poll-buttons {
padding: 0.5em 1em 1em 1em;
button {
margin-right: 0.5em;
}
}
.poll-info {
padding: 0 1em;
display: flex;
flex-wrap: wrap;
border-top: 1px solid $primary-low;
.info-text {
display: inline;
}
.info-number {
font-size: $font-up-6;
}
p {
margin: 0;
width: 100%;
}
.info-label {
margin-left: 0.25em;
}
}
}