| 1 |
/*! elementor - v3.8.0 - 30-10-2022 */ |
| 2 |
#e-dashboard-widget-admin-top-bar { |
| 3 |
position: absolute; |
| 4 |
opacity: 0; |
| 5 |
pointer-events: none; |
| 6 |
} |
| 7 |
|
| 8 |
#e-admin-top-bar-root { |
| 9 |
right: 0; |
| 10 |
background: #ffffff; |
| 11 |
-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.0394871); |
| 12 |
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.0394871); |
| 13 |
display: none; |
| 14 |
position: absolute; |
| 15 |
top: 0; |
| 16 |
width: calc(100% - 160px); |
| 17 |
z-index: 1; |
| 18 |
} |
| 19 |
#e-admin-top-bar-root .e-admin-top-bar { |
| 20 |
display: -webkit-box; |
| 21 |
display: -ms-flexbox; |
| 22 |
display: flex; |
| 23 |
height: 50px; |
| 24 |
-webkit-box-pack: justify; |
| 25 |
-ms-flex-pack: justify; |
| 26 |
justify-content: space-between; |
| 27 |
padding: 0 16px; |
| 28 |
} |
| 29 |
#e-admin-top-bar-root .page-title-action { |
| 30 |
background: #f7f7f7; |
| 31 |
border: 1px solid #0275d8; |
| 32 |
border-radius: 3px; |
| 33 |
-webkit-box-sizing: border-box; |
| 34 |
box-sizing: border-box; |
| 35 |
color: #0275d8; |
| 36 |
cursor: pointer; |
| 37 |
display: inline-block; |
| 38 |
line-height: 30px; |
| 39 |
margin: 0 4px; |
| 40 |
min-height: 30px; |
| 41 |
padding: 0 10px; |
| 42 |
text-decoration: none; |
| 43 |
} |
| 44 |
#e-admin-top-bar-root .page-title-action:hover { |
| 45 |
background: #eceeef; |
| 46 |
border-color: #1b607f; |
| 47 |
color: #1b607f; |
| 48 |
} |
| 49 |
#e-admin-top-bar-root .e-admin-top-bar__heading { |
| 50 |
display: -webkit-inline-box; |
| 51 |
display: -ms-inline-flexbox; |
| 52 |
display: inline-flex; |
| 53 |
-webkit-box-align: center; |
| 54 |
-ms-flex-align: center; |
| 55 |
align-items: center; |
| 56 |
-webkit-box-pack: center; |
| 57 |
-ms-flex-pack: center; |
| 58 |
justify-content: center; |
| 59 |
-webkit-margin-end: 40px; |
| 60 |
margin-inline-end: 40px; |
| 61 |
} |
| 62 |
#e-admin-top-bar-root .e-admin-top-bar__main-area { |
| 63 |
display: -webkit-inline-box; |
| 64 |
display: -ms-inline-flexbox; |
| 65 |
display: inline-flex; |
| 66 |
-webkit-box-align: center; |
| 67 |
-ms-flex-align: center; |
| 68 |
align-items: center; |
| 69 |
-webkit-box-pack: center; |
| 70 |
-ms-flex-pack: center; |
| 71 |
justify-content: center; |
| 72 |
} |
| 73 |
#e-admin-top-bar-root .e-admin-top-bar__main-area button { |
| 74 |
margin: 0 4px; |
| 75 |
} |
| 76 |
#e-admin-top-bar-root .e-admin-top-bar__secondary-area { |
| 77 |
display: -webkit-inline-box; |
| 78 |
display: -ms-inline-flexbox; |
| 79 |
display: inline-flex; |
| 80 |
-webkit-box-align: center; |
| 81 |
-ms-flex-align: center; |
| 82 |
align-items: center; |
| 83 |
-webkit-box-pack: center; |
| 84 |
-ms-flex-pack: center; |
| 85 |
justify-content: center; |
| 86 |
} |
| 87 |
#e-admin-top-bar-root .e-admin-top-bar__heading-logo { |
| 88 |
width: 30px; |
| 89 |
} |
| 90 |
#e-admin-top-bar-root .e-admin-top-bar__heading-logo { |
| 91 |
background: #93003c; |
| 92 |
border-radius: 15px; |
| 93 |
color: #ffffff; |
| 94 |
display: inline-block; |
| 95 |
font-size: 0.875rem; |
| 96 |
height: 1.875rem; |
| 97 |
line-height: 1.875rem; |
| 98 |
text-align: center; |
| 99 |
width: 1.875rem; |
| 100 |
} |
| 101 |
#e-admin-top-bar-root .e-admin-top-bar__heading-title { |
| 102 |
color: #495157; |
| 103 |
font-size: 15px; |
| 104 |
font-weight: 700; |
| 105 |
font-family: "Roboto", Arial, Helvetica, Verdana, sans-serif; |
| 106 |
padding: 0 8px; |
| 107 |
line-height: normal; |
| 108 |
text-transform: uppercase; |
| 109 |
} |
| 110 |
#e-admin-top-bar-root.e-admin-top-bar--active { |
| 111 |
display: block; |
| 112 |
} |
| 113 |
#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody #wpbody-content { |
| 114 |
margin-top: 50px; |
| 115 |
} |
| 116 |
#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap { |
| 117 |
clear: both; |
| 118 |
padding-top: 10px; |
| 119 |
} |
| 120 |
#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap h1 { |
| 121 |
display: none; |
| 122 |
} |
| 123 |
#e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap h1, #e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap .page-title-action { |
| 124 |
display: inline-block; |
| 125 |
} |
| 126 |
#e-admin-top-bar-root .e-admin-top-bar__bar-button { |
| 127 |
-webkit-box-align: center; |
| 128 |
-ms-flex-align: center; |
| 129 |
align-items: center; |
| 130 |
cursor: pointer; |
| 131 |
display: -webkit-inline-box; |
| 132 |
display: -ms-inline-flexbox; |
| 133 |
display: inline-flex; |
| 134 |
-webkit-box-pack: center; |
| 135 |
-ms-flex-pack: center; |
| 136 |
justify-content: center; |
| 137 |
margin: 0 10px; |
| 138 |
text-decoration: none; |
| 139 |
color: #6d7882; |
| 140 |
} |
| 141 |
#e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title { |
| 142 |
color: #6d7882; |
| 143 |
} |
| 144 |
#e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon { |
| 145 |
margin: 0 4px; |
| 146 |
} |
| 147 |
#e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title, |
| 148 |
#e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-icon { |
| 149 |
color: #93003c; |
| 150 |
} |
| 151 |
#e-admin-top-bar-root .e-admin-top-bar__bar-button-title { |
| 152 |
font-size: 13px; |
| 153 |
font-weight: 500; |
| 154 |
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 155 |
margin: 0 4px; |
| 156 |
line-height: normal; |
| 157 |
} |
| 158 |
#e-admin-top-bar-root ~ #wpbody .wrap h1, #e-admin-top-bar-root ~ #wpbody .wrap .page-title-action { |
| 159 |
display: none; |
| 160 |
} |
| 161 |
|
| 162 |
@media screen and (max-width: 960px) { |
| 163 |
#e-admin-top-bar-root { |
| 164 |
width: calc(100% - 36px); |
| 165 |
} |
| 166 |
} |
| 167 |
@media screen and (max-width: 782px) { |
| 168 |
#e-admin-top-bar-root { |
| 169 |
width: 100%; |
| 170 |
} |
| 171 |
} |
| 172 |
@media screen and (max-width: 600px) { |
| 173 |
#e-admin-top-bar-root { |
| 174 |
top: 46px; |
| 175 |
} |
| 176 |
} |
| 177 |
@media (max-width: 768px) { |
| 178 |
#e-admin-top-bar-root { |
| 179 |
display: -webkit-inline-box; |
| 180 |
display: -ms-inline-flexbox; |
| 181 |
display: inline-flex; |
| 182 |
-webkit-box-align: center; |
| 183 |
-ms-flex-align: center; |
| 184 |
align-items: center; |
| 185 |
-webkit-box-pack: center; |
| 186 |
-ms-flex-pack: center; |
| 187 |
justify-content: center; |
| 188 |
} |
| 189 |
#e-admin-top-bar-root .e-admin-top-bar__main-area-buttons { |
| 190 |
position: absolute; |
| 191 |
top: calc(100% + 10px); |
| 192 |
} |
| 193 |
#e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons { |
| 194 |
display: none; |
| 195 |
} |
| 196 |
#e-admin-top-bar-root .e-admin-top-bar__secondary-area > .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title { |
| 197 |
display: none; |
| 198 |
} |
| 199 |
} |
| 200 |
@media (min-width: 768px) { |
| 201 |
#e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons { |
| 202 |
display: -webkit-box; |
| 203 |
display: -ms-flexbox; |
| 204 |
display: flex; |
| 205 |
} |
| 206 |
} |
| 207 |
/*# sourceMappingURL=admin-top-bar.css.map */ |