Додана сторінка "Розклад зібрань"

Перероблен генератор карточок територій APІ
This commit is contained in:
2025-11-22 20:17:50 +02:00
parent 04f39da611
commit 4b96ef0806
50 changed files with 1486 additions and 494 deletions

View File

@@ -6,6 +6,17 @@
--FontSize3: 14px;
--FontSize4: 15px;
--FontSize5: 16px;
--FontSize6: 22px;
--C0: #9a77c9;
--C1: #7c7c7c;
--C2: #c5ba59;
--C3: #a14a2e;
--C4: #779953;
--C5: #537299;
--C6: #bb4444;
--C7: #539974;
--C8: #537299;
}
@media (prefers-color-scheme: light) {
@@ -740,7 +751,11 @@ body.modal-open {
color: var(--ColorThemes3) !important;
}
.leaflet_drop {}
.leaflet_drop {
display: flex;
flex-direction: column;
align-items: center;
}
.leaflet_drop>div {
background: #C14D4D;
@@ -751,6 +766,12 @@ body.modal-open {
margin: -3px 0 0 -3px;
}
.leaflet_drop>span {
font-size: var(--FontSize1);
opacity: 0.8;
margin-bottom: 10px;
}
.leaflet-pm-tooltip {
display: none !important;
}