mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
46 lines
No EOL
699 B
CSS
46 lines
No EOL
699 B
CSS
body {
|
|
background-color: rgb(236, 236, 236);
|
|
}
|
|
|
|
.body-landing .container {
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.main-footer {
|
|
padding-bottom: 10rem;
|
|
background-color: #dfe5eb;
|
|
}
|
|
|
|
.filled {
|
|
background-color: #b0dfa0;
|
|
}
|
|
|
|
.no-name {
|
|
color: #df5a0d;
|
|
}
|
|
|
|
table.js-sort-table th {
|
|
cursor: pointer;
|
|
}
|
|
|
|
table.js-sort-table th:hover {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
table.js-sort-table th:active {
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
.maplibregl-popup-content {
|
|
overflow-y: auto;
|
|
min-width: 300px;
|
|
max-height: 400px;
|
|
}
|
|
|
|
.maplibregl-popup-content h1,
|
|
.maplibregl-popup-content h2,
|
|
.maplibregl-popup-contenth3 {
|
|
font-size: 1rem;
|
|
} |