first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
/* This CSS file loads only when admin top bar is displayed on frontend */
.admin-bar .page_header.affix {
top: 32px;
}
.admin-bar .toggle_menu_side {
top: 50px;
}
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
top: 32px;
}
@media (max-width: 991px) {
.admin-bar .sf-menu,
.admin-bar .toggle_menu.mobile-active {
top: 35px;
}
}
@media (max-width: 782px) {
.admin-bar .page_header.affix {
top: 46px;
}
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
top: 46px;
}
}
@media (max-width: 600px) {
html, body {
position: static !important;
}
.admin-bar .page_header.affix {
top: 0;
}
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
top: 0;
}
.admin-bar .sf-menu,
.admin-bar .toggle_menu.mobile-active {
top: 40px;
}
}