.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;
}
}
}