rexjiang92
11/14/2017 - 6:06 PM

locarno button less


.callout-link{
    background: @brand-primary;
    color: @white;
    &:hover{
        background: darken(@brand-primary, 10%);
        color: @white;
    }
    &:visited{
        &:focus,
        &:active,
        &:hover{
            color: @white;
        }
    }
}

.btn{
    font-family: @font-family-sans-serif;
    &:visited{
        &:focus,
        &:active,
        &:hover{
            color: @white;
        }
    }
}

 
.form-submit{
    background: @brand-secondary;
    color: @black;
    &:focus,
    &:active,
    &:hover{
        background: darken(@brand-secondary, 10%);
        color: @black;
    }
    &:visited{
        &:focus,
        &:active,
        &:hover{
            color: @black;
        }
    }
}

.btn-warning{
    background: @black;
    color: @white;
    &:focus,
    &:active,
    &:hover{
        background: darken(@black, 10%);
        color: @white;
    }
    &:visited{
        &:focus,
        &:active,
        &:hover{
            color: @white;
        }
    }
}