This commit is contained in:
2025-05-12 10:12:41 +07:00
parent 96b9fc06d2
commit 3739ee2baa
21 changed files with 1034 additions and 319 deletions

View File

@@ -1191,6 +1191,33 @@ html {
height: 230px;
}
.page-account .left .item.active,
.page-account .left .item:hover {
background: #f5f2ff;
border-left: 3px solid #ac8cb4;
}
.page-account .left .item.active span,
.page-account .left .item:hover span {
font-weight: bold;
color: #462f91;
}
.page-account .left .item.active .list_faq,
.page-account .left .item:hover .list_faq {
background-position: -25px -211px;
}
.page-account .left .item.active .list_raovat,
.page-account .left .item:hover .list_raovat {
background-position: -75px -211px;
}
.page-account .left .item.active .list_inbox,
.page-account .left .item:hover .list_inbox {
background-position: -135px -211px;
}
.page-account .left .item.active .info_save,
.page-account .left .item:hover .info_save {
background-position: -185px -211px;
}
@media (max-width: 1600px) {
#js-box-list-review .list-review {
max-height: 450px;

File diff suppressed because one or more lines are too long

View File

@@ -1251,6 +1251,32 @@ html {
height: 230px;
}
.page-account {
.left {
.item.active,
.item:hover {
background: #f5f2ff;
border-left: 3px solid #ac8cb4;
span {
font-weight: bold;
color: #462f91;
}
.list_faq {
background-position: -25px -211px;
}
.list_raovat {
background-position: -75px -211px;
}
.list_inbox {
background-position: -135px -211px;
}
.info_save {
background-position: -185px -211px;
}
}
}
}
@media (max-width: 1600px) {
#js-box-list-review {
.list-review {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB