feat: ui components

This commit is contained in:
2025-06-04 14:59:10 +03:00
parent cb799f8057
commit 8085b3bbde
25 changed files with 475 additions and 213 deletions

View File

@@ -45,6 +45,7 @@
flex-direction: row;
gap: 40px;
justify-content: center;
margin-bottom: 80px;
}
.Inner {
@@ -155,6 +156,9 @@
background: #292E3D;
border-radius: 28px;
overflow: hidden;
display: grid;
grid-template-columns: 1fr 1fr;
&:after {
content: '';
display: block;
@@ -174,6 +178,15 @@
z-index: 1;
}
.PanelLeft {
display: flex;
flex-direction: column;
}
.PanelRight {
width: 100%;
place-self: end end;
}
.SubTitle {
position: relative;
z-index: 2;
@@ -196,12 +209,5 @@
max-width: 660px;
margin: 0;
}
.Input{
position: absolute;
z-index: 2;
right: 60px;
bottom: 40px;
}
}
}