mirror of
https://github.com/evgen-app/lending-next.git
synced 2024-11-22 06:46:33 +03:00
114 lines
1.7 KiB
CSS
114 lines
1.7 KiB
CSS
.ilText{
|
|
position: relative;
|
|
top:-200px;
|
|
left: -40%
|
|
}
|
|
.ilArrow{
|
|
user-select: none;
|
|
position: relative;
|
|
width: 65%;
|
|
}
|
|
.miText{
|
|
position: relative;
|
|
top:-510px;
|
|
left: 20%
|
|
}
|
|
.miArrow{
|
|
user-select: none;
|
|
transform: rotate(140deg);
|
|
position: relative;
|
|
width: 65%;
|
|
top: -250px;
|
|
left: -40%
|
|
}
|
|
.denText{
|
|
position:relative;
|
|
top: -200px;
|
|
left: 30%
|
|
|
|
}
|
|
.denArrow{
|
|
user-select: none;
|
|
transform: scale(-1, 1) rotate(-25deg);
|
|
position: relative;
|
|
width: 65%;
|
|
left: -30%;
|
|
top: -55px
|
|
|
|
}
|
|
.avatar{
|
|
user-select: none;
|
|
width: 50%;
|
|
cursor: pointer;
|
|
z-index: 10;
|
|
}
|
|
.avatar:hover{
|
|
width: 60%;
|
|
transition: 0.3s;
|
|
opacity: 0.7;
|
|
}
|
|
.person{
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.team{
|
|
font-family: 'Inconsolata', monospace;
|
|
color: #323232;
|
|
padding-top: 21%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
scroll-snap-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselAvatar{
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap:10px;
|
|
margin-top:5%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 1150px){
|
|
.carouselAvatar{
|
|
flex-direction: column ;
|
|
}
|
|
.danya{
|
|
margin-top: -250px;
|
|
}
|
|
.ilArrow{
|
|
width: 55%;
|
|
|
|
top: -50px;
|
|
transform: rotate(-25deg);
|
|
left: 27%
|
|
|
|
}
|
|
.ilText{
|
|
left: -30%
|
|
}
|
|
.denArrow{
|
|
width: 55%;
|
|
left: -35%;
|
|
transform: scale(-1, 1) rotate(-35deg);
|
|
}
|
|
.denText{
|
|
top: -170px;
|
|
left:15%
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 500px) {
|
|
.team{
|
|
padding-top: 50%;
|
|
|
|
}
|
|
} |