veri-code-input.scss 346 Bytes
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
zhanghaozhe committed
2
.verify {
zhanghaozhe committed
3 4 5 6 7 8 9 10 11 12 13 14
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  padding-left: 7px;
  border: none;
  border-left: 1px solid $bg_ccc;
  color: $color_999;
  background: transparent;
  -webkit-appearance: none;
  font-size: 13px;
zhanghaozhe committed
15

zhanghaozhe committed
16 17 18 19
  &.active {
    color: $active;
  }
}