| Server IP : 104.21.84.107 / Your IP : 104.23.243.196 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/acreditacion/media/templates/administrator/atum/scss/vendor/ |
Upload File : |
// TinyMCE
.editor {
.toggle-editor {
margin-top: 1rem;
}
.mce-tinymce {
border: 1px solid var(--template-bg-dark);
}
.mce-btn,
.mce-panel {
background: var(--white-offset);
}
}
.tox-fullscreen {
z-index: $zindex-modal-backdrop - 1 !important;
}
.container-main {
.mce-panel {
background: transparent;
border: 0;
box-shadow: none;
}
.mce-top-part {
margin-bottom: 1rem;
&::before {
box-shadow: none;
}
}
.mce-menubar .mce-menubtn {
background-color: $white;
}
.mce-flow-layout-item {
margin: 2px 8px 2px 0;
}
.mce-btn-group {
&:not(:first-child) {
margin-right: 6px;
margin-left: 0;
}
.mce-btn {
margin: 0 1px 0 0;
}
}
.mce-statusbar .mce-container-body {
background-color: $white;
border-top: var(--template-bg-light) 1px solid;
}
}
// Add a toolbar separator for the groups
.tox-toolbar__group:not(:last-of-type) {
border-inline-end: 1px solid var(--border-color) !important;
}
// Adjust the border radius for the editor
.tox-tinymce {
border-radius: 0 !important;
}