Skip to content

Commit cfe31a5

Browse files
committed
style(lab):login ui
1 parent b9e6187 commit cfe31a5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/data/labs/login/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,26 @@
7777
}
7878

7979
form {
80+
position: relative;
8081
display: flex;
8182
flex-direction: column;
8283
gap: 0.25rem;
8384
background: #FFF;
8485
border-radius: 0.8rem;
8586
border: 1px solid #d9dbea;
86-
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02);
87+
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02),
88+
0 10px 10px -12px #4280f4;
8789
padding: 0.25rem;
90+
91+
&::after{
92+
content: '';
93+
position: absolute;
94+
width: 100%;
95+
height: 1px;
96+
bottom: -1px;
97+
left: 0;
98+
background: linear-gradient(to right, rgba(0, 0, 0, 0), #1466ff, transparent);
99+
}
88100
}
89101

90102
.field-wrap {

0 commit comments

Comments
 (0)