mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 02:18:23 +08:00
9 lines
151 B
SCSS
Vendored
9 lines
151 B
SCSS
Vendored
.shared-draft-controls {
|
|
margin-bottom: 1em;
|
|
background-color: var(--tertiary-low);
|
|
padding: 1em;
|
|
|
|
.publish-field {
|
|
margin-top: 1em;
|
|
}
|
|
}
|