mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 00:05:50 +08:00
14 lines
175 B
SCSS
14 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
|
|
}
|
|
}
|