mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-04-30 15:09:17 +08:00
* 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
41 lines
443 B
SCSS
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;
|
|
}
|