mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
10 lines
151 B
SCSS
10 lines
151 B
SCSS
.shared-draft-controls {
|
|
margin-bottom: 1em;
|
|
background-color: var(--tertiary-low);
|
|
padding: 1em;
|
|
|
|
.publish-field {
|
|
margin-top: 1em;
|
|
}
|
|
}
|