set admin V1

This commit is contained in:
jleroy2023
2024-11-19 10:34:13 +01:00
parent 9719ea9d1e
commit b601455ccf
12 changed files with 89 additions and 50 deletions

View File

@@ -2,8 +2,6 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Sortie</title>
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
@@ -11,11 +9,11 @@
<body>
<div class="mx-auto">
<nav class="flex justify-between items-center py-4 bg-gray-100 shadow-md">
<nav class="flex justify-between items-center py-4 shadow-md" style="background-color: #2a8d57;">
<!-- Titre + Logo -->
<a href="/">
<div class="flex items-center space-x-3 pl-4">
<h3 class="text-2xl font-bold">Sortie</h3>
<h3 class="text-3xl text-white font-bold">Sortie</h3>
<img src="{{ asset('img/logo.svg') }}" alt="Logo" class="h-10">
</div>
</a>