Added SideBar component

This commit is contained in:
MaxOvs19
2023-03-08 13:27:02 +03:00
parent c43170bf58
commit cb677a3f0b
5 changed files with 103 additions and 62 deletions

View File

@ -0,0 +1,26 @@
.auth-menu {
position: absolute;
top: 0;
left: 0;
width: 141px;
height: 100%;
background: #e1fccf;
}
.auth-menu.active {
}
.auth-title {
.text {
}
.burger {
&__line {
width: 35px;
height: 5px;
background-color: #333;
margin: 6px 0;
transition: 0.4s;
}
}
}