Custom Checkout Progress

This commit is contained in:
Bel Curcio
2021-05-27 14:23:55 -03:00
parent 8fb6c7b206
commit 7c1344a19e
60 changed files with 869 additions and 252 deletions

View File

@@ -81,7 +81,7 @@
.simple {
& .squareBg {
@apply bg-accents-0 !important;
@apply bg-accent-0 !important;
background-image: url('/bg-products.svg');
}

View File

@@ -28,6 +28,6 @@
.active {
&.size {
@apply border-accents-9 border-2;
@apply border-accent-9 border-2;
}
}