Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit d0c32530 authored by 64160292's avatar 64160292
Browse files

ปรับปรุง layouts

parent 0669f59b
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,11 @@ .user .nav-link { ...@@ -64,6 +64,11 @@ .user .nav-link {
font-weight: 400; font-weight: 400;
} }
.user .nav-link .icon {
font-size: 25px;
color: #000;
}
.bottom-cotent .icon { .bottom-cotent .icon {
color: #333; color: #333;
font-size: 24px; font-size: 24px;
......
@extends('layouts.sidebar') @extends('layouts.sidebar') <!-- จำเปนตองมการเรยกใชไฟล Sidebar จาก resources/view/layouts/sidebar.blade.php -->
<!-- Start Content -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
...@@ -11,12 +12,12 @@ ...@@ -11,12 +12,12 @@
</head> </head>
<body> <body>
<br> <br> <!-- จำเปนตองม -->
<br> <br> <!-- จำเปนตองม -->
<br> <br> <!-- จำเปนตองม -->
<!-- Content --> <p>CODING ALL</p> <!-- Code ใน Body เดมกอปมาใส -->
<p>TEST SIDEBAR AND HEADER</p>
</body> </body>
</html> </html>
<!-- End Content -->
\ No newline at end of file
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
<div class="logo"> <div class="logo">
<i class='bx bx-menu menu-icon'></i> <i class='bx bx-menu menu-icon'></i>
<a href="" class="nav-link"> <a href="" class="nav-link">
<img src="icon/cremation_system_logo/cremation_system_logo.png" class="rounded float-start" alt="..." width="50" height="50"> <img src="icon/cremation_system_logo/cremation_system_logo.png" class="rounded float-start" alt="..." width="40" height="40">
<img src="icon/cremation_system_logo/cremation_name.png" class="rounded float-start" alt="..." width="190" height="70"> <img src="icon/cremation_system_logo/cremation_name.png" class="rounded float-start" alt="..." width="150" height="55">
</a> </a>
</div> </div>
<div class="user"> <div class="user">
<a href="" class="nav-link"> <a href="" class="nav-link">
<i class='bx bx-user-circle icon'></i>
<span>นายดาบเจ็ดสี มณีเจ็ดแสง</span> <span>นายดาบเจ็ดสี มณีเจ็ดแสง</span>
</a> </a>
</div> </div>
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
<div class="sidebar"> <div class="sidebar">
<div class="logo"> <div class="logo">
<i class='bx bx-menu menu-icon'></i> <i class='bx bx-menu menu-icon'></i>
<img src="icon/cremation_system_logo/cremation_system_logo.png" class="img-fluid" alt="..." width="50" height="50"> <img src="icon/cremation_system_logo/cremation_system_logo.png" class="img-fluid" alt="..." width="40" height="40">
<img src="icon/cremation_system_logo/cremation_name.png" class="img-fluid" alt="..." width="190" height="70"> <img src="icon/cremation_system_logo/cremation_name.png" class="img-fluid" alt="..." width="150" height="50">
</div> </div>
<div class="sidebar-content"> <div class="sidebar-content">
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment