.btn-primary
{
    background-color: $theme-primary;
    border-color: $theme-primary;
}

.btn-link
{
    color: $theme-primary;
}
