2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00
discourse/plugins/poll/assets/stylesheets/mobile/poll.scss
2017-05-15 10:19:40 -04:00

13 lines
175 B
SCSS

div.poll {
.poll-buttons {
padding: 0 5px 5px 5px;
button {
margin: 4px 2px;
}
}
.poll-info {
.info-text:before {content:"\00a0";} // nbsp
}
}