admin-setting-rtl.css
2 years ago
admin-setting.css
2 years ago
jquery.ui.datepicker.css
2 years ago
mystickybar-admin-rtl.css
1 year ago
mystickybar-admin.css
1 year ago
mystickymenu-admin-rtl.css
1 year ago
mystickymenu-admin.css
1 year ago
mystickymenu-help-rtl.css
2 years ago
mystickymenu-help.css
2 years ago
pricing-table.css
2 years ago
select2.min.css
2 years ago
star-rating-svg.css
2 years ago
mystickybar-admin.css
612 lines
| 1 | .my-sticky-bar_page_my-stickymenu-new-welcomebar .mystickymenu-new-widget-wrap { |
| 2 | margin: 20px auto !important; |
| 3 | } |
| 4 | .toplevel_page_my-stickymenu-welcomebar #wpcontent, .toplevel_page_my-stickymenu-welcomebar #wpfoote { |
| 5 | margin-left: 140px; |
| 6 | } |
| 7 | .toplevel_page_my-stickymenu-welcomebar.folded #wpcontent { |
| 8 | margin-left: 0; |
| 9 | } |
| 10 | .mystickymenu.wrap { |
| 11 | margin: 0; |
| 12 | } |
| 13 | div#mystickymenu { |
| 14 | overflow: unset; |
| 15 | } |
| 16 | .toplevel_page_my-stickymenu-welcomebar .media-modal { |
| 17 | z-index: 999999; |
| 18 | } |
| 19 | div.x-color-wrap { |
| 20 | z-index: 99; |
| 21 | } |
| 22 | |
| 23 | /* Common Classes */ |
| 24 | .mx-w-100 { |
| 25 | max-width: 100% !important; |
| 26 | } |
| 27 | .flex { |
| 28 | display: flex; |
| 29 | } |
| 30 | .flex-inline { |
| 31 | display: inline-flex; |
| 32 | flex-wrap: wrap; |
| 33 | } |
| 34 | .flex-1 { |
| 35 | flex: 1; |
| 36 | } |
| 37 | .flex-column { |
| 38 | flex-direction: column; |
| 39 | } |
| 40 | .align-top { |
| 41 | align-items: flex-start; |
| 42 | } |
| 43 | .align-middle { |
| 44 | align-items: center; |
| 45 | } |
| 46 | .gap-x-px { |
| 47 | gap: 10px; |
| 48 | } |
| 49 | .content-center { |
| 50 | justify-content: center; |
| 51 | } |
| 52 | |
| 53 | .myStickymenu-upgrade a:before { |
| 54 | content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4173 3.12162C14.2583 2.92423 14.0413 2.78187 13.797 2.71469C13.563 2.65332 13.3158 2.66446 13.0883 2.74666C12.8607 2.82885 12.6636 2.97823 12.5228 3.17499L10.8151 4.82269L9.04065 2.40117C8.93859 2.22808 8.79679 2.08175 8.62705 1.97423C8.49112 1.89082 8.33979 1.83564 8.18212 1.81197C8.02439 1.78831 7.86359 1.79665 7.70925 1.8365C7.55485 1.87634 7.41005 1.94687 7.28352 2.04388C7.15692 2.1409 7.05125 2.26241 6.97265 2.40117L5.1982 4.82269L3.49041 3.17499C3.34843 2.97964 3.15119 2.83136 2.92406 2.74931C2.69693 2.66725 2.45039 2.6552 2.21634 2.71469C1.97176 2.78099 1.75461 2.92338 1.59632 3.12125C1.43802 3.31913 1.34673 3.56222 1.33573 3.81539C1.33243 3.84643 1.33243 3.87773 1.33573 3.90878L2.39647 11.3735C2.4955 12.1546 2.87603 12.8729 3.46672 13.3936C4.05741 13.9143 4.81769 14.2017 5.60511 14.202H10.4549C11.2435 14.2033 12.0054 13.9166 12.5975 13.3958C13.1896 12.875 13.571 12.1558 13.6702 11.3735L14.6641 3.90211C14.6674 3.87553 14.6674 3.84865 14.6641 3.82206C14.6579 3.56837 14.5715 3.32315 14.4173 3.12162ZM10.7017 11.6136H5.36497C5.18805 11.6136 5.01834 11.5434 4.89324 11.4182C4.76813 11.2932 4.69788 11.1235 4.69788 10.9466C4.69788 10.7696 4.76813 10.6 4.89324 10.4748C5.01834 10.3498 5.18805 10.2794 5.36497 10.2794H10.7017C10.8786 10.2794 11.0483 10.3498 11.1734 10.4748C11.2985 10.6 11.3688 10.7696 11.3688 10.9466C11.3688 11.1235 11.2985 11.2932 11.1734 11.4182C11.0483 11.5434 10.8786 11.6136 10.7017 11.6136Z' fill='%236558F5'/%3E%3C/svg%3E"); |
| 55 | } |
| 56 | |
| 57 | .btn:not(.disabled) { |
| 58 | cursor: pointer; |
| 59 | } |
| 60 | .btn.disabled { |
| 61 | opacity: 25%; |
| 62 | } |
| 63 | .btn { |
| 64 | height: 48px; |
| 65 | font-size: 16px !important; |
| 66 | line-height: 1; |
| 67 | font-weight: 600; |
| 68 | text-decoration: none; |
| 69 | display: inline-flex !important; |
| 70 | align-items: center; |
| 71 | justify-content: center; |
| 72 | gap: 8px; |
| 73 | border-radius: 8px !important; |
| 74 | padding: 0 16px !important; |
| 75 | transition: all ease-in-out 0.2s; |
| 76 | } |
| 77 | .btn:hover { |
| 78 | opacity: 75%; |
| 79 | } |
| 80 | .btn.btn-primary-outline { |
| 81 | background-color: transparent; |
| 82 | border: 1px solid #6558F5 !important; |
| 83 | color: #6558F5 !important; |
| 84 | } |
| 85 | |
| 86 | input[type="text"], select { |
| 87 | max-width: 100%; |
| 88 | } |
| 89 | input[type=checkbox], input[type=radio], |
| 90 | input[type=checkbox]:focus, input[type=radio]:focus { |
| 91 | border: 1px solid #56556B; |
| 92 | box-shadow: none; |
| 93 | } |
| 94 | input[type=radio]:checked::before { |
| 95 | background-color: #604ADB; |
| 96 | } |
| 97 | input[type=checkbox]:checked::before { |
| 98 | background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0C8.72 0 8.47 0.11 8.29 0.29L4 4.59L1.71 2.29C1.53 2.11 1.28 2 1 2C0.45 2 0 2.45 0 3C0 3.28 0.11 3.53 0.29 3.71L3.29 6.71C3.47 6.89 3.72 7 4 7C4.28 7 4.53 6.89 4.71 6.71L9.71 1.71C9.89 1.53 10 1.28 10 1C10 0.45 9.55 0 9 0Z' fill='white'/%3E%3C/svg%3E"); |
| 99 | background-color: #604ADB; |
| 100 | background-position: 50% 50%; |
| 101 | background-repeat: no-repeat; |
| 102 | content: ""; |
| 103 | width: 16px; |
| 104 | height: 16px; |
| 105 | border-radius: 4px; |
| 106 | margin: 0; |
| 107 | } |
| 108 | |
| 109 | .mysticky-welcomebar-setting-content-right select, .mysticky-welcomebar-setting-content-right input[type="text"], .mysticky-welcomebar-setting-content-right textarea, .mysticky-welcomebar-page-option .url-content input[type="text"], .mysticky-page-option .url-content input[type="text"], .mystickymenu-country-button { |
| 110 | height: 34px; |
| 111 | border-radius: 34px; |
| 112 | } |
| 113 | .mysticky-welcomebar-page-option .url-content input.url-inputs { |
| 114 | max-width: 100%; |
| 115 | } |
| 116 | .mysticky-welcomebar-page-option .mysticky-welcomebar-url-values { |
| 117 | max-width: 40%; |
| 118 | } |
| 119 | |
| 120 | label.mysticky-welcomebar-switch { |
| 121 | width: 40px !important; |
| 122 | height: 24px !important; |
| 123 | } |
| 124 | .mysticky-welcomebar-switch .slider:before { |
| 125 | width: 16px; |
| 126 | height: 16px; |
| 127 | top: 2px; |
| 128 | } |
| 129 | .mysticky-welcomebar-switch input:checked + .slider:before { |
| 130 | transform: translateX(16px); |
| 131 | } |
| 132 | |
| 133 | .mysticky-welcomebar-form { |
| 134 | background-color: #FBFAFF; |
| 135 | padding-top: 90px; |
| 136 | } |
| 137 | |
| 138 | .mysticky-welcomebar-expirydate .dashicons { |
| 139 | top: 0; |
| 140 | line-height: 34px; |
| 141 | } |
| 142 | .welcomebar-slider-text-option span.add-more-slider-text, |
| 143 | .welcomebar-slider-text-option .delete-slider-text-option { |
| 144 | width: 34px; |
| 145 | height: 34px; |
| 146 | line-height: 30px; |
| 147 | border: none; |
| 148 | } |
| 149 | .mysticky-welcomebar-remove-rule, |
| 150 | .mysticky-remove-rule, |
| 151 | a.mysticky-welcomebar-remove-date-schedule { |
| 152 | background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8V17.8571C7 18.4255 7.21949 18.9705 7.61019 19.3724C8.00089 19.7743 8.5308 20 9.08333 20H14.9167C15.4692 20 15.9991 19.7743 16.3898 19.3724C16.7805 18.9705 17 18.4255 17 17.8571V8' stroke='%2356556B' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 8H19' stroke='%2356556B' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 8V6.5C9 6.10218 9.15804 5.72064 9.43934 5.43933C9.72064 5.15804 10.1022 5 10.5 5H13.5C13.8978 5 14.2794 5.15804 14.5607 5.43933C14.8419 5.72064 15 6.10218 15 6.5V8' stroke='%2356556B' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); |
| 153 | background-color: transparent; |
| 154 | background-position: 50% 50%; |
| 155 | background-repeat: no-repeat; |
| 156 | width: 34px; |
| 157 | height: 34px; |
| 158 | line-height: 30px; |
| 159 | overflow: hidden; |
| 160 | text-indent: -1000px; |
| 161 | } |
| 162 | a.mysticky-welcomebar-remove-date-schedule { |
| 163 | margin-top: 23px; |
| 164 | } |
| 165 | |
| 166 | /* Stickybar */ |
| 167 | body.admin-bar .mystickybar-header { |
| 168 | top: 32px; |
| 169 | } |
| 170 | body.folded .mystickybar-header { |
| 171 | left: 36px; |
| 172 | } |
| 173 | .mystickybar-header { |
| 174 | background-color: #fff; |
| 175 | height: 70px; |
| 176 | padding: 0 16px; |
| 177 | display: flex; |
| 178 | align-items: center; |
| 179 | position: fixed; |
| 180 | top: 0; |
| 181 | left: 160px; |
| 182 | right: 0; |
| 183 | z-index: 999; |
| 184 | box-shadow: 0 4px 24px 0 rgba(56, 39, 240, 0.06); |
| 185 | } |
| 186 | .mystickybar-header > a img { |
| 187 | display: block; |
| 188 | } |
| 189 | .mystickybar-tabs-buttons { |
| 190 | display: flex; |
| 191 | align-items: center; |
| 192 | gap: 9px; |
| 193 | } |
| 194 | .mystickybar-header .save_view_dashboard { |
| 195 | margin-left: 0 !important; |
| 196 | } |
| 197 | |
| 198 | /* Tabs */ |
| 199 | ul.mystickybar-tabs { |
| 200 | justify-content: center; |
| 201 | } |
| 202 | ul.mystickybar-tabs li.mystickybar-tab-li { |
| 203 | width: 200px; |
| 204 | } |
| 205 | a.mystickybar-tab { |
| 206 | display: flex; |
| 207 | flex-direction: column; |
| 208 | align-items: center; |
| 209 | gap: 4px; |
| 210 | position: relative; |
| 211 | cursor: pointer; |
| 212 | } |
| 213 | a.mystickybar-tab .mystickybar-tabs-heading { |
| 214 | background-color: #E7E6E9; |
| 215 | width: 16px; |
| 216 | height: 16px; |
| 217 | border-radius: 16px; |
| 218 | } |
| 219 | a.mystickybar-tab .mystickybar-tabs-heading::before, |
| 220 | a.mystickybar-tab .mystickybar-tabs-heading::after { |
| 221 | background-color: #E7E6E9; |
| 222 | width: 50%; |
| 223 | height: 2px; |
| 224 | position: absolute; |
| 225 | top: 8px; |
| 226 | } |
| 227 | a.mystickybar-tab .mystickybar-tabs-heading::before { |
| 228 | left: 0; |
| 229 | } |
| 230 | a.mystickybar-tab .mystickybar-tabs-heading::after { |
| 231 | right: 0; |
| 232 | } |
| 233 | li:not(:first-child) a.mystickybar-tab .mystickybar-tabs-heading::before, |
| 234 | li:not(:last-child) a.mystickybar-tab .mystickybar-tabs-heading::after { |
| 235 | content: ""; |
| 236 | } |
| 237 | a.mystickybar-tab-active .mystickybar-tabs-heading, |
| 238 | a.mystickybar-tab-completed .mystickybar-tabs-heading, |
| 239 | a.mystickybar-tab-active .mystickybar-tabs-heading::before, |
| 240 | a.mystickybar-tab-active .mystickybar-tabs-heading::after, |
| 241 | a.mystickybar-tab-completed .mystickybar-tabs-heading::before, |
| 242 | a.mystickybar-tab-completed .mystickybar-tabs-heading::after { |
| 243 | background-color: #6558F5; |
| 244 | |
| 245 | } |
| 246 | ul.mystickybar-tabs a.mystickybar-tab-completed .mystickybar-tabs-subheading{ |
| 247 | color: #6558F5; |
| 248 | } |
| 249 | ul.mystickybar-tabs .mystickybar-tabs-subheading { |
| 250 | color: #181749; |
| 251 | } |
| 252 | |
| 253 | /* Structure */ |
| 254 | #adminmenuwrap { |
| 255 | z-index: 999999; |
| 256 | } |
| 257 | .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap { |
| 258 | padding: 20px 40px; |
| 259 | margin: 0; |
| 260 | } |
| 261 | section.mystickybar-widget-tabs-content { |
| 262 | display: flex; |
| 263 | align-items: stretch; |
| 264 | } |
| 265 | section.mystickybar-widget-tabs-content .mystickybar-column { |
| 266 | flex: 1; |
| 267 | border-right: 1px solid #F1EFF8; |
| 268 | } |
| 269 | section.mystickybar-widget-tabs-content .mystickybar-preview-section { |
| 270 | width: 440px; |
| 271 | padding: 16px; |
| 272 | } |
| 273 | .mystickybar-tab-content .notice-info { |
| 274 | margin: 16px 24px; |
| 275 | } |
| 276 | |
| 277 | /* Tab Content */ |
| 278 | .mystickybar-widget-tabs-content { |
| 279 | background-color: #fff; |
| 280 | max-width: 1240px; |
| 281 | margin: 0 auto; |
| 282 | border-radius: 16px; |
| 283 | border: 1px solid #F1EFF8; |
| 284 | position: relative; |
| 285 | } |
| 286 | .mystickybar-tab-content:not(.active) { |
| 287 | display: none; |
| 288 | } |
| 289 | .mystickybar-tab-content > h2.section-title { |
| 290 | font-size: 20px; |
| 291 | font-weight: 400; |
| 292 | color: #56556B; |
| 293 | padding: 16px 24px; |
| 294 | margin: 0; |
| 295 | border-bottom: 1px solid #F1EFF8; |
| 296 | } |
| 297 | .mystickybar-tab-content > h2.section-title strong { |
| 298 | font-weight: 700; |
| 299 | color: #181749; |
| 300 | } |
| 301 | .mysticky-welcomebar-subheader-title { |
| 302 | padding: 32px 0 12px; |
| 303 | } |
| 304 | .mysticky-welcomebar-subheader-title:first-child { |
| 305 | padding-top: 16px; |
| 306 | } |
| 307 | .mysticky-welcomebar-subheader-title h4, |
| 308 | .poptin-right h4 { |
| 309 | font-size: 22px; |
| 310 | color: #181749; |
| 311 | } |
| 312 | |
| 313 | .mystickybar-content-section { |
| 314 | padding: 16px 24px; |
| 315 | } |
| 316 | |
| 317 | .mysticky-welcomebar-header-title { |
| 318 | display: flex; |
| 319 | align-items: center; |
| 320 | gap: 8px; |
| 321 | } |
| 322 | .welcomebar-icon-wrap.welcomebar-widget-title { |
| 323 | margin-bottom: 0; |
| 324 | } |
| 325 | .mysticky-welcomebar-header-title .welcomebar-widget-title input[type="text"] { |
| 326 | background-color: #F6F5FEE5; |
| 327 | height: 38px; |
| 328 | font-size: 22px; |
| 329 | color: #181749; |
| 330 | border: none; |
| 331 | border-radius: 20px; |
| 332 | } |
| 333 | |
| 334 | .mysticky-welcomebar-setting-block { |
| 335 | background-color: #FBFAFF; |
| 336 | padding: 16px 16px 0; |
| 337 | border: 1px solid #F1EFF8; |
| 338 | border-radius: 8px; |
| 339 | } |
| 340 | .mysticky-welcomebar-setting-content > label, |
| 341 | .poptin-right { |
| 342 | font-size: 14px; |
| 343 | color: #56556B; |
| 344 | } |
| 345 | .mysticky-welcomebar-setting-content.align-top > label { |
| 346 | margin-top: 9px; |
| 347 | } |
| 348 | .mysticky-welcomebar-setting-content-right label, |
| 349 | #mystickymenu input[type=number], |
| 350 | span.input-px, |
| 351 | .poptin-right p strong { |
| 352 | color: #181749; |
| 353 | } |
| 354 | .mysticky-custom-fields-tooltip a.mysticky-tooltip .dashicons { |
| 355 | color: #A9A8B5; |
| 356 | } |
| 357 | .mysticky-welcomebar-setting-content-right select.mysticky-welcomebar-trigger { |
| 358 | width: 100%; |
| 359 | max-width: 100%; |
| 360 | } |
| 361 | .mysticky-welcomebar-setting-content-right .mysticky-welcomebar-triggersec { |
| 362 | padding: 0 !important; |
| 363 | } |
| 364 | .mysticky-welcomebar-setting-content-right.absolute { |
| 365 | position: absolute; |
| 366 | left: 270px; |
| 367 | } |
| 368 | .mysticky-welcomebar-setting-content-right.absolute a.create-rule { |
| 369 | margin-top: 0; |
| 370 | } |
| 371 | |
| 372 | #mystickymenu input[type=number] { |
| 373 | height: 32px; |
| 374 | line-height: 32px; |
| 375 | } |
| 376 | span.input-px { |
| 377 | background: none; |
| 378 | width: 35px; |
| 379 | height: 32px; |
| 380 | text-align: left; |
| 381 | line-height: 32px; |
| 382 | opacity: 0.4; |
| 383 | } |
| 384 | #mystickymenu .mysticky-welcomebar-setting-content-right .px-wrap input { |
| 385 | padding-right: 40px; |
| 386 | } |
| 387 | .welcomebar_height_content input[type="number"], |
| 388 | .mysticky-welcomebar-setting-content-right input[type="number"] { |
| 389 | width: 90px !important; |
| 390 | } |
| 391 | |
| 392 | .poptin-left, |
| 393 | .poptin-right { |
| 394 | width: 50%; |
| 395 | padding: 24px; |
| 396 | } |
| 397 | .poptin-left { |
| 398 | float: left; |
| 399 | } |
| 400 | .poptin-right { |
| 401 | float: right; |
| 402 | } |
| 403 | .poptin-left img { |
| 404 | max-width: 100%; |
| 405 | } |
| 406 | .poptin-right p, |
| 407 | .poptin-right ul li { |
| 408 | font-size: 16px; |
| 409 | } |
| 410 | .poptin-right h4 { |
| 411 | margin-top: 0; |
| 412 | } |
| 413 | .poptin-right .btn { |
| 414 | width: 260px; |
| 415 | text-decoration: none; |
| 416 | } |
| 417 | .poptin-right .mystickybar-tab-boxes-btn-wrap { |
| 418 | display: flex; |
| 419 | flex-direction: column; |
| 420 | gap: 8px; |
| 421 | } |
| 422 | ul.poptin-ul { |
| 423 | margin-bottom: 40px; |
| 424 | display: flex; |
| 425 | flex-direction: column; |
| 426 | gap: 10px; |
| 427 | } |
| 428 | ul.poptin-ul li { |
| 429 | position: relative; |
| 430 | padding-left: 28px; |
| 431 | } |
| 432 | ul.poptin-ul li::before { |
| 433 | content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%232BBD65'/%3E%3Cpath d='M5.83337 10.0003L8.87795 13.3337L14.1667 6.66699' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); |
| 434 | position: absolute; |
| 435 | top: 0; |
| 436 | left: 0; |
| 437 | } |
| 438 | |
| 439 | /* Preview */ |
| 440 | .mysticky-welcomebar-header-title { |
| 441 | padding-bottom: 12px; |
| 442 | } |
| 443 | .mysticky-welcomebar-header-title h3 { |
| 444 | font-size: 14px; |
| 445 | font-weight: 600; |
| 446 | } |
| 447 | div.mysticky-welcomebar-preview-wrap { |
| 448 | position: sticky; |
| 449 | top: 110px; |
| 450 | } |
| 451 | div.mysticky-welcomebar-setting-right { |
| 452 | width: 100%; |
| 453 | position: unset; |
| 454 | } |
| 455 | div.mysticky-welcomebar-full-screen { |
| 456 | margin-top: 10px; |
| 457 | } |
| 458 | div.mysticky-welcomebar-full-screen-preview { |
| 459 | width: auto !important; |
| 460 | top: 120px; |
| 461 | right: 40px !important; |
| 462 | left: 200px !important; |
| 463 | } |
| 464 | div.mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body { |
| 465 | background-color: rgba(0,0,0,.25); |
| 466 | z-index: 99999; |
| 467 | } |
| 468 | .mysticky-welcomebar-backword-page a { |
| 469 | display: inline-flex; |
| 470 | align-items: center; |
| 471 | line-height: 20px; |
| 472 | color: #6558F5; |
| 473 | } |
| 474 | .mysticky-welcomebar-backword-page a span { |
| 475 | line-height: 20px; |
| 476 | } |
| 477 | |
| 478 | /* Upgrade */ |
| 479 | .myStickymenu-upgrade a { |
| 480 | background-color: #ECEAFE; |
| 481 | color: #6558F5; |
| 482 | } |
| 483 | .myStickymenu-upgrade a::before { |
| 484 | margin-right: 3px; |
| 485 | } |
| 486 | |
| 487 | /* Dashboard */ |
| 488 | .mystickymenu-dashboard .msm-bgbox { |
| 489 | border-radius: 16px; |
| 490 | } |
| 491 | .premio-footer-option { |
| 492 | gap: 8px; |
| 493 | } |
| 494 | .premio-footer-option .premio-content-list { |
| 495 | flex: 1; |
| 496 | } |
| 497 | .contactus-tab-option-wrap { |
| 498 | width: 100%; |
| 499 | } |
| 500 | .contactus-tab-option-wrap .contactus-tab-option { |
| 501 | display: flex; |
| 502 | align-items: center; |
| 503 | justify-content: space-between; |
| 504 | padding: 16px; |
| 505 | } |
| 506 | .contactus-tab-option .contactus-tab-option-left, |
| 507 | .contactus-tab-option .contactus-contents-buttons { |
| 508 | display: flex; |
| 509 | align-items: center; |
| 510 | gap: 8px; |
| 511 | } |
| 512 | |
| 513 | .msm-bgbox .stickymenu-box-button { |
| 514 | padding: 0; |
| 515 | } |
| 516 | |
| 517 | /* Responsive Code */ |
| 518 | |
| 519 | @media only screen and (min-width: 481px) { |
| 520 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left, |
| 521 | .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left { |
| 522 | justify-content: flex-start !important; |
| 523 | } |
| 524 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center, |
| 525 | .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center { |
| 526 | justify-content: center !important; |
| 527 | } |
| 528 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right, |
| 529 | .mysticky-welcomebar-preview-wrap.mysticky-welcomebar-full-screen-preview-body .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right { |
| 530 | justify-content: flex-end !important; |
| 531 | } |
| 532 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left .mysticky-welcomebar-content, |
| 533 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center .mysticky-welcomebar-content, |
| 534 | .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right .mysticky-welcomebar-content { |
| 535 | flex: unset !important; |
| 536 | } |
| 537 | } |
| 538 | |
| 539 | @media only screen and (max-width: 1490px) { |
| 540 | .mysticky-welcomebar-setting-content > .mysticky-welcomebar-setting-content-right, |
| 541 | .mysticky-welcomebar-page-option .url-content select, .mysticky-page-option .url-content select { |
| 542 | width: 100%; |
| 543 | } |
| 544 | } |
| 545 | |
| 546 | @media only screen and (max-width: 1440px) { |
| 547 | ul.mystickybar-tabs li.mystickybar-tab-li { |
| 548 | width: 130px; |
| 549 | } |
| 550 | .stickymenubox-title-section h3, .mystickymenu-tab-documentation h3, .contactus-title { |
| 551 | padding: 20px 24px; |
| 552 | } |
| 553 | .premio-footer-option, .stickymenu-box-container, .stickymenu-box-button, .stickymenu-settings { |
| 554 | padding: 15px 24px; |
| 555 | } |
| 556 | .msm-bgbox .stickymenu-box-button { |
| 557 | padding: 0; |
| 558 | } |
| 559 | } |
| 560 | |
| 561 | @media only screen and (max-width: 1200px) { |
| 562 | section.mystickybar-widget-tabs-content .mystickybar-preview-section { |
| 563 | width: 400px; |
| 564 | } |
| 565 | .mysticky-welcomebar-setting-content, .email-send-lead-settings { |
| 566 | width: 100%; |
| 567 | } |
| 568 | ul.mystickybar-tabs li.mystickybar-tab-li { |
| 569 | width: 120px; |
| 570 | } |
| 571 | .btn { |
| 572 | height: 40px; |
| 573 | font-size: 15px !important; |
| 574 | padding: 0 12px !important; |
| 575 | } |
| 576 | .mystickybar-tabs-buttons { |
| 577 | gap: 5px; |
| 578 | } |
| 579 | .mysticky-welcomebar-form, |
| 580 | .mystickybar-content-section { |
| 581 | padding-left: 12px; |
| 582 | padding-right: 12px; |
| 583 | } |
| 584 | .mysticky-welcomebar-setting-content > label { |
| 585 | width: 200px; |
| 586 | } |
| 587 | .mystickybar-tabs-buttons .mystickybar-back-button span, |
| 588 | .mystickybar-tabs-buttons .mystickybar-next-button span { |
| 589 | display: none; |
| 590 | } |
| 591 | .mystickymenu-dashboard .mystickymenu-tab-boxs-wrap { |
| 592 | flex-direction: column; |
| 593 | } |
| 594 | .msmenu-box50, |
| 595 | .mysticky-welcomebar-page-option .url-content input[type="text"], .mysticky-page-option .url-content input[type="text"] { |
| 596 | width: 100%; |
| 597 | } |
| 598 | .mysticky-welcomebar-setting-content-right.absolute { |
| 599 | left: 230px; |
| 600 | } |
| 601 | } |
| 602 | |
| 603 | @media only screen and (max-width: 992px) { |
| 604 | .mystickybar-header { |
| 605 | left: 36px; |
| 606 | } |
| 607 | .toplevel_page_my-stickymenu-welcomebar #wpcontent, |
| 608 | .toplevel_page_my-stickymenu-welcomebar #wpfoote { |
| 609 | margin-left: 36px !important; |
| 610 | padding-left: 0; |
| 611 | } |
| 612 | } |