Add special button style for connect button

This commit is contained in:
Mike Jolley 2019-01-03 14:41:09 +00:00
parent 3c3894b676
commit 58c3731030
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -866,7 +866,7 @@ $color_button_secondary: $woo_pink2;
position: relative;
}
.button-primary {
.button-helper-connect {
height: 37px;
line-height: 37px;
min-width: 124px;

View File

@ -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>