discourse/app/assets/stylesheets/common/base/shared-drafts.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
151 B
SCSS
Raw Normal View History

.shared-draft-controls {
margin-bottom: 1em;
background-color: var(--tertiary-low);
padding: 1em;
.publish-field {
margin-top: 1em;
}
}