changing panel theme x2

This commit is contained in:
Michael Wain 2024-07-05 03:43:28 +03:00
parent 691f9c824e
commit 7268e21d3a

View File

@ -4,16 +4,19 @@
<th:block th:insert="~{fragments/header}"></th:block>
</head>
<body class="h-full">
<!--
<div th:if="${param.error}">
<div class="alert alert-danger" role="alert" th:text="#{login_error}">
</div>
<div role="alert" class="rounded border-s-4 border-red-500 bg-red-50 p-4">
<p class="mt-2 text-sm text-red-700" th:text="#{login_error}"></p>
</div>
<div th:if="${error}">
<div class="alert alert-danger" role="alert" th:text="#{login_error}">
</div>
</div>
<div th:if="${error}">
<div role="alert" class="rounded border-s-4 border-red-500 bg-red-50 p-4">
<p class="mt-2 text-sm text-red-700" th:text="#{login_error}"></p>
</div>
-->
</div>
<div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
<div class="sm:mx-auto sm:w-full sm:max-w-sm">
<h2 class="mt-10 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900" th:text="#{signin}"></h2>