mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:51:43 +00:00
editor: mejorar estilos y agregar borde a todo
This commit is contained in:
parent
e60dcf70fe
commit
a45d3c898f
1 changed files with 8 additions and 6 deletions
|
@ -11,8 +11,6 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.selected { outline: #f206f9 solid medium; }
|
||||
|
||||
iframe {
|
||||
border: 0;
|
||||
min-height: 480px;
|
||||
|
@ -50,7 +48,7 @@
|
|||
& > * {
|
||||
display: none;
|
||||
}
|
||||
.editor-auxiliary-tool-active {
|
||||
[data-editor-auxiliary-active] {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
@ -60,9 +58,13 @@
|
|||
div[data-align="center"] { text-align: center; }
|
||||
div[data-align="right"] { text-align: right; }
|
||||
|
||||
.editor-content {
|
||||
min-height: 480px;
|
||||
}
|
||||
.editor-content {
|
||||
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] {
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in a new issue