loading
This commit is contained in:
@@ -941,28 +941,25 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
|
||||
#js-form-search [type="search"]:focus::before {
|
||||
position: absolute;
|
||||
content: "\f00d";
|
||||
font-family: "Font Awesome 6 Free";
|
||||
font-weight: 900;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.autocomplete-suggestions {
|
||||
height: 334px;
|
||||
overflow-y: auto;
|
||||
z-index: 999;
|
||||
.item {
|
||||
padding: 12px 0;
|
||||
padding: 10px 15px;
|
||||
border-bottom: 1px solid #ededed;
|
||||
.info {
|
||||
width: calc(100% - 108px);
|
||||
margin-right: 48px;
|
||||
}
|
||||
img {
|
||||
width: 60px;
|
||||
display: block;
|
||||
}
|
||||
.name {
|
||||
font-weight: 600;
|
||||
line-height: 20px;
|
||||
}
|
||||
.price {
|
||||
font-weight: 600;
|
||||
color: #fb4e4e;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
&:hover {
|
||||
font-weight: 700;
|
||||
background: #f6f6f6;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1314,3 +1311,8 @@ input[type="radio"] {
|
||||
color: #919699;
|
||||
}
|
||||
}
|
||||
|
||||
.order-detail-page .select2-container {
|
||||
width: 100% !important;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user