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

@@ -0,0 +1,19 @@
.Container {
position: relative;
//width: 100%;
}
.Phone {
width: 100%;
position: relative;
z-index: 2;
padding-left: 2vw;
}
.Button {
position: absolute;
right: 4px;
top: calc(50% - 25px);
z-index: 3;
min-height: calc(100% - 4px);
}