discourse-akismet/assets/stylesheets/reviewable-akismet-post-styles.scss
David Taylor 770a712b38 FIX: Set button styles using new button_class API
This removes `@import common/components/buttons`, which was causing some unintended side effects.

Follow-up to c85e23b09e
2019-09-18 13:24:44 +01:00

9 lines
117 B
SCSS

.reviewable-akismet-post {
.created-by {
margin-right: 1em;
}
.reviewable-scores {
width: 100%;
}
}