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

31 lines
495 B
SCSS
Raw Normal View History

2015-05-07 13:49:06 -04:00
div.poll {
.poll-buttons {
2018-08-27 16:53:35 -04:00
padding: 0.5em 1.25em 1em 1.25em;
2015-05-08 05:13:32 -04:00
2015-05-07 13:49:06 -04:00
button {
2018-08-27 16:53:35 -04:00
margin: 0.25em;
2015-05-07 13:49:06 -04:00
}
}
.poll-info {
2018-08-27 16:53:35 -04:00
padding: 0.5em 1.25em 0 1.25em;
display: flex;
flex-wrap: wrap;
border-top: 1px solid $primary-low;
.info-text {
display: inline;
margin: 0 0.5em 0.25em 0;
}
.info-number {
font-size: $font-up-6;
}
p {
margin: 0;
width: 100%;
}
.info-label:before {
content: "\00a0"; //nbsp
}
}
2015-05-07 13:49:06 -04:00
}