admin-global.css
1 year ago
admin-global.min.css
1 year ago
admin-upsells.css
1 year ago
admin-upsells.min.css
1 year ago
admin.css
1 year ago
admin.min.css
1 year ago
blocks.min.css
1 year ago
challenge.css
1 year ago
challenge.min.css
1 year ago
admin-global.css
173 lines
| 1 | #menu-posts-wpm-testimonial .wp-submenu-wrap > li:last-child a { |
| 2 | color : #FBC556; |
| 3 | } |
| 4 | |
| 5 | /* Tabs tooltips */ |
| 6 | .wpmtst-tooltip { |
| 7 | position : relative; |
| 8 | display : inline-block; |
| 9 | } |
| 10 | |
| 11 | .wpmtst-tooltip > span { |
| 12 | cursor : pointer; |
| 13 | color : #0073aa; |
| 14 | text-decoration : underline; |
| 15 | margin-left : 5px; |
| 16 | } |
| 17 | |
| 18 | .wpmtst-tooltip .wpmtst-tooltip-content { |
| 19 | display : none; |
| 20 | position : absolute; |
| 21 | top : 50%; |
| 22 | right : -10px; |
| 23 | transform : translate(100%, -50%); |
| 24 | width : 300px; |
| 25 | background : #000; |
| 26 | color : #fff; |
| 27 | padding : 10px; |
| 28 | box-sizing : border-box; |
| 29 | z-index : 99; |
| 30 | } |
| 31 | |
| 32 | .wpmtst-tooltip .wpmtst-tooltip-content:before { |
| 33 | content : ''; |
| 34 | width : 0px; |
| 35 | height : 0px; |
| 36 | border-style : solid; |
| 37 | border-width : 8px 8px 8px 0; |
| 38 | border-color : transparent #000 transparent transparent; |
| 39 | display : block; |
| 40 | position : absolute; |
| 41 | top : 50%; |
| 42 | left : -8px; |
| 43 | transform : translateY(-50%); |
| 44 | } |
| 45 | |
| 46 | .wpmtst-tooltip:hover .wpmtst-tooltip-content { |
| 47 | display : block; |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | End Tooltips |
| 52 | */ |
| 53 | |
| 54 | .wpmtst-inline-block { |
| 55 | display : inline-block; |
| 56 | } |
| 57 | |
| 58 | .wpmts-settings-columns { |
| 59 | display : flex; |
| 60 | } |
| 61 | |
| 62 | .wpmts-settings-columns > form { |
| 63 | flex-grow : 1; |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | Start Upsells |
| 68 | */ |
| 69 | |
| 70 | #wpmtst-importer-upsell.postbox .inside { |
| 71 | margin : 0; |
| 72 | padding : 0; |
| 73 | } |
| 74 | |
| 75 | #wpmtst-importer-upsell .wpmtst-alert { |
| 76 | padding : 10px; |
| 77 | } |
| 78 | |
| 79 | #wpmtst-importer-upsell .wpmtst-alert > *:last-child { |
| 80 | text-align : center; |
| 81 | } |
| 82 | |
| 83 | #wpmtst-importer-upsell .hndle { |
| 84 | display : none; |
| 85 | } |
| 86 | |
| 87 | .wpmtst-alert { |
| 88 | padding : 20px; |
| 89 | background : #EDF8FC; |
| 90 | color : #3c434a; |
| 91 | position : relative; |
| 92 | border: 1px solid #DDD; |
| 93 | |
| 94 | } |
| 95 | |
| 96 | .wpmtst-alert__upgrade-btn { |
| 97 | position : absolute; |
| 98 | right : 0.5rem; |
| 99 | top : 50%; |
| 100 | transform : translateY(-50%) !important; |
| 101 | } |
| 102 | |
| 103 | .wpmtst-alert > *:last-child { |
| 104 | margin-bottom : 0 !important; |
| 105 | } |
| 106 | |
| 107 | .wpmtst-alert ul { |
| 108 | padding-left : 30px; |
| 109 | } |
| 110 | |
| 111 | .wpmtst-alert ul li { |
| 112 | position : relative; |
| 113 | list-style-type : none !important; |
| 114 | text-align : left; |
| 115 | } |
| 116 | |
| 117 | .wpmtst-alert ul li::before { |
| 118 | font-family : Dashicons; |
| 119 | content : "\f147"; |
| 120 | position : absolute; |
| 121 | left : -30px; |
| 122 | font-size : 14px; |
| 123 | color : green; |
| 124 | background-color : #FFF; |
| 125 | padding : 0 3px; |
| 126 | border-radius : 50%; |
| 127 | border : 1px solid #DDD; |
| 128 | top : -1px; |
| 129 | } |
| 130 | |
| 131 | .wpmts-settings-columns .wpmtst-settings-upsell { |
| 132 | width : 25%; |
| 133 | padding-left : 30px; |
| 134 | flex-grow : 0; |
| 135 | flex-shrink : 0; |
| 136 | } |
| 137 | |
| 138 | .wpmtst-settings-upsell .wpmtst-alert ul { |
| 139 | list-style : none; |
| 140 | padding : 20px; |
| 141 | margin : 0; |
| 142 | } |
| 143 | |
| 144 | .wpmtst-settings-upsell .wpmtst-alert ul li { |
| 145 | margin-bottom : 10px; |
| 146 | } |
| 147 | |
| 148 | .wpmts-settings-columns .wpmtst-alert { |
| 149 | background : #fff; |
| 150 | } |
| 151 | |
| 152 | span.wpmtst-upsell-badge { |
| 153 | font-size : 10px; |
| 154 | background : #f4daa4; |
| 155 | padding : 2px 5px; |
| 156 | display : inline-block; |
| 157 | margin-left : 10px; |
| 158 | border-radius : 10px; |
| 159 | } |
| 160 | |
| 161 | .wpmtst-upsell-checkmark:before { |
| 162 | content : "\2713"; |
| 163 | padding-right : 10px; |
| 164 | } |
| 165 | |
| 166 | .wpmtst-master-license > * { |
| 167 | margin-bottom:10px; |
| 168 | display:block; |
| 169 | } |
| 170 | |
| 171 | .wpmtst-disabled { |
| 172 | pointer-events: none; |
| 173 | } |