Align the stacks button center

This commit is contained in:
moon 2022-04-27 14:10:50 -07:00
parent b109eba8c7
commit b03149a29c
2 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@
grid-row-gap: 24px; grid-row-gap: 24px;
justify-content: start; justify-content: start;
} }
display: inline-block;
.woocommerce-list__item { .woocommerce-list__item {
float: left; float: left;
@ -31,7 +32,7 @@
justify-content: center; justify-content: center;
} }
&:not(.transitions-disabled) { &:not( .transitions-disabled ) {
&.woocommerce-list__item-enter { &.woocommerce-list__item-enter {
transform: none; transform: none;
transition: none; transition: none;

View File

@ -17,6 +17,7 @@
.woocommerce-task-import-products { .woocommerce-task-import-products {
max-width: 574px; max-width: 574px;
margin: auto; margin: auto;
h1 { h1 {
text-align: center; text-align: center;
padding: 0 0 32px 0; padding: 0 0 32px 0;
@ -28,8 +29,7 @@
box-shadow: none; box-shadow: none;
} }
} }
.woocommerce-task-import-products-stacks { .woocommerce-task-import-products-stacks {
max-width: 574px; text-align: center;
} }
} }