Add special button style for connect button
This commit is contained in:
parent
3c3894b676
commit
58c3731030
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -866,7 +866,7 @@ $color_button_secondary: $woo_pink2;
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.button-primary {
|
||||
.button-helper-connect {
|
||||
height: 37px;
|
||||
line-height: 37px;
|
||||
min-width: 124px;
|
||||
|
|
|
@ -24,7 +24,7 @@ defined( 'ABSPATH' ) || exit();
|
|||
|
||||
<h2><?php esc_html_e( 'Manage your subscriptions, get important product notifications, and updates, all from the convenience of your WooCommerce dashboard', 'woocommerce' ); ?></h2>
|
||||
<p><?php esc_html_e( 'Once connected, your WooCommerce.com purchases will be listed here.', 'woocommerce' ); ?></p>
|
||||
<p><a class="button button-primary" href="<?php echo esc_url( $connect_url ); ?>"><?php esc_html_e( 'Connect', 'woocommerce' ); ?></a></p>
|
||||
<p><a class="button button-primary button-helper-connect" href="<?php echo esc_url( $connect_url ); ?>"><?php esc_html_e( 'Connect', 'woocommerce' ); ?></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue