This commit is contained in:
2024-01-30 15:28:16 +07:00
parent d4077674f7
commit c17cf4ae8b
4 changed files with 107 additions and 88 deletions

View File

@@ -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 */