Skip to content
Snippets Groups Projects
Commit 4bc56c71 authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

fix css

parent 76ab298e
No related branches found
No related tags found
2 merge requests!41Homologa,!39New fixes
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
background: #f2f3f8; background: #f2f3f8;
} }
td:first-child {
text-align: left;
}
td { td {
text-align: center; text-align: center;
padding: 10px; padding: 10px;
......
...@@ -57,9 +57,18 @@ ...@@ -57,9 +57,18 @@
} }
.high-contrast-map { .high-contrast-map {
.active-filters {
box-shadow: 0 0 0 2px #fff; box-shadow: 0 0 0 2px #fff;
.leaflet-container .leaflet-control-attribution { p {
color: #fff;
}
}
.leaflet-container {
box-shadow: 0 0 0 2px #fff;
.leaflet-control-attribution {
background: #000; background: #000;
box-shadow: 0 0 0 2px #fff; box-shadow: 0 0 0 2px #fff;
...@@ -67,6 +76,7 @@ ...@@ -67,6 +76,7 @@
color: #fff; color: #fff;
} }
} }
}
.note-container { .note-container {
background: #000; background: #000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment