Перешел на css ВК

This commit is contained in:
2021-06-27 23:58:01 +03:00
parent cfd6691eba
commit 825db14e0f
9 changed files with 42 additions and 48 deletions

View File

@@ -96,7 +96,7 @@ h3 {
}
.idToHide:hover {
background-color: #dcdfde;
background-color: #f1f1f1;
}
#id_list {
@@ -109,6 +109,11 @@ h3 {
.del_item {
cursor: pointer;
transition: transform 0.2s;
}
.del_item:hover {
transform: scale(1.15);
}
.donation_btn {