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.
1 parent 68025e9 commit ade5647Copy full SHA for ade5647
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