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

    &.active {
        color: $active;
    }
}