From 662159f4e0861ba8b395c19b7d79636842f86d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Fri, 8 Apr 2022 12:05:37 -0300 Subject: [PATCH] CSS para o mapa --- sigi/apps/home/static/home/css/openmap.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sigi/apps/home/static/home/css/openmap.css b/sigi/apps/home/static/home/css/openmap.css index 2dec4a0..597ff43 100644 --- a/sigi/apps/home/static/home/css/openmap.css +++ b/sigi/apps/home/static/home/css/openmap.css @@ -41,4 +41,10 @@ body, html, .mapbox, #map { line-height: 13px; height: auto; min-height: unset; +} + +.search-result-item { + display: list-item; + padding: 3px 3px 3px 20px; + font-weight: bold; } \ No newline at end of file