| @@ -149,18 +149,8 @@ | ||
| 149 | 149 | background: 0 0; |
| 150 | 150 | color: var(--e-button-context-color); |
| 151 | 151 | background: #fff; |
| 152 | 152 | } |
| 153 | - | |
| 154 | - .rtsb-offer-notice .offer-footer { | |
| 155 | - padding-top: 10px; | |
| 156 | - } | |
| 157 | - | |
| 158 | - .rtsb-offer-notice .notice-text b { | |
| 159 | - display: inline-block; | |
| 160 | - transform: skewX(-10deg); | |
| 161 | - line-height: 1; | |
| 162 | - } | |
| 163 | 153 | </style> |
| 164 | 154 | |
| 165 | 155 | <div class="rtsb-offer-notice notice notice-info is-dismissible" |
| 166 | 156 | data-rtsbdismissable="rtsb_offer"> |
| @@ -172,9 +162,9 @@ | ||
| 172 | 162 | |
| 173 | 163 | <p class="notice-text"> |
| 174 | 164 | <?php echo wp_kses_post( $this->options['notice_message'] ); ?> |
| 175 | 165 | </p> |
| 176 | - <p class="offer-footer" style="display: flex; align-items: center;"> | |
| 166 | + <p style="display: flex; align-items: center;"> | |
| 177 | 167 | <a class="button button-primary" |
| 178 | 168 | href="<?php echo esc_url( $this->options['download_link'] ); ?>" target="_blank">Buy Now</a> |
| 179 | 169 | <a class="button button-dismiss" href="#">Dismiss</a> |
| 180 | 170 | </p> |
| @@ -181,9 +171,9 @@ | ||
| 181 | 171 | </div> |
| 182 | 172 | |
| 183 | 173 | <?php |
| 184 | 174 | }, |
| 185 | - 9 | |
| 175 | + 9 | |
| 186 | 176 | ); |
| 187 | 177 | |
| 188 | 178 | add_action( |
| 189 | 179 | 'admin_footer', |