Map update.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / pages / _map.scss
1 #references-map {
2     position: absolute;
3     left: 0;
4     right: 0;
5     top: 50px;
6     bottom: 0;
7     z-index: 0;
8     @include rwd($break-menu) {
9         top: 68px;
10     }
11
12    .leaflet-popup-content h2 {
13        margin-top: 0;
14        padding-top: 0;
15        border: 0;
16    }
17    .l-popup-books {
18        display: flex;
19        flex-wrap: wrap;
20        gap: 5px;
21        max-height: 350px;
22        overflow-y: scroll;
23    }
24    .l-popup-books img {
25        display: block;
26    }
27    .l-popup-books .c-search-result-fragment {
28        padding: 0 0 20px 0;
29        border-width: 0;
30        border-radius: 0;
31    }
32    .l-popup-book-header {
33        display: flex;
34        gap: 16px;
35    }
36
37 }