a
This commit is contained in:
@@ -479,9 +479,9 @@ a {
|
||||
}
|
||||
.admin-menu .icon-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 12px;
|
||||
right: -30px;
|
||||
height: 30px;
|
||||
height: 34px;
|
||||
width: 30px;
|
||||
display: block;
|
||||
background-color: rgb(0 78 153/var(--tw-bg-opacity));
|
||||
@@ -499,6 +499,7 @@ a {
|
||||
}
|
||||
.admin-content-container.show-large-menu {
|
||||
width: 82%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.admin-content-container .note-list {
|
||||
min-width: 144px;
|
||||
@@ -852,4 +853,14 @@ input[type=radio]:focus:before {
|
||||
}
|
||||
.global-breadcrumb-container a:last-child::after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.table-brand th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.table-brand td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}/*# sourceMappingURL=pc_style.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -467,9 +467,9 @@ a {
|
||||
}
|
||||
.icon-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 12px;
|
||||
right: -30px;
|
||||
height: 30px;
|
||||
height: 34px;
|
||||
width: 30px;
|
||||
display: block;
|
||||
background-color: rgb(0 78 153 / var(--tw-bg-opacity));
|
||||
@@ -486,6 +486,7 @@ a {
|
||||
width: calc(100% - 50px);
|
||||
&.show-large-menu {
|
||||
width: 82%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.note-list {
|
||||
min-width: 144px;
|
||||
@@ -870,3 +871,15 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table-brand {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,14 +109,12 @@
|
||||
</div>
|
||||
|
||||
<!-- Menu collapse -->
|
||||
<div class="admin-menu box-menu sticky top-0 bg-[#004E99] flex flex-col justify-between pb-[20px] min-h-[100vh]"
|
||||
<div class="admin-menu box-menu fixed top-0 bg-[#004E99] flex flex-col pb-[20px] min-h-[100vh]"
|
||||
id="js-menu-small">
|
||||
<div>
|
||||
|
||||
<div
|
||||
class="logo item items-center justify-center border-[rgba(255,255,255,0.15)] border-b p-[20px_0_38px_!important]">
|
||||
<a href="/" class="">
|
||||
<img src="../assets/images/logo_small.png" alt="">
|
||||
</a>
|
||||
class="logo item items-center justify-center border-[rgba(255,255,255,0.15)] border-b p-[20px_0_20px_!important]">
|
||||
<img src="{{ 'logo_small.png' | asset_url }}" alt="" class="block">
|
||||
<a href="javascript:void(0)" title="Mở menu" class="icon-close" id="js-show-menu">
|
||||
<i class="fa-solid fa-indent"></i>
|
||||
</a>
|
||||
@@ -163,9 +161,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="item bottom">
|
||||
<a href="" class="icons icon-settings"> </a>
|
||||
|
||||
@@ -209,7 +205,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="item">
|
||||
<a href="" class="icons icon-logout"> </a>
|
||||
@@ -220,7 +215,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="admin-content-container" id="js-admin-content-container">
|
||||
<div class="admin-content-container ml-[50px]" id="js-admin-content-container">
|
||||
<!-- Header -->
|
||||
<div class="admin-header-container flex items-center justify-between bg-white px-4 py-3">
|
||||
<form class="max-w-[420px] relative w-[100%] menu-hide" id="js-form-search">
|
||||
|
||||
Reference in New Issue
Block a user