Changeset 3081756
- Timestamp:
- 05/06/2024 08:09:57 AM (2 years ago)
- Location:
- stan-checkout/trunk
- Files:
-
- 2 edited
-
includes/classes/class-wc-stan-checkout-button.php (modified) (1 diff)
-
public/css/wc-stan-checkout-public.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stan-checkout/trunk/includes/classes/class-wc-stan-checkout-button.php
r3081748 r3081756 133 133 ?> 134 134 <div id="stan-checkout"> 135 <button type="button" class=" <?php print esc_html( $btn_class ) ?>" <?php print esc_html( $product_attr ) ?> >135 <button type="button" class="stan-checkout--button-loading <?php print esc_html( $btn_class ) ?>" <?php print esc_html( $product_attr ) ?> > 136 136 <span class="stan-checkout--button-text"> 137 137 <?php print esc_html( $text ); ?> -
stan-checkout/trunk/public/css/wc-stan-checkout-public.css
r3081748 r3081756 7 7 } 8 8 #stan-checkout .stan-checkout--button { 9 position: relative; 9 10 display: flex; 10 11 flex-direction: row;
Note: See TracChangeset
for help on using the changeset viewer.