Fixed statistics page

This commit is contained in:
MaxOvs19
2023-10-03 18:26:07 +03:00
parent 986c0833f7
commit aba12694bf
4 changed files with 31 additions and 8 deletions

View File

@ -17,6 +17,16 @@
transform: rotate(-180deg);
margin-right: 22px;
}
a {
cursor: pointer;
transition: 0.4s;
&:hover {
text-decoration: underline !important;
transition: 0.4s;
}
}
}
&__menu {
@ -33,6 +43,13 @@
span {
margin-left: 17px;
cursor: pointer;
transition: 0.4s;
&:hover {
text-decoration: underline;
transition: 0.4s;
}
}
}
}