2023-03-08 13:27:02 +03:00
|
|
|
.auth-menu {
|
2023-03-08 20:01:57 +03:00
|
|
|
z-index: 99;
|
2023-03-08 13:27:02 +03:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 141px;
|
|
|
|
height: 100%;
|
|
|
|
background: #e1fccf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-title {
|
2023-03-08 20:01:57 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
height: 80%;
|
|
|
|
|
2023-03-08 13:27:02 +03:00
|
|
|
.text {
|
2023-03-08 20:01:57 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 40px 0 0 0;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
transform: rotate(270deg);
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 32px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.burger {
|
|
|
|
margin-bottom: 70px;
|
|
|
|
|
|
|
|
&__line {
|
|
|
|
width: 32px;
|
|
|
|
border-radius: 33px;
|
|
|
|
height: 5px;
|
|
|
|
background-color: #333;
|
|
|
|
margin: 5px 0 0 27px;
|
|
|
|
transition: 0.4s;
|
|
|
|
}
|
|
|
|
}
|
2023-03-08 13:27:02 +03:00
|
|
|
}
|
|
|
|
|
2023-03-08 20:01:57 +03:00
|
|
|
.outstaffing {
|
|
|
|
rotate: 270deg;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 32px;
|
|
|
|
width: 200px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-right: 15px;
|
2023-03-08 13:27:02 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-03-08 20:01:57 +03:00
|
|
|
|
|
|
|
.auth-body {
|
|
|
|
z-index: -1;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 100%;
|
|
|
|
background: #e1fccf;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-body.active {
|
|
|
|
width: 565px;
|
|
|
|
}
|