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

14 lines
221 B
SCSS
Raw Normal View History

2018-11-08 19:44:59 -05:00
.publish-form__title {
max-width: $width-content-constrained;
margin-left: auto;
margin-right: auto;
2018-11-10 14:59:53 -05:00
@media (max-width: $break-point-mobile) {
font-size: .8em;
}
2018-11-08 19:44:59 -05:00
}
2018-05-30 15:00:09 -07:00
.publish-preview-dim {
opacity: 0.2;
}