X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/265d73dffcdea6560f38087eac0219777084c181..da1171ae5f512c20c68a0616b3157ae9927a6f1f:/src/wolnelektury/static/2022/styles/pages/_map.scss diff --git a/src/wolnelektury/static/2022/styles/pages/_map.scss b/src/wolnelektury/static/2022/styles/pages/_map.scss new file mode 100644 index 000000000..13a882f07 --- /dev/null +++ b/src/wolnelektury/static/2022/styles/pages/_map.scss @@ -0,0 +1,37 @@ +#references-map { + position: absolute; + left: 0; + right: 0; + top: 50px; + bottom: 0; + z-index: 0; + @include rwd($break-menu) { + top: 68px; + } + + .leaflet-popup-content h2 { + margin-top: 0; + padding-top: 0; + border: 0; + } + .l-popup-books { + display: flex; + flex-wrap: wrap; + gap: 5px; + max-height: 350px; + overflow-y: scroll; + } + .l-popup-books img { + display: block; + } + .l-popup-books .c-search-result-fragment { + padding: 0 0 20px 0; + border-width: 0; + border-radius: 0; + } + .l-popup-book-header { + display: flex; + gap: 16px; + } + +}