add: filter statue load in storeview

This commit is contained in:
Alexandro Uc Santos
2025-04-12 15:23:32 -06:00
parent 331e5d6c8a
commit ccac94237c
16 changed files with 165 additions and 27 deletions

View File

@@ -221,6 +221,16 @@ td {
gap: 1rem;
}
.required {
/* color: #FBBA33; */
color: black;
}
.border-required {
border-radius: 5px;
border: 1px solid #FBBA33 !important;
}
@media (max-width: 1024px) {
th {
font-size: 13px;