| @@ -92,17 +92,11 @@ | ||
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | .wowp-links { |
| 95 | 95 | position: absolute; |
| 96 | - top: 0; | |
| 97 | - right: 36px; | |
| 96 | + bottom: 0; | |
| 97 | + left: 36px; | |
| 98 | 98 | display: flex; |
| 99 | - border-radius: 0 0 4px 4px; | |
| 100 | - border: 2px solid; | |
| 101 | - border-top: none; | |
| 102 | - background-color: #DFE2FC; | |
| 103 | - border-image: linear-gradient(to right, #14102C, #E86E2C); | |
| 104 | - border-image-slice: 1; | |
| 105 | 99 | } |
| 106 | 100 | @media screen and (max-width: 850px) { |
| 107 | 101 | .wowp-links { |
| 108 | 102 | display: none; |
| @@ -114,9 +108,8 @@ | ||
| 114 | 108 | } |
| 115 | 109 | |
| 116 | 110 | .wowp-links a { |
| 117 | 111 | text-decoration: none; |
| 118 | - color: #14102C; | |
| 119 | 112 | display: flex; |
| 120 | 113 | flex-direction: column; |
| 121 | 114 | font-size: 12px; |
| 122 | 115 | align-items: center; |
| @@ -124,9 +117,9 @@ | ||
| 124 | 117 | transition: all 0.15s linear; |
| 125 | 118 | } |
| 126 | 119 | |
| 127 | 120 | .wowp-links a:hover { |
| 128 | - background-color: #F6C8AF; | |
| 121 | + color: #14102C; | |
| 129 | 122 | } |
| 130 | 123 | |
| 131 | 124 | .wowp-links .codericon, |
| 132 | 125 | .wowp-links .dashicons { |
| @@ -133,8 +126,9 @@ | ||
| 133 | 126 | width: 15px; |
| 134 | 127 | height: 15px; |
| 135 | 128 | font-size: 15px; |
| 136 | 129 | color: #596FF9; |
| 130 | + display: none; | |
| 137 | 131 | } |
| 138 | 132 | |
| 139 | 133 | .wowp-wrap .nav-tab-wrapper .nav-tab-active { |
| 140 | 134 | color: var(--wowp-blue); |
| @@ -612,9 +606,8 @@ | ||
| 612 | 606 | color: #ffffff; |
| 613 | 607 | } |
| 614 | 608 | |
| 615 | 609 | .button-editor { |
| 616 | - position: absolute; | |
| 617 | 610 | right: 0; |
| 618 | 611 | bottom: 2px; |
| 619 | 612 | cursor: pointer; |
| 620 | 613 | padding: 5px 10px; |
| @@ -626,8 +619,13 @@ | ||
| 626 | 619 | .button-editor:focus, .button-editor:hover { |
| 627 | 620 | background-color: var(--wowp-yellow); |
| 628 | 621 | } |
| 629 | 622 | |
| 623 | +.add-img-btn { | |
| 624 | + align-self: flex-end; | |
| 625 | + text-align: right; | |
| 626 | +} | |
| 627 | + | |
| 630 | 628 | .has-tooltip { |
| 631 | 629 | position: relative; |
| 632 | 630 | cursor: help; |
| 633 | 631 | } |
| @@ -798,8 +796,11 @@ | ||
| 798 | 796 | } |
| 799 | 797 | .wowp-wrap .is-relative { |
| 800 | 798 | position: relative; |
| 801 | 799 | } |
| 800 | +.wowp-wrap ._m-is-auto { | |
| 801 | + margin-inline-start: auto; | |
| 802 | +} | |
| 802 | 803 | |
| 803 | 804 | .w_block { |
| 804 | 805 | background-color: #ebf3ff; |
| 805 | 806 | padding: 50px 32px; |
| @@ -1062,8 +1063,14 @@ | ||
| 1062 | 1063 | --notification-color: var(--wowp-danger); |
| 1063 | 1064 | } |
| 1064 | 1065 | .wowp-notification.-error:before { |
| 1065 | 1066 | content: ""; |
| 1067 | +} | |
| 1068 | +.wowp-notification.-lock { | |
| 1069 | + --notification-color: var(--wowp-danger); | |
| 1070 | +} | |
| 1071 | +.wowp-notification.-lock:before { | |
| 1072 | + content: ""; | |
| 1066 | 1073 | } |
| 1067 | 1074 | .wowp-notification.-success { |
| 1068 | 1075 | --notification-color: var(--wowp-success); |
| 1069 | 1076 | } |