We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eecdd9 + ade5647 commit 18b4b0dCopy full SHA for 18b4b0d
resources/views/layouts/login.blade.php
@@ -9,7 +9,7 @@
9
<meta name="csrf-token" content="{{ csrf_token() }}">
10
@include('partials._theme')
11
</head>
12
-<body class="d-flex flex-column" @if($darkMode) data-bs-theme="dark" @endif>
+<body class="d-flex flex-column login-page" @if($darkMode) data-bs-theme="dark" @endif>
13
<div class="row g-0 flex-fill">
14
<div class="col-12 col-lg-6 col-xl-4 border-top-wide border-primary d-flex flex-column justify-content-center">
15
<div class="container container-tight mt-auto px-lg-5">
0 commit comments