Missing files from commit
Run Tests on Branches / Frontend Tests (push) Has been cancelled
Run Tests on Branches / Backend Tests (push) Has been cancelled

This commit is contained in:
Antoni Nuñez Romeu
2026-07-07 17:44:36 +02:00
parent 7eb791f181
commit a58ce306bf
10 changed files with 497 additions and 126 deletions
@@ -159,6 +159,28 @@
margin-top: 1rem;
}
.pharmacy-directions {
display: inline-flex;
align-items: center;
gap: 0.4rem;
margin-top: 0.75rem;
padding: 0.45rem 0.85rem;
font-size: 0.82rem;
font-weight: 600;
color: var(--primary);
background: rgba(0, 69, 13, 0.06);
border: 1px solid rgba(0, 69, 13, 0.15);
border-radius: var(--radius-full);
text-decoration: none;
transition: background 0.15s, border-color 0.15s;
width: fit-content;
}
.pharmacy-directions:hover {
background: rgba(0, 69, 13, 0.12);
border-color: var(--primary);
}
@media (max-width: 768px) {
.pharmacy-grid {
grid-template-columns: 1fr;