update 1:12

This commit is contained in:
2025-05-12 13:12:17 +07:00
parent 3c423aa0bd
commit 26d6c8ec81
4 changed files with 227 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ html {
}
.icon_2025.remove {
width: 24px;
height: 24px;
height: 26px;
background-position: -126px -124px;
}
.icon_2025.showroom {
@@ -1217,6 +1217,13 @@ html {
.page-account .left .item:hover .info_save {
background-position: -185px -211px;
}
.page-account .icon_2025.shop {
width: 15px;
height: 19px;
background-position: -49px -23px;
background-size: 160px 160px;
filter: brightness(0) invert(1);
}
@media (max-width: 1600px) {
#js-box-list-review .list-review {

File diff suppressed because one or more lines are too long

View File

@@ -213,7 +213,7 @@ html {
}
&.remove {
width: 24px;
height: 24px;
height: 26px;
background-position: -126px -124px;
}
&.showroom {
@@ -1275,6 +1275,13 @@ html {
}
}
}
.icon_2025.shop {
width: 15px;
height: 19px;
background-position: -49px -23px;
background-size: 160px 160px;
filter: brightness(0) invert(1);
}
}
@media (max-width: 1600px) {