This commit is contained in:
2025-05-11 22:55:02 +07:00
parent 8a7adbb3d2
commit 96b9fc06d2
5 changed files with 173 additions and 1 deletions

View File

@@ -305,6 +305,26 @@ html {
height: 22px;
background-position: -130px -186px;
}
.icon_2025.list_faq {
width: 21px;
height: 24px;
background-position: -1px -211px;
}
.icon_2025.list_raovat {
width: 21px;
height: 25px;
background-position: -52px -211px;
}
.icon_2025.list_inbox {
width: 22px;
height: 25px;
background-position: -105px -211px;
}
.icon_2025.info_save {
width: 22px;
height: 25px;
background-position: -164px -211px;
}
.icon-star {
background: url(../images/icon_star.png) no-repeat;

File diff suppressed because one or more lines are too long

View File

@@ -307,6 +307,26 @@ html {
height: 22px;
background-position: -130px -186px;
}
&.list_faq {
width: 21px;
height: 24px;
background-position: -1px -211px;
}
&.list_raovat {
width: 21px;
height: 25px;
background-position: -52px -211px;
}
&.list_inbox {
width: 22px;
height: 25px;
background-position: -105px -211px;
}
&.info_save {
width: 22px;
height: 25px;
background-position: -164px -211px;
}
}
.icon-star {

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB