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

@@ -17,8 +17,8 @@
.Form {
position: relative;
padding: 40px 60px;
background: #292E3D;
padding: 40px 60px;
border-radius: 28px;
overflow: hidden;
@@ -38,6 +38,7 @@
background-color: rgba(#163055, .6);
transition: 250ms background-color;
}
.Background {
position: absolute;
object-fit: cover;
@@ -46,6 +47,7 @@
.Offer {
flex: 2;
.Title {
position: relative;
z-index: 2;
@@ -76,6 +78,8 @@
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
}
}