Added new page statistics

This commit is contained in:
MaxOvs19
2023-10-02 21:26:06 +03:00
parent c155462ab4
commit 6b6432330b
4 changed files with 116 additions and 1 deletions

View File

@ -0,0 +1,19 @@
.statistics {
background: #f1f1f1;
height: 100%;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
position: relative;
&-header {
display: flex;
&__return {
img {
width: 19px;
height: 19px;
transform: rotate(-180deg);
}
}
}
}