mirror of
https://github.com/discourse/discourse.git
synced 2025-02-03 06:42:01 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
16 lines
188 B
SCSS
16 lines
188 B
SCSS
div.poll {
|
|
.poll-buttons {
|
|
padding: 0 5px 5px 5px;
|
|
|
|
button {
|
|
margin: 4px 2px;
|
|
}
|
|
}
|
|
|
|
.poll-info {
|
|
.info-label:before {
|
|
content: "\00a0"; //nbsp
|
|
}
|
|
}
|
|
}
|