diff --git a/src/app/card-resto/card-resto.component.html b/src/app/card-resto/card-resto.component.html index 7226f7c..6fe87a0 100644 --- a/src/app/card-resto/card-resto.component.html +++ b/src/app/card-resto/card-resto.component.html @@ -1,5 +1,5 @@
+ style="width: 22rem;"> Card image cap
This is the first item's accordion body.
-
    +
    • @@ -30,35 +30,34 @@
    5/5
- -
-
- {{ categorie.libelle }} -
-
- - {{distance}} mètres -
-
- - 5-10€ -
+
+ {{ categorie.libelle }}
- -
-

- Site Web - -

-
- - -
-

Pas de site Web

+
+ + + {{distance}}m + + + + 5-10€ + +
+

+ Site Web + +

- - + + +
+

Pas de site Web

+
+
+ +
+
diff --git a/src/app/card-resto/card-resto.component.scss b/src/app/card-resto/card-resto.component.scss index 90f92f8..0c641f9 100644 --- a/src/app/card-resto/card-resto.component.scss +++ b/src/app/card-resto/card-resto.component.scss @@ -34,18 +34,19 @@ } .accordion-button.collapsed { background: #CE0000; + + } .accordion-button.collapsed::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); - + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } - + .ps-5 { - padding-left: 6.4rem !important; + padding-left: 7.3rem !important; } .pe-5 { - padding-right: 6rem !important; + padding-right: 6.8rem !important; } diff --git a/src/app/filters/avis-bar/avis-bar.component.html b/src/app/filters/avis-bar/avis-bar.component.html index 014be1e..5d789dd 100644 --- a/src/app/filters/avis-bar/avis-bar.component.html +++ b/src/app/filters/avis-bar/avis-bar.component.html @@ -1,6 +1,6 @@