Commit 55a24585 authored by Kevin.Kuo's avatar Kevin.Kuo

1. 調整畫面顯示的字體大小

2. 移除首頁用不到的內容
3. 調整 Header 選單,僅剩名稱顯示跟登出功能
parent b680bd17
......@@ -13,110 +13,15 @@
aria-expanded="false">
<i class="icon-xs" data-feather="bell"></i>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-end"
aria-labelledby="dropdownNotification">
<div>
<div class="border-bottom px-3 pt-2 pb-3 d-flex justify-content-between align-items-center">
<p class="mb-0 text-dark fw-medium fs-4">Notifications</p>
<a href="#" class="text-muted">
<span>
<i class="me-1 icon-xxs" data-feather="settings"></i>
</span>
</a>
</div>
<!-- List group -->
<ul class="list-group list-group-flush notification-list-scroll">
<!-- List group item -->
<li class="list-group-item bg-light">
<a href="#" class="text-muted">
<h5 class=" mb-1">Rishi Chopra</h5>
<p class="mb-0">
Mauris blandit erat id nunc blandit, ac eleifend dolor pretium.
</p>
</a>
</li>
<!-- List group item -->
<li class="list-group-item">
<a href="#" class="text-muted">
<h5 class=" mb-1">Neha Kannned</h5>
<p class="mb-0">
Proin at elit vel est condimentum elementum id in ante. Maecenas et sapien metus.
</p>
</a>
</li>
<!-- List group item -->
<li class="list-group-item">
<a href="#" class="text-muted">
<h5 class=" mb-1">Nirmala Chauhan</h5>
<p class="mb-0">
Morbi maximus urna lobortis elit sollicitudin sollicitudieget elit vel pretium.
</p>
</a>
</li>
<!-- List group item -->
<li class="list-group-item">
<a href="#" class="text-muted">
<h5 class=" mb-1">Sina Ray</h5>
<p class="mb-0">
Sed aliquam augue sit amet mauris volutpat hendrerit sed nunc eu diam.
</p>
</a>
</li>
</ul>
<div class="border-top px-3 py-2 text-center">
<a href="#" class="text-inherit fw-semi-bold">
View all Notifications
</a>
</div>
</div>
</div>
</li>
<!-- List -->
<li class="dropdown ms-2">
<a class="rounded-circle" href="#" role="button" id="dropdownUser"
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="avatar avatar-md avatar-indicators avatar-online">
<img alt="avatar" src="~/lib/dash-ui/images/avatar/avatar-1.jpg"
class="rounded-circle" />
</div>
</a>
<div class="dropdown-menu dropdown-menu-end"
aria-labelledby="dropdownUser">
aria-labelledby="dropdownNotification">
<div class="px-4 pb-0 pt-2">
<div class="lh-1 ">
<h5 class="mb-1"> John E. Grainger</h5>
<a href="#" class="text-inherit fs-6">View my profile</a>
<h5 class="mb-1">@(Context.User.Identity!.IsAuthenticated ? Context.User.Identity.Name : string.Empty)</h5>
</div>
<div class=" dropdown-divider mt-3 mb-2"></div>
</div>
<ul class="list-unstyled">
<li>
<a class="dropdown-item" href="#">
<i class="me-2 icon-xxs dropdown-item-icon" data-feather="user"></i>Edit
Profile
</a>
</li>
<li>
<a class="dropdown-item"
href="#">
<i class="me-2 icon-xxs dropdown-item-icon"
data-feather="activity"></i>Activity Log
</a>
</li>
<li>
<a class="dropdown-item text-primary" href="#">
<i class="me-2 icon-xxs text-primary dropdown-item-icon"
data-feather="star"></i>Go Pro
</a>
</li>
<li>
<a class="dropdown-item" href="@Url.Action("F003", "F0")">
<i class="me-2 icon-xxs dropdown-item-icon"
data-feather="power"></i>修改密碼
</a>
</li>
<li>
<a class="dropdown-item" href="@Url.Action("F002", "F0")">
<i class="me-2 icon-xxs dropdown-item-icon"
......@@ -124,7 +29,6 @@
</a>
</li>
</ul>
</div>
</li>
</ul>
......
......@@ -14035,7 +14035,7 @@ h4,
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: Inter, sans-serif;
--bs-body-font-size: 0.9375rem;
--bs-body-font-size: 0.7rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #637381;
......@@ -16875,7 +16875,7 @@ progress {
display: block;
width: 100%;
padding: 0.5rem 1rem;
font-size: 0.9375rem;
font-size: 0.7rem;
font-weight: 400;
line-height: 1.5;
color: #637381;
......@@ -17061,7 +17061,7 @@ textarea.form-control-lg {
width: 100%;
padding: 0.5rem 3rem 0.5rem 1rem;
-moz-padding-start: calc(1rem - 3px);
font-size: 0.9375rem;
font-size: 0.7rem;
font-weight: 400;
line-height: 1.5;
color: #637381;
......@@ -17437,7 +17437,7 @@ textarea.form-control-lg {
display: flex;
align-items: center;
padding: 0.5rem 1rem;
font-size: 0.9375rem;
font-size: 0.7rem;
font-weight: 400;
line-height: 1.5;
color: #637381;
......@@ -17680,7 +17680,7 @@ textarea.form-control-lg {
--bs-btn-padding-x: 1rem;
--bs-btn-padding-y: 0.5rem;
--bs-btn-font-family: ;
--bs-btn-font-size: 0.9375rem;
--bs-btn-font-size: 0.7rem;
--bs-btn-font-weight: 500;
--bs-btn-line-height: 1.5;
--bs-btn-color: #637381;
......@@ -18608,7 +18608,7 @@ textarea.form-control-lg {
--bs-dropdown-padding-x: 0;
--bs-dropdown-padding-y: 0.5rem;
--bs-dropdown-spacer: 0.125rem;
--bs-dropdown-font-size: 0.9375rem;
--bs-dropdown-font-size: 0.7rem;
--bs-dropdown-color: #637381;
--bs-dropdown-bg: #fff;
--bs-dropdown-border-color: var(--bs-border-color-translucent);
......@@ -19752,7 +19752,7 @@ textarea.form-control-lg {
align-items: center;
width: 100%;
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
font-size: 0.9375rem;
font-size: 0.7rem;
color: var(--bs-accordion-btn-color);
text-align: left;
background-color: var(--bs-accordion-btn-bg);
......@@ -19892,7 +19892,7 @@ textarea.form-control-lg {
.pagination {
--bs-pagination-padding-x: 0.75rem;
--bs-pagination-padding-y: 0.375rem;
--bs-pagination-font-size: 0.9375rem;
--bs-pagination-font-size: 0.7rem;
--bs-pagination-color: var(--bs-link-color);
--bs-pagination-bg: #fff;
--bs-pagination-border-width: 1px;
......@@ -20890,7 +20890,7 @@ textarea.form-control-lg {
--bs-toast-padding-y: 0.5rem;
--bs-toast-spacing: 1.5rem;
--bs-toast-max-width: 350px;
--bs-toast-font-size: 0.875rem;
--bs-toast-font-size: 0.8rem;
--bs-toast-color: ;
--bs-toast-bg: rgba(255, 255, 255, 0.85);
--bs-toast-border-width: 1px;
......@@ -21364,7 +21364,7 @@ textarea.form-control-lg {
--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-popover-header-padding-x: 1rem;
--bs-popover-header-padding-y: 0.5rem;
--bs-popover-header-font-size: 0.9375rem;
--bs-popover-header-font-size: 0.7rem;
--bs-popover-header-color: #212b36;
--bs-popover-header-bg: #f0f0f0;
--bs-popover-body-padding-x: 1rem;
......@@ -36677,7 +36677,6 @@ textarea.form-control-lg {
overflow-y: auto;
}
.navbar-vertical .navbar-brand {
padding: 1rem 1.5rem 1.5rem;
margin-right: 0px;
display: block;
}
......@@ -36723,7 +36722,7 @@ textarea.form-control-lg {
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
display: block;
content: "";
background: url(../fonts/feather-icons/icons/chevron-down.svg);
background: url(../fonts/feather-icons/icons/chevron-up.svg);
font-family: Feather;
margin-left: auto;
transition: 0.5s ease;
......@@ -36736,9 +36735,12 @@ textarea.form-control-lg {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
.navbar-vertical .navbar-nav .nav-item .nav-link.collapsed[data-bs-toggle=collapse]:after {
background: url(../fonts/feather-icons/icons/chevron-down.svg);
}
.navbar-vertical .navbar-nav .nav-icon {
opacity: 0.6;
font-size: 0.875rem;
font-size: 0.8rem;
transition: all 0.5s;
}
.navbar-vertical .navbar-nav .sub-nav-icon {
......@@ -37186,7 +37188,7 @@ body {
}
.color-swatch-body-value {
font-size: 0.875rem;
font-size: 0.8rem;
line-height: 1.375rem;
margin-bottom: 0rem;
}
......@@ -37419,7 +37421,7 @@ body {
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
font-size: 0.875rem;
font-size: 0.8rem;
width: 2.1875rem;
height: 2.1875rem;
}
......@@ -37455,7 +37457,7 @@ body {
}
.dropdown-menu {
font-size: 0.875rem;
font-size: 0.8rem;
line-height: 1.375rem;
color: #454f5b;
border: none;
......@@ -37482,7 +37484,7 @@ body {
}
.dropdown-item {
font-size: 0.875rem;
font-size: 0.8rem;
line-height: 28px;
font-weight: 500;
color: #161c24;
......@@ -37687,7 +37689,7 @@ body {
font-weight: 500;
padding: 0.75rem 1.5rem;
text-transform: capitalize;
font-size: 0.875rem;
font-size: 0.8rem;
color: #637381;
}
......@@ -37760,7 +37762,7 @@ body {
}
.doc-sidebar .navbar-nav .nav-item .nav-link {
color: #212b36;
font-size: 0.875rem;
font-size: 0.8rem;
line-height: 1.25rem;
padding: 0.25rem 1rem;
font-family: "Inter", "sans-serif";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment