Skip to content

Commit ade5647

Browse files
authored
Add class to login page to allow custom styling
1 parent 68025e9 commit ade5647

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)