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

@@ -743,6 +743,11 @@ input[type="radio"] {
height: 16px;
background-position: -224px -88px;
}
&.icon-feature {
width: 18px;
height: 16px;
background-position: -259px -88px;
}
}
.admin-header-container {
@@ -980,3 +985,42 @@ input[type="radio"] {
border: 1px solid #ececec;
}
}
.table-list-category {
td {
padding: 6px 5px;
border: 1px solid #ececec;
}
a {
color: #0041e8;
}
}
.input-file {
position: relative;
input {
opacity: 0;
}
.title {
position: absolute;
top: 0;
left: 10px;
display: flex;
align-items: center;
}
.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;
&:hover {
background: #0041e8;
color: #fff;
}
}
}