hello-theme/assets/scss/classic-editor.scss
Rami Yushuvaev 4787361a56
Tweak: Use CSS logical properties [ED-10574] (#259)
* Tweak: Use CSS logical properties

* Revert comments changes

* Tweak: Use CSS logical properties

* Remove RTL style, replaced with logical properties

* Fix BC support for Safari 14.0
2023-06-28 19:00:00 +03:00

41 lines
443 B
SCSS

/**
* Classic editor styling
*/
@import "reset/variables";
p {
margin-block-end: $sm-margin;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border-style: none;
}
pre {
font-family: monospace;
font-size: 1em;
white-space: pre-wrap;
}
code,
kbd,
pre,
samp {
font-size: $font-size-base;
}
code,
kbd,
pre,
samp {
font-family: $font-family-base;
font-size: $font-size-base;
}
blockquote {
font-style: italic;
}