Plugin Directory

Changeset 3081756


Ignore:
Timestamp:
05/06/2024 08:09:57 AM (2 years ago)
Author:
jnser
Message:

Updates css

Location:
stan-checkout/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stan-checkout/trunk/includes/classes/class-wc-stan-checkout-button.php

    r3081748 r3081756  
    133133        ?>
    134134            <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 ) ?> >
    136136                    <span class="stan-checkout--button-text">
    137137                        <?php print esc_html( $text ); ?>
  • stan-checkout/trunk/public/css/wc-stan-checkout-public.css

    r3081748 r3081756  
    77}
    88#stan-checkout .stan-checkout--button {
     9    position: relative;
    910    display: flex;
    1011    flex-direction: row;
Note: See TracChangeset for help on using the changeset viewer.