mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:29:18 +08:00
11 lines
139 B
SCSS
11 lines
139 B
SCSS
|
.shared-draft-controls {
|
||
|
background-color: $tertiary-low;
|
||
|
padding: 1em;
|
||
|
|
||
|
.publish-field {
|
||
|
margin-top: 1em;
|
||
|
}
|
||
|
|
||
|
clear: both;
|
||
|
}
|