usar bootstrap

This commit is contained in:
f 2020-11-16 20:52:34 -03:00
parent 7007bbe1fa
commit 7fe114b834

View file

@ -2,10 +2,8 @@
box-sizing: border-box; box-sizing: border-box;
*, *::before, *::after { box-sizing: inherit; } *, *::before, *::after { box-sizing: inherit; }
h1, h2, h3, h4, h5, h6, p { h1, h2, h3, h4, h5, h6, p, li {
min-height: 1.4em; min-height: 1.5rem;
line-height: 1.4;
margin: 0;
} }
mark { mark {
@ -15,6 +13,10 @@
.selected { outline: #f206f9 solid medium; } .selected { outline: #f206f9 solid medium; }
iframe {
min-height: 480px;
}
img, video, iframe, audio { img, video, iframe, audio {
width: 100%; width: 100%;
max-width: 600px; max-width: 600px;
@ -43,8 +45,6 @@
} }
} }
ol, ul { margin: 0; }
.editor-content { .editor-content {
word-wrap: break-word; word-wrap: break-word;
div[data-align="left"] { text-align: left; } div[data-align="left"] { text-align: left; }
@ -55,6 +55,7 @@
*[data-editor-loading] { *[data-editor-loading] {
opacity: 0.5; opacity: 0.5;
} }
*[data-editor-error] { *[data-editor-error] {
filter: grayscale(100%); filter: grayscale(100%);
} }