add login, register layout

This commit is contained in:
smanylov
2025-11-27 13:48:24 +07:00
parent fecb811a5c
commit 5c6a235ece
9 changed files with 420 additions and 2 deletions
+24
View File
@@ -24,4 +24,28 @@
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}
}
.divider {
text-align: center;
margin: 20px 0;
position: relative;
color: #9ca3af;
font-size: 14px;
&::before {
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 1px;
background: #e5e7eb;
}
span {
background: white;
padding: 0 15px;
position: relative;
}
}