|
|
@@ -5,7 +5,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>{% block title %}Backup Manager{% endblock %} — {{ instance_name }}</title>
|
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
- <script type="text/tailwindcss">
|
|
|
+ <style type="text/tailwindcss">
|
|
|
@layer components {
|
|
|
/* Bouton principal (créer, lancer, enregistrer) — bleu */
|
|
|
.btn-primary { @apply inline-flex items-center gap-1.5 bg-blue-600 hover:bg-blue-700 text-white font-semibold rounded-full shadow-sm transition; }
|
|
|
@@ -20,7 +20,7 @@
|
|
|
.btn-md { @apply text-sm px-5 py-2; }
|
|
|
.btn-icon-sm { @apply text-xs px-2 py-1; }
|
|
|
}
|
|
|
- </script>
|
|
|
+ </style>
|
|
|
</head>
|
|
|
<body class="h-full flex flex-col">
|
|
|
|