fix
parent
6eeeeaed6c
commit
6ccd797318
|
@ -33,9 +33,9 @@
|
|||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
</head>
|
||||
|
||||
<body id="login">
|
||||
<body class="h-full bg-gradient-to-t from-gray-700 to-gray-600" id="login">
|
||||
|
||||
<div class="min-h-full flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8 bg-gradient-to-t from-gray-700 to-gray-600">
|
||||
<div class="min-h-full flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
|
||||
|
||||
<div class="mb-3">
|
||||
<a href="/" class="text-decoration-none">
|
||||
|
|
Loading…
Reference in New Issue