27 lines
483 B
SCSS
Raw Normal View History

2018-02-05 12:08:16 +01:00
.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;
2018-02-05 12:08:16 +01:00
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
}
.iconEyeSubWrapper {
position: absolute;
top: -2.6rem;
right: 1.7rem;
2018-02-05 12:08:16 +01:00
color: #9EA7B8;
&:hover {
color: black!important;
}
}
.iconEyeWrapper {
position: relative;
}