12 lines
181 B
SCSS
12 lines
181 B
SCSS
|
/** @format */
|
||
|
|
||
|
.woocommerce-empty-content {
|
||
|
text-align: center;
|
||
|
|
||
|
.woocommerce-empty-content__actions {
|
||
|
.components-button + .components-button {
|
||
|
margin-left: $gap;
|
||
|
}
|
||
|
}
|
||
|
}
|