0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 11:07:57 +01:00
wagtail/client/storybook/preview.scss
2023-04-19 13:38:23 +01:00

22 lines
263 B
SCSS

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