Files
front-AT/app/Components/auth/Login/Login.css
T

25 lines
339 B
CSS
Raw Normal View History

2025-09-02 19:50:17 -04:00
.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;
}
2025-09-03 20:41:25 -04:00
@media(max-width:800px){
.center{
display: flex ;
2025-09-03 20:41:25 -04:00
}
}