This commit is contained in:
2024-01-31 11:59:25 +07:00
parent 6dd13c49ff
commit 37e4278d53
6 changed files with 213 additions and 80 deletions

View File

@@ -794,13 +794,13 @@ input[type=radio]:focus:before {
.order-page-table .icons {
width: 30px;
height: 30px;
border: 1px solid #ECECEC;
background-color: #F9F9F9;
border: 1px solid #ececec;
background-color: #f9f9f9;
border-radius: 5px;
}
.order-page-table .icon-edit {
border: 1px solid #0041E8;
background-color: #F5F7FF;
border: 1px solid #0041e8;
background-color: #f5f7ff;
background-position: -108px -82px;
margin-right: 6px;
}
@@ -867,4 +867,28 @@ input[type=radio]:focus:before {
.table-brand td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.autocomplete-suggestions .item {
padding: 12px 0;
border-bottom: 1px solid #ededed;
}
.autocomplete-suggestions .item .info {
width: calc(100% - 108px);
margin-right: 48px;
}
.autocomplete-suggestions .item img {
width: 60px;
display: block;
}
.autocomplete-suggestions .item .name {
font-weight: 600;
line-height: 20px;
}
.autocomplete-suggestions .item .price {
font-weight: 600;
color: #fb4e4e;
line-height: 20px;
display: block;
margin-top: 5px;
}/*# sourceMappingURL=pc_style.css.map */