Missing files from commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user