From 2b5fc71a2c49c77a5dc1d0e63536240e2c748291 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Fri, 29 Sep 2023 10:06:24 +0200 Subject: [PATCH] Simplify css --- .../static/itou_marche/sections/_siae.scss | 9 ----- .../templates/siaes/_useful_infos_siae.html | 38 +++++++++---------- 2 files changed, 18 insertions(+), 29 deletions(-) diff --git a/lemarche/static/itou_marche/sections/_siae.scss b/lemarche/static/itou_marche/sections/_siae.scss index 2df27f0ac..9c17fbd10 100644 --- a/lemarche/static/itou_marche/sections/_siae.scss +++ b/lemarche/static/itou_marche/sections/_siae.scss @@ -124,15 +124,6 @@ z-index: 1; } - .map_details { - background-color: #fff; - border-radius: 0 4px 4px 0; - - .prof_icon { - min-width: 30px - } - } - #content { display: grid; grid-column-gap: 16px; diff --git a/lemarche/templates/siaes/_useful_infos_siae.html b/lemarche/templates/siaes/_useful_infos_siae.html index 9784d48b1..f3b6f8a58 100644 --- a/lemarche/templates/siaes/_useful_infos_siae.html +++ b/lemarche/templates/siaes/_useful_infos_siae.html @@ -63,27 +63,25 @@
-
+
-
-
    -
  • - - Situé à : - {{ siae.city }} -
  • -
  • - - Adresse : - {{ siae.address }} {{ siae.post_code }} {{ siae.city }} -
  • -
  • - - Intervient sur : - {{ siae.geo_range_pretty_display }} -
  • -
-
+
    +
  • + + Situé à : + {{ siae.city }} +
  • +
  • + + Adresse : + {{ siae.address }} {{ siae.post_code }} {{ siae.city }} +
  • +
  • + + Intervient sur : + {{ siae.geo_range_pretty_display }} +
  • +