spee.ch/client/scss/_publish-preview.scss

14 lines
221 B
SCSS
Raw Normal View History

2018-11-09 01:44:59 +01:00
.publish-form__title {
max-width: $width-content-constrained;
margin-left: auto;
margin-right: auto;
2018-11-10 20:59:53 +01:00
@media (max-width: $break-point-mobile) {
font-size: .8em;
}
2018-11-09 01:44:59 +01:00
}
2018-05-31 00:00:09 +02:00
.publish-preview-dim {
opacity: 0.2;
}