restructuring layout
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
.login {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.eyeClose,
|
||||
.eyeOpen {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: -1px;
|
||||
transform: translateY(-50%);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-size: cover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media(max-width:800px){
|
||||
.center{
|
||||
display: flex ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user