.woocommerce-add-product, .woocommerce-edit-product { .woocommerce-product-form-actions { margin-top: $gap-largest + $gap-smaller; } } .woocommerce-edit-product { position: relative; &__error { background: #fff; text-align: center; border: 1px solid $gray-400; border-radius: 2px; padding: 1em 2em; } &__spinner { display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; } } .woocommerce-enriched-label__checkbox { & > * { margin-bottom: 0; } }