discourse/plugins/poll/assets/stylesheets/mobile/poll.scss

30 lines
435 B
SCSS
Raw Normal View History

2015-05-08 01:49:06 +08:00
div.poll {
.poll-buttons {
padding: 0.5em 1em 1em 1em;
2015-05-08 17:13:32 +08:00
2015-05-08 01:49:06 +08:00
button {
margin-right: 0.5em;
2015-05-08 01:49:06 +08:00
}
}
.poll-info {
padding: 0 1em;
2018-08-28 04:53:35 +08:00
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;
}
}
2015-05-08 01:49:06 +08:00
}