lint, fix Python 3.10 bug

This commit is contained in:
Zsolt Ero
2024-09-11 23:50:15 +02:00
parent 69bc529dd6
commit 15bb347a61
19 changed files with 2340 additions and 827 deletions

View File

@@ -1,5 +1,5 @@
@import "reset.css";
@import "global.css";
@import 'reset.css';
@import 'global.css';
/* */
@import "map.css";
@import "donate.css";
@import 'map.css';
@import 'donate.css';

View File

@@ -26,4 +26,4 @@
.col-chk:checked ~ .col-lbl:before {
content: '▼';
}
}

View File

@@ -31,8 +31,6 @@
}
}
/* noUI slider customizations */
.noUi-connects {

View File

@@ -24,7 +24,8 @@ h6 {
margin-top: 3em;
margin-bottom: 0.5em;
line-height: 1.2;
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro,
sans-serif;
font-weight: bold;
}
@@ -123,4 +124,3 @@ hr {
background-color: #dea31d;
}
}

View File

@@ -25,7 +25,11 @@
}
.mapbg-attrib {
font: 12px / 20px Helvetica Neue, Arial, Helvetica, sans-serif;
font:
12px / 20px Helvetica Neue,
Arial,
Helvetica,
sans-serif;
background-color: hsla(0, 0%, 100%, 0.5);
padding: 0 5px;
bottom: 0;