button.scss 148 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8
.custom-button {
    width:300px;
    height:44px;
    border-radius:3px;
    -webkit-appearance: none;
    border: none;
    font-size: $font_18;
}