Center the skip link on the theme selection step (https://github.com/woocommerce/woocommerce-admin/pull/4847)

Co-authored-by: Rebecca Scott <me@becdetat.com>
This commit is contained in:
Bec Scott 2020-07-23 09:37:40 +10:00 committed by GitHub
parent 88a83e4d84
commit 533138a335
2 changed files with 5 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class Theme extends Component {
/>
) }
{ activeThemeSupportsWooCommerce && (
<p>
<p className="woocommerce-profile-wizard__themes-skip-this-step">
<Button
isLink
className="woocommerce-profile-wizard__skip"

View File

@ -40,6 +40,10 @@
}
}
p.woocommerce-profile-wizard__themes-skip-this-step {
text-align: center;
}
.woocommerce-profile-wizard__body .woocommerce-profile-wizard__theme.woocommerce-card {
overflow: hidden;