Skip to content

Commit dea646a

Browse files
committed
Display: Add base styles for content loaded in frame - refs BT#21580
1 parent cf13585 commit dea646a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

assets/css/legacy/frameReadyLoader.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;
24

35
@layer base {
46
:root {
@@ -35,4 +37,18 @@
3537
}
3638
}
3739

40+
@import "../scss/settings/typography";
41+
3842
@import "../scss/libs/mediaelementjs/styles";
43+
44+
body {
45+
@apply prose max-w-none space-y-4
46+
prose-h1:text-h1
47+
prose-h2:text-h2
48+
prose-h3:text-h3
49+
prose-h4:text-h4
50+
prose-h5:text-h5
51+
prose-h6:text-h6
52+
prose-img:inline-block prose-img:my-2
53+
;
54+
}

0 commit comments

Comments
 (0)