veri-code-input.scss 338 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.verify {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 84px;
    height: 21px;
    padding-left: 7px;
    border: none;
    border-left: 1px solid $bg_ccc;
    color: $color_999;
    background: transparent;
    -webkit-appearance: none;

    &.active {
        color: $active;
    }
}