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

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