loginButton.scss 292 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8 9 10
.login-button {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: $font_18;
    -webkit-appearance: none;
    color: $white;
    background: $bg_ccc;
    border: none;
zhanghaozhe committed
11 12 13 14 15

    &.active {
        background-color: $active;
        color: $white;
    }
zhanghaozhe committed
16
}