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 {
font-weight: 400;
}
.user .nav-link .icon {
font-size: 25px;
color: #000;
}
.bottom-cotent .icon {
color: #333;
font-size: 24px;
......
@extends('layouts.sidebar')
@extends('layouts.sidebar') <!-- จำเปนตองมการเรยกใชไฟล Sidebar จาก resources/view/layouts/sidebar.blade.php -->
<!-- Start Content -->
<!DOCTYPE html>
<html lang="en">
......@@ -11,12 +12,12 @@
</head>
<body>
<br>
<br>
<br>
<!-- Content -->
<p>TEST SIDEBAR AND HEADER</p>
<br> <!-- จำเปนตองม -->
<br> <!-- จำเปนตองม -->
<br> <!-- จำเปนตองม -->
<p>CODING ALL</p> <!-- Code ใน Body เดมกอปมาใส -->
</body>
</html>
<!-- End Content -->
\ No newline at end of file
......@@ -22,13 +22,13 @@
<div class="logo">
<i class='bx bx-menu menu-icon'></i>
<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_name.png" class="rounded float-start" alt="..." width="190" height="70">
<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="150" height="55">
</a>
</div>
<div class="user">
<a href="" class="nav-link">
<i class='bx bx-user-circle icon'></i>
<span>นายดาบเจ็ดสี มณีเจ็ดแสง</span>
</a>
</div>
......@@ -41,8 +41,8 @@
<div class="sidebar">
<div class="logo">
<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_name.png" class="img-fluid" alt="..." width="190" height="70">
<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="150" height="50">
</div>
<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