Skip to content

Commit

Permalink
Fix empty state styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mdperez86 committed Mar 7, 2024
1 parent ebe7a45 commit 10252ff
Showing 1 changed file with 3 additions and 4 deletions.
@@ -1,6 +1,5 @@
.woocommerce-product-custom-fields__empty-state {
@mixin skeleton {
@include placeholder();
background-color: $gray-200;
border-radius: $grid-unit-05;
width: $grid-unit-30;
Expand All @@ -21,23 +20,23 @@
&:first-child {
border-top: none;

.wp-block-woocommerce-product-custom-fields__empty-state-name {
.woocommerce-product-custom-fields__empty-state-name {
width: 140px;
}
}

&:nth-child(2) {
opacity: 0.7;

.wp-block-woocommerce-product-custom-fields__empty-state-name {
.woocommerce-product-custom-fields__empty-state-name {
width: 75px;
}
}

&:nth-child(3) {
opacity: 0.5;

.wp-block-woocommerce-product-custom-fields__empty-state-name {
.woocommerce-product-custom-fields__empty-state-name {
width: 114px;
}
}
Expand Down

0 comments on commit 10252ff

Please sign in to comment.