plugin assets sync

This commit is contained in:
2024-03-28 11:23:33 -04:00
parent 9d002773c8
commit 74d73feffa
4 changed files with 77 additions and 17 deletions

View File

@@ -94,4 +94,16 @@ li.autocart-filters:hover {
.sticky-container{
position: sticky;
}
}
.bg-custom-red {
background-color: rgb(150 29 32 / 10%);
}
.bg-custom-red-light {
background-color: rgb(217 72 74 / 50%);
}
.bg-custom-red-opacity {
background-color: rgb(150 29 32 / 30%);
}