Skip to content

Commit 18b4b0d

Browse files
committed
Merge branch 'develop' of https://github.com/mintopia/control into develop
2 parents 9eecdd9 + ade5647 commit 18b4b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="csrf-token" content="{{ csrf_token() }}">
1010
@include('partials._theme')
1111
</head>
12-
<body class="d-flex flex-column" @if($darkMode) data-bs-theme="dark" @endif>
12+
<body class="d-flex flex-column login-page" @if($darkMode) data-bs-theme="dark" @endif>
1313
<div class="row g-0 flex-fill">
1414
<div class="col-12 col-lg-6 col-xl-4 border-top-wide border-primary d-flex flex-column justify-content-center">
1515
<div class="container container-tight mt-auto px-lg-5">

0 commit comments

Comments
 (0)