set admin V1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user