update form product

This commit is contained in:
2024-05-06 15:55:58 +07:00
parent d9094447c8
commit d71cbe3065
18 changed files with 1660 additions and 620 deletions

View File

@@ -746,6 +746,11 @@ input[type=radio]:focus:before {
height: 16px;
background-position: -259px -88px;
}
.icons.icon-copy {
width: 15px;
height: 15px;
background-position: -330px -88px;
}
.admin-header-container .menu-hide {
margin-left: 30px;
@@ -1230,11 +1235,54 @@ input[type=radio]:focus:before {
}
.style-checkbox .checkmark:after {
left: 7px;
left: 6px;
top: 1px;
width: 6px;
height: 13px;
border: solid white;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.box-note {
position: relative;
}
.box-note i {
cursor: pointer;
}
.box-note .content {
position: absolute;
left: 30px;
top: 6px;
width: 300px;
display: none;
font-size: 12px;
background: #e4b200;
color: #fff;
padding: 10px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1490196078);
border-radius: 6px;
z-index: 9;
}
.box-note .content::before {
position: absolute;
content: "";
left: -14px;
top: 0;
width: 20px;
height: 15px;
-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
clip-path: polygon(0 0, 100% 100%, 100% 0);
background: #e4b200;
border-radius: 5px 0 0 0;
}
.box-note:hover .content {
display: block;
}
.list-category .style-checkbox .checkmark:after {
left: 6px;
}
.list-category .style-checkbox {
color: #919699;
}/*# sourceMappingURL=pc_style.css.map */