Files
clinic/loginassets/css/1.css
T
Darrel Israel 61738cb4d4 first commit
2024-01-21 00:16:08 +08:00

13 lines
252 B
CSS

.password-container {
position: relative;
}
#password-field {
padding-right: 30px; /* Leave space for the icon */
}
.toggle-password {
position: absolute;
top: 50%;
right: 5px;
transform: translateY(-50%);
cursor: pointer;
}