| 1 |
#adminmenu { |
| 2 |
--editor-one-flyout-menu-bg: #2c3338; |
| 3 |
--editor-one-flyout-menu-bg-level-4: #23282d; |
| 4 |
--editor-one-flyout-menu-bg-hover: #2c3338; |
| 5 |
--editor-one-flyout-menu-bg-hover-alt: #32373c; |
| 6 |
--editor-one-flyout-menu-text: #c3c4c7; |
| 7 |
--editor-one-flyout-menu-text-hover: #72aee6; |
| 8 |
--editor-one-flyout-menu-border: #3c434a; |
| 9 |
--editor-one-flyout-menu-scrollbar-thumb-hover: #50575e; |
| 10 |
--editor-one-flyout-menu-spacing-xs: 5px; |
| 11 |
--editor-one-flyout-menu-spacing-sm: 8px; |
| 12 |
--editor-one-flyout-menu-spacing-md: 12px; |
| 13 |
--editor-one-flyout-menu-spacing-lg: 15px; |
| 14 |
--editor-one-flyout-menu-spacing-xl: 28px; |
| 15 |
--editor-one-flyout-menu-arrow-right: 10px; |
| 16 |
--editor-one-flyout-menu-arrow-size: 4px; |
| 17 |
--editor-one-flyout-menu-arrow-opacity: 0.7; |
| 18 |
--editor-one-flyout-menu-min-width: 180px; |
| 19 |
--editor-one-flyout-menu-padding-y: 5px; |
| 20 |
--editor-one-flyout-menu-padding-x: 12px; |
| 21 |
--editor-one-flyout-menu-padding-x-large: 28px; |
| 22 |
--editor-one-flyout-menu-padding-mobile: 15px; |
| 23 |
--editor-one-flyout-menu-parent-padding: 2px; |
| 24 |
--editor-one-flyout-menu-border-radius: 4px; |
| 25 |
--editor-one-flyout-menu-border-radius-sm: 3px; |
| 26 |
--editor-one-flyout-menu-border-width: 1px; |
| 27 |
--editor-one-flyout-menu-font-size: 13px; |
| 28 |
--editor-one-flyout-menu-line-height: 1.4; |
| 29 |
--editor-one-flyout-menu-transition-duration: 0.15s; |
| 30 |
--editor-one-flyout-menu-z-index: 9999; |
| 31 |
--editor-one-flyout-menu-max-height: 80vh; |
| 32 |
--editor-one-flyout-menu-scrollbar-width: 6px; |
| 33 |
--editor-one-flyout-menu-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); |
| 34 |
--editor-one-flyout-menu-folded-left: 36px; |
| 35 |
} |
| 36 |
#adminmenu .elementor-has-flyout .elementor-submenu-flyout { |
| 37 |
display: none; |
| 38 |
} |
| 39 |
|
| 40 |
@media screen and (min-width: 783px) { |
| 41 |
#adminmenu .elementor-has-flyout { |
| 42 |
position: relative; |
| 43 |
} |
| 44 |
#adminmenu .elementor-has-flyout.elementor-flyout-open > .elementor-submenu-flyout { |
| 45 |
display: block; |
| 46 |
} |
| 47 |
#adminmenu .elementor-has-flyout > a { |
| 48 |
display: flex; |
| 49 |
align-items: center; |
| 50 |
justify-content: space-between; |
| 51 |
} |
| 52 |
#adminmenu .elementor-has-flyout > a::after { |
| 53 |
content: ""; |
| 54 |
display: inline-block; |
| 55 |
width: 0; |
| 56 |
height: 0; |
| 57 |
margin-inline-start: var(--editor-one-flyout-menu-spacing-sm); |
| 58 |
border-top: var(--editor-one-flyout-menu-arrow-size) solid transparent; |
| 59 |
border-bottom: var(--editor-one-flyout-menu-arrow-size) solid transparent; |
| 60 |
border-inline-start: var(--editor-one-flyout-menu-arrow-size) solid currentColor; |
| 61 |
} |
| 62 |
#adminmenu .elementor-submenu-flyout { |
| 63 |
position: absolute; |
| 64 |
inset-inline-start: 100%; |
| 65 |
top: calc(var(--editor-one-flyout-menu-padding-y) * -1 - var(--editor-one-flyout-menu-parent-padding)); |
| 66 |
display: none; |
| 67 |
min-width: var(--editor-one-flyout-menu-min-width); |
| 68 |
margin: 0; |
| 69 |
padding: var(--editor-one-flyout-menu-padding-y) 0; |
| 70 |
list-style: none; |
| 71 |
background: var(--editor-one-flyout-menu-bg); |
| 72 |
box-shadow: var(--editor-one-flyout-menu-box-shadow); |
| 73 |
z-index: var(--editor-one-flyout-menu-z-index); |
| 74 |
border-radius: 0 var(--editor-one-flyout-menu-border-radius) var(--editor-one-flyout-menu-border-radius) 0; |
| 75 |
} |
| 76 |
.rtl #adminmenu .elementor-submenu-flyout { |
| 77 |
border-radius: var(--editor-one-flyout-menu-border-radius) 0 0 var(--editor-one-flyout-menu-border-radius); |
| 78 |
} |
| 79 |
#adminmenu .elementor-submenu-flyout.elementor-level-3 { |
| 80 |
min-width: var(--editor-one-flyout-menu-min-width); |
| 81 |
max-height: var(--editor-one-flyout-menu-max-height); |
| 82 |
overflow: visible; |
| 83 |
} |
| 84 |
#adminmenu .elementor-submenu-flyout.elementor-submenu-flyout-visible { |
| 85 |
display: block; |
| 86 |
} |
| 87 |
#adminmenu .elementor-submenu-flyout li { |
| 88 |
margin: 0; |
| 89 |
padding: 0; |
| 90 |
position: relative; |
| 91 |
display: block !important; |
| 92 |
} |
| 93 |
#adminmenu .elementor-submenu-flyout li a { |
| 94 |
display: block; |
| 95 |
padding: var(--editor-one-flyout-menu-spacing-sm) var(--editor-one-flyout-menu-padding-x); |
| 96 |
color: var(--editor-one-flyout-menu-text); |
| 97 |
text-decoration: none; |
| 98 |
font-size: var(--editor-one-flyout-menu-font-size); |
| 99 |
line-height: var(--editor-one-flyout-menu-line-height); |
| 100 |
white-space: nowrap; |
| 101 |
transition: background-color var(--editor-one-flyout-menu-transition-duration) ease, color var(--editor-one-flyout-menu-transition-duration) ease; |
| 102 |
} |
| 103 |
#adminmenu .elementor-submenu-flyout li a:hover, #adminmenu .elementor-submenu-flyout li a:focus { |
| 104 |
background: var(--editor-one-flyout-menu-bg-hover); |
| 105 |
color: var(--editor-one-flyout-menu-text-hover); |
| 106 |
} |
| 107 |
#adminmenu .elementor-submenu-flyout li.elementor-flyout-divider, #adminmenu .elementor-submenu-flyout li.elementor-menu-separator { |
| 108 |
border-top: var(--editor-one-flyout-menu-border-width) solid var(--editor-one-flyout-menu-border); |
| 109 |
margin: var(--editor-one-flyout-menu-spacing-xs) 0; |
| 110 |
padding: 0; |
| 111 |
} |
| 112 |
#adminmenu .elementor-submenu-flyout .elementor-has-flyout > a { |
| 113 |
padding-inline-end: var(--editor-one-flyout-menu-padding-x-large); |
| 114 |
} |
| 115 |
#adminmenu .elementor-submenu-flyout .elementor-has-flyout > a::after { |
| 116 |
position: absolute; |
| 117 |
inset-inline-end: var(--editor-one-flyout-menu-arrow-right); |
| 118 |
top: 50%; |
| 119 |
transform: translateY(-50%); |
| 120 |
margin-inline-start: 0; |
| 121 |
} |
| 122 |
#adminmenu .elementor-submenu-flyout .elementor-submenu-flyout { |
| 123 |
inset-inline-start: 100%; |
| 124 |
top: calc(var(--editor-one-flyout-menu-padding-y) * -1); |
| 125 |
} |
| 126 |
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar { |
| 127 |
width: var(--editor-one-flyout-menu-scrollbar-width); |
| 128 |
} |
| 129 |
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar-track { |
| 130 |
background: var(--editor-one-flyout-menu-bg); |
| 131 |
} |
| 132 |
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar-thumb { |
| 133 |
background: var(--editor-one-flyout-menu-border); |
| 134 |
border-radius: var(--editor-one-flyout-menu-border-radius-sm); |
| 135 |
} |
| 136 |
#adminmenu .elementor-submenu-flyout::-webkit-scrollbar-thumb:hover { |
| 137 |
background: var(--editor-one-flyout-menu-scrollbar-thumb-hover); |
| 138 |
} |
| 139 |
} |
| 140 |
#menu-posts-elementor_library { |
| 141 |
display: none !important; |
| 142 |
} |
| 143 |
|
| 144 |
[class*=branch-7] #adminmenu { |
| 145 |
--editor-one-flyout-menu-bg: rgb(12.15, 12.15, 12.15); |
| 146 |
--editor-one-flyout-menu-bg-level-4: rgb(12.15, 12.15, 12.15); |
| 147 |
--editor-one-flyout-menu-bg-hover: rgb(12.15, 12.15, 12.15); |
| 148 |
--editor-one-flyout-menu-bg-hover-alt: rgb(12.15, 12.15, 12.15); |
| 149 |
--editor-one-flyout-menu-text-hover: rgb(123, 144, 255); |
| 150 |
} |
| 151 |
|
| 152 |
/*# sourceMappingURL=admin-menu.css.map */ |