mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 16:10:08 +00:00
27 lines
483 B
SCSS
27 lines
483 B
SCSS
.inputPassword {
|
|
height: 3.4rem;
|
|
margin-top: .9rem;
|
|
padding-left: 1rem;
|
|
background-size: 0 !important;
|
|
border: 1px solid #E3E9F3;
|
|
border-radius: 0.25rem;
|
|
line-height: 3.4rem;
|
|
font-size: 1.3rem;
|
|
font-family: 'Lato' !important;
|
|
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
|
|
}
|
|
|
|
.iconEyeSubWrapper {
|
|
position: absolute;
|
|
top: -2.6rem;
|
|
right: 1.7rem;
|
|
color: #9EA7B8;
|
|
&:hover {
|
|
color: black!important;
|
|
}
|
|
}
|
|
|
|
.iconEyeWrapper {
|
|
position: relative;
|
|
}
|