
@mixin aw-gps-component-lib-button() {
    @include aw-gps-component-lib-button-font();
    border-radius: 4px  !important;
    border: 1px solid !important;
}

@mixin aw-gps-component-lib-button-color($color, $background-color, $border-color, ) {
    color: $color !important;
    background-color: $background-color !important;
    border-color:  $border-color !important;
}

@mixin aw-gps-component-lib-button-width($width) {
    width: $width !important;
}

@mixin aw-gps-component-lib-button-height($height) {
    height: $height !important;
}

@mixin aw-gps-component-lib-button-font() {
    font-family: "Roboto", Helvetica, Arial, serif;
    font-size: 14px;
    font-weight: 500;
}