Files
help365/platform/theme.css
koziavin 00717a92fb
All checks were successful
Deploy Static Site / deploy (push) Successful in 6m6s
update
2025-05-29 16:42:45 +04:00

39 lines
843 B
CSS

/* Header */
.header.elma-365 {
background-color: #233255;
}
/* mobile menu */
.sidebar__close.elma-365-close {
background: url('./close-black.svg') no-repeat center center;
}
/* right menu */
.table-of-contents.elma365-right .tocify-item a {
color: #0A141E !important;
}
.table-of-contents.elma365-right .tocify-item a:hover {
color: #0D4A75 !important;
}
.table-of-contents.elma365-right .tocify-item.active a {
color: #0D4A75 !important;
}
/*-- QUICK BPM --*/
/* Header */
.header.quick {
background-color: #1E6599;
}
/* right menu */
.table-of-contents.quick-right .tocify-item a {
color: #0A141E !important;
}
.table-of-contents.quick-right .tocify-item a:hover {
color: #1E6599 !important;
}
.table-of-contents.quick-right .tocify-item.active a {
color: #1E6599 !important;
}