password-input.scss 195 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8 9 10 11
.password-input {
    margin-bottom: 24px;

    .iconfont{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        font-size: 20px;
    }
}