veri-code-input.scss 359 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8 9 10 11 12 13
.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;
xuzhenghua committed
14
    font-size: 13px;
zhanghaozhe committed
15 16 17 18 19

    &.active {
        color: $active;
    }
}