password-input.scss 206 Bytes
Newer Older
zhanghaozhe committed
1 2 3
.password-input {
    margin-bottom: 24px;

xuzhenghua committed
4
    .iconfont:last-child{
zhanghaozhe committed
5 6 7 8 9 10 11
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        font-size: 20px;
    }
}