This commit is contained in:
2024-02-27 13:31:27 +07:00
parent 22ceb73fb1
commit 1a5515ed95
10 changed files with 483 additions and 191 deletions

View File

@@ -735,6 +735,11 @@ input[type=radio]:focus:before {
height: 16px;
background-position: -224px -88px;
}
.icons.icon-feature {
width: 18px;
height: 16px;
background-position: -259px -88px;
}
.admin-header-container .menu-hide {
margin-left: 30px;
@@ -949,4 +954,41 @@ input[type=radio]:focus:before {
.list-info-reply td {
padding: 7px 6px;
border: 1px solid #ececec;
}/*# sourceMappingURL=pc_style.css.map */
}
.table-list-category td {
padding: 6px 5px;
border: 1px solid #ececec;
}
.table-list-category a {
color: #0041e8;
}
.input-file {
position: relative;
}
.input-file input {
opacity: 0;
}
.input-file .title {
position: absolute;
top: 0;
left: 10px;
display: flex;
align-items: center;
}
.input-file .btn-input-file {
width: 120px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 4px;
border: 1px solid #0041e8;
color: #0041e8;
cursor: pointer;
margin-right: 10px;
}
.input-file .btn-input-file:hover {
background: #0041e8;
color: #fff;
}/*# sourceMappingURL=pc_style.css.map */