feat(store-header): enhance search functionality and improve mobile layout with new styles

This commit is contained in:
2026-09-23 11:39:36 -03:00
parent b8b5292200
commit 9ba3b24b7e
8 changed files with 173 additions and 30 deletions

View File

@@ -10,6 +10,12 @@
width: 100%;
}
@media (max-width: 767.98px) {
.btn {
font-size: 11px;
}
}
.btn-primary,
.btn-secondary,
.btn-danger {