From f23c68bcffa1792b8e0a97004e199277baab68f4 Mon Sep 17 00:00:00 2001 From: Tinka Date: Mon, 31 Mar 2025 10:46:44 +0200 Subject: [PATCH] Css + admin button --- public/css/Index/index.css | 4 ++-- templates/base.html.twig | 34 +++++++++++++++++++++++----------- 2 files changed, 25 insertions(+), 13 deletions(-) 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 + + +
@@ -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 - - -
    {% block container_modal %}