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 {

View File

@@ -1,5 +1,5 @@
:host { display: block; margin-top: 9px; }
.counter-to { min-height: 30px; padding-block: 12px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; border: 1px solid #d7d9db; border-radius: 3px; }
.counter-to { min-height: 30px; padding-block: 12px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; border: 1px solid #a0a0a0; border-radius: 3px; }
.counter-to > div + div { border-left: 1px solid #e6e7e8; }
.counter-to strong { display: block; color: #666666; font-size: 16px; font-weight: 700; line-height: 1.1; }
.counter-to small { display: block; margin-top: 1px; color: #666666; font-size: 11px; font-weight: 400; letter-spacing: .02em; }