mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
css
This commit is contained in:
parent
d4bef39779
commit
1284eb46a5
31
src/assets/css/easymde.css
Normal file
31
src/assets/css/easymde.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
@import 'tailwindcss' prefix(tw);
|
||||||
|
|
||||||
|
@layer easymde {
|
||||||
|
.EasyMDEContainer h1 {
|
||||||
|
@apply tw:text-4xl;
|
||||||
|
@apply tw:font-bold;
|
||||||
|
}
|
||||||
|
.EasyMDEContainer h2 {
|
||||||
|
@apply tw:text-3xl;
|
||||||
|
@apply tw:font-bold;
|
||||||
|
}
|
||||||
|
.EasyMDEContainer h3 {
|
||||||
|
@apply tw:text-2xl;
|
||||||
|
@apply tw:font-bold;
|
||||||
|
}
|
||||||
|
.EasyMDEContainer h4 {
|
||||||
|
@apply tw:text-xl;
|
||||||
|
@apply tw:font-semibold;
|
||||||
|
}
|
||||||
|
.EasyMDEContainer h5 {
|
||||||
|
@apply tw:text-lg;
|
||||||
|
@apply tw:font-semibold;
|
||||||
|
}
|
||||||
|
.EasyMDEContainer h6 {
|
||||||
|
@apply tw:text-sm;
|
||||||
|
@apply tw:font-semibold;
|
||||||
|
}
|
||||||
|
.EasyMDEContainer a {
|
||||||
|
@apply tw:text-blue-600 tw:underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -77,4 +77,4 @@
|
|||||||
|
|
||||||
.modal-box {
|
.modal-box {
|
||||||
max-height: calc(100dvh - 2em);
|
max-height: calc(100dvh - 2em);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,3 +16,4 @@ import '#assets/css/color-picker.css'
|
|||||||
|
|
||||||
// MD Editor
|
// MD Editor
|
||||||
import 'easymde/dist/easymde.min.css'
|
import 'easymde/dist/easymde.min.css'
|
||||||
|
import '#assets/css/easymde.css'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user