mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
22 lines
263 B
SCSS
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();
|
|
}
|