editor: mejorar estilos y agregar borde a todo

This commit is contained in:
void 2021-02-13 00:01:53 +00:00
parent e60dcf70fe
commit a45d3c898f

View file

@ -11,8 +11,6 @@
padding: 0; padding: 0;
} }
.selected { outline: #f206f9 solid medium; }
iframe { iframe {
border: 0; border: 0;
min-height: 480px; min-height: 480px;
@ -50,7 +48,7 @@
& > * { & > * {
display: none; display: none;
} }
.editor-auxiliary-tool-active { [data-editor-auxiliary-active] {
display: block; display: block;
} }
} }
@ -60,9 +58,13 @@
div[data-align="center"] { text-align: center; } div[data-align="center"] { text-align: center; }
div[data-align="right"] { text-align: right; } div[data-align="right"] { text-align: right; }
.editor-content { .editor-content {
min-height: 480px; min-height: 480px;
} p, h1, h2, h3, h4, h5, h6, ul, li { outline: #ccc solid thin; }
strong, em, del, u, sub, sup { background: #0002; }
a { background: #13fefe50; }
[data-editor-selected] { outline: $magenta solid thick; }
}
*[data-editor-loading] { *[data-editor-loading] {
opacity: 0.5; opacity: 0.5;