Api do wyszukiwania dostepności, korekty w powiązanych stronach
This commit is contained in:
@@ -20,4 +20,38 @@
|
||||
.fuz-contact-map-wrapper {
|
||||
/* @apply col-span-2 w-full border-cyan-200; */
|
||||
@apply w-full max-w-7xl mx-auto mt-6;
|
||||
}
|
||||
|
||||
.map-range-container {
|
||||
@apply sticky top-[67px] z-[999] flex justify-center w-full pointer-events-auto;
|
||||
/* position: absolute;
|
||||
top: 20px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 9000;
|
||||
display: flex;
|
||||
justify-content: center; */
|
||||
|
||||
}
|
||||
|
||||
.map-range-switch {
|
||||
background: var(--fuz-bg);
|
||||
}
|
||||
|
||||
.map-range-switch .fuz-switch-group {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
/* Mobile: pionowo */
|
||||
@media (max-width: 640px) {
|
||||
.map-range-switch .fuz-switch-group {
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.map-range-switch .fuz-switch {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user