| @@ -92,9 +92,8 @@ | ||
| 92 | 92 | --e-a-color-logo: #ffffff; |
| 93 | 93 | --e-a-color-circle-logo: #000000; |
| 94 | 94 | --e-a-color-primary: #F3BAFD; |
| 95 | 95 | --e-a-color-primary-bold: #D004D4; |
| 96 | - --e-a-color-primary-bold-dark: #C00BB9; | |
| 97 | 96 | --e-a-color-secondary: #515962; |
| 98 | 97 | --e-a-color-success: #0A875A; |
| 99 | 98 | --e-a-color-danger: #DC2626; |
| 100 | 99 | --e-a-color-info: #2563EB; |
| @@ -101,9 +100,8 @@ | ||
| 101 | 100 | --e-a-color-warning: #F59E0B; |
| 102 | 101 | --e-a-color-accent: #93003f; |
| 103 | 102 | --e-a-color-global: #1DDDBF; |
| 104 | 103 | --e-a-color-accent-promotion: #93003f; |
| 105 | - --e-a-color-accent-promotion-disabled: rgba(147, 0, 63, 0.38); | |
| 106 | 104 | --e-a-bg-default: #ffffff; |
| 107 | 105 | --e-a-bg-invert: #0C0D0E; |
| 108 | 106 | --e-a-bg-hover: #F1F2F3; |
| 109 | 107 | --e-a-bg-active: #E6E8EA; |
| @@ -270,8 +268,19 @@ | ||
| 270 | 268 | #wpcontent #submitdiv #misc-publishing-actions a { |
| 271 | 269 | font-weight: 600; |
| 272 | 270 | text-decoration: underline; |
| 273 | 271 | } |
| 272 | +#wpcontent #elementor-editor #elementor-editor-button { | |
| 273 | + display: inline-flex; | |
| 274 | + align-items: center; | |
| 275 | + justify-content: center; | |
| 276 | + font-weight: 600; | |
| 277 | + font-size: 16px; | |
| 278 | +} | |
| 279 | +#wpcontent #elementor-editor #elementor-go-to-edit-page-link { | |
| 280 | + font-weight: 600; | |
| 281 | + text-decoration: none; | |
| 282 | +} | |
| 274 | 283 | #wpcontent .postbox .category-tabs { |
| 275 | 284 | display: flex; |
| 276 | 285 | border-block-end: 1px solid var(--e-one-palette-divider); |
| 277 | 286 | margin-block-end: 10px; |
| @@ -304,23 +313,12 @@ | ||
| 304 | 313 | font-weight: 600; |
| 305 | 314 | color: var(--e-one-palette-text-primary); |
| 306 | 315 | text-decoration: underline; |
| 307 | 316 | } |
| 308 | -#wpcontent #elementor-editor #elementor-editor-button { | |
| 309 | - display: inline-flex; | |
| 310 | - align-items: center; | |
| 311 | - justify-content: center; | |
| 312 | - font-weight: 600; | |
| 313 | - font-size: 16px; | |
| 314 | -} | |
| 315 | -#wpcontent #elementor-editor #elementor-go-to-edit-page-link { | |
| 316 | - text-decoration: none; | |
| 317 | -} | |
| 318 | 317 | #wpcontent .wrap { |
| 319 | 318 | background-color: var(--e-one-palette-background-default); |
| 320 | - margin: 0; | |
| 321 | - padding-block-start: 24px; | |
| 322 | - padding-inline: 32px; | |
| 319 | + margin: 20px 32px; | |
| 320 | + margin-block-start: 24px; | |
| 323 | 321 | max-width: 100%; |
| 324 | 322 | display: flex; |
| 325 | 323 | flex-wrap: wrap; |
| 326 | 324 | align-items: center; |
| @@ -367,13 +365,13 @@ | ||
| 367 | 365 | } |
| 368 | 366 | #wpcontent #screen-meta-links { |
| 369 | 367 | display: flex; |
| 370 | 368 | justify-content: flex-end; |
| 371 | - margin-block: 1px 10px; | |
| 369 | + margin-block-end: 10px; | |
| 372 | 370 | margin-inline: 32px; |
| 373 | 371 | } |
| 374 | 372 | #wpcontent #screen-meta-links .show-settings::after { |
| 375 | - inset-block-end: 1px; | |
| 373 | + bottom: 1px; | |
| 376 | 374 | padding: 0; |
| 377 | 375 | vertical-align: middle; |
| 378 | 376 | height: 10px; |
| 379 | 377 | font: normal 20px/0.5 dashicons; |
| @@ -641,30 +639,10 @@ | ||
| 641 | 639 | #wpcontent #elementor-element-manager-wrap { |
| 642 | 640 | width: 100%; |
| 643 | 641 | } |
| 644 | 642 | |
| 645 | -body:has(#editor-one-top-bar > *) #wpbody { | |
| 643 | +body:has(#editor-one-top-bar > *) #wpcontent #wpbody-content { | |
| 646 | 644 | margin-block-start: 50px; |
| 647 | - padding-block-end: 0; | |
| 648 | -} | |
| 649 | -@media screen and (min-width: 783px) { | |
| 650 | - body:has(#editor-one-top-bar > *) #wpbody { | |
| 651 | - position: fixed; | |
| 652 | - inset-block-end: 0; | |
| 653 | - inset-inline-start: calc(var(--editor-one-sidebar-left-offset, 160px) + var(--editor-one-sidebar-navigation-width, 240px)); | |
| 654 | - width: calc(100vw - var(--editor-one-sidebar-left-offset, 160px) - var(--editor-one-sidebar-navigation-width, 240px)); | |
| 655 | - } | |
| 656 | -} | |
| 657 | -body:has(#editor-one-top-bar > *) #wpcontent #wpbody-content { | |
| 658 | - padding-block-end: 0; | |
| 659 | -} | |
| 660 | -@media screen and (min-width: 783px) { | |
| 661 | - body:has(#editor-one-top-bar > *) #wpcontent #wpbody-content { | |
| 662 | - display: flex; | |
| 663 | - flex-direction: column; | |
| 664 | - overflow-y: auto; | |
| 665 | - height: calc(100vh - var(--e-admin-bar-height, 0px) - var(--e-top-bar-header-height, 0px)); | |
| 666 | - } | |
| 667 | 645 | } |
| 668 | 646 | |
| 669 | 647 | input[type=checkbox] { |
| 670 | 648 | width: 16px; |