Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit 596be2d

Browse files
update
1 parent 5160abf commit 596be2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/vendor/assets/css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/backend/admin/layouts/app.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</head>
3030

3131
<body>
32-
<div class="app-container app-theme-white body-tabs-shadow fixed-sidebar fixed-header">
32+
<div class="app-container app-theme-white body-tabs-shadow fixed-sidebar fixed-header ">
3333
@include('backend.admin.layouts.header')
3434

3535
<div class="app-main">

resources/views/backend/admin/layouts/header.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="app-header header-shadow">
1+
<div class="app-header header-shadow bg-asteroid header-text-light">
22
<div class="app-header__logo">
33
<div class="logo-src"></div>
44
<div class="header__pane ml-auto">

resources/views/backend/admin/layouts/sidebar.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="app-sidebar sidebar-shadow">
1+
<div class="app-sidebar sidebar-shadow bg-asteroid sidebar-text-light">
22
<div class="app-header__logo">
33
<div class="logo-src"></div>
44
<div class="header__pane ml-auto">

0 commit comments

Comments
 (0)