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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
263 B
SCSS
Raw Permalink Normal View History

@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 {
2023-03-31 05:46:34 +02:00
@include svg-icon();
}