Align the stacks button center
This commit is contained in:
parent
b109eba8c7
commit
b03149a29c
|
@ -10,6 +10,7 @@
|
|||
grid-row-gap: 24px;
|
||||
justify-content: start;
|
||||
}
|
||||
display: inline-block;
|
||||
|
||||
.woocommerce-list__item {
|
||||
float: left;
|
||||
|
@ -31,7 +32,7 @@
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
&:not(.transitions-disabled) {
|
||||
&:not( .transitions-disabled ) {
|
||||
&.woocommerce-list__item-enter {
|
||||
transform: none;
|
||||
transition: none;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
.woocommerce-task-import-products {
|
||||
max-width: 574px;
|
||||
margin: auto;
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
padding: 0 0 32px 0;
|
||||
|
@ -28,8 +29,7 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-task-import-products-stacks {
|
||||
max-width: 574px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue