diff --git a/public/css/Index/index.css b/public/css/Index/index.css index bf9b7ca..c081efb 100644 --- a/public/css/Index/index.css +++ b/public/css/Index/index.css @@ -43,13 +43,13 @@ ul { } li { - padding-bottom: 20px; + padding-bottom: 30px; } .btn-custom { background-color: #FFFFFF; color: black; - padding: 20px; + padding: 15px; font-size: 16px; font-weight: bold; cursor: pointer; diff --git a/templates/base.html.twig b/templates/base.html.twig index fee15d3..619a007 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -38,6 +38,17 @@
Bonjour, {{ app.user.prenom }}
+
+ + {{ ux_icon('ph:user-circle-fill') }} + Compte + +
+ + {{ ux_icon('iconamoon:exit-bold') }} + +
+
@@ -76,6 +87,18 @@ Voir tendances +
  • +
    + {{ ux_icon('icon-park-outline:view-list') }} + Commandes +
    +
  • +
  • +
    + {{ ux_icon('fluent-mdl2:reservation-orders') }} + Réservation +
    +
  • {% elseif is_granted('ROLE_CUISINIER') %} @@ -117,17 +140,6 @@ {% endif %} -
    - - {{ ux_icon('ph:user-circle-fill') }} - Compte - -
    - - {{ ux_icon('iconamoon:exit-bold') }} - -
    -
    {% block container_modal %}