0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00
wagtail/client/storybook/preview.scss

21 lines
248 B
SCSS

@import '../scss/settings';
@import '../scss/tools';
body {
font-size: 1rem;
}
// Fix compatibility issue with Wagtail styles.
.sbdocs .tag,
.sbdocs .tag::before,
h1,
h2,
code,
textarea {
all: revert;
}
.icon {
@include svg-icon(1.5em);
}