limpiar css

This commit is contained in:
Cat /dev/Nulo 2023-03-26 00:34:29 +00:00
parent 8f20fff95c
commit 9a01fc8004

View file

@ -9,12 +9,6 @@
box-sizing: border-box;
}
/* para ver los cambios con el sobrerayado */
::selection,
::-moz-selection {
background: rgba(0, 0, 0, 0.3);
}
.editor .menubar {
position: sticky;
top: 0px;
@ -71,13 +65,6 @@
content: "Descripción: ";
color: #666;
}
.ProseMirror .ProseMirror-multimedia-placeholder {
margin-bottom: 0.5em;
}
.ProseMirror .ProseMirror-multimedia-placeholder::before {
content: "Clickea aquí para subir una imágen, audio o documento.";
color: #666;
}
.ProseMirror blockquote {
background-color: #f5f5f5;
@ -85,35 +72,3 @@
padding: 1.25em 1.5em;
margin: 0.5em;
}
.ProseMirror-menubar {
position: sticky;
top: 0px;
z-index: 69;
background: white;
border-bottom: 1px solid #bbb;
}
.ProseMirror-menubar-separator {
border-right: 2px solid #bbb;
margin: 0 0.5rem;
}
.ProseMirror-menubar-button {
appearance: none;
background: none;
border: none;
border-radius: 8px;
font-size: 1em;
padding: 0.4em 0.6em;
margin: 0.2em;
transition: all 0.2s;
}
.ProseMirror-menubar-button-active {
background: #ddd;
}
.ProseMirror-menubar-button:hover {
background: #eee;
}