9 lines
151 B
SCSS
9 lines
151 B
SCSS
.publish-form__title {
|
|
max-width: $width-content-constrained;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.publish-preview-dim {
|
|
opacity: 0.2;
|
|
}
|