2015-04-16 14:57:49 -07:00
|
|
|
// Buttons
|
|
|
|
//
|
|
|
|
// Custom buttons for the docs.
|
|
|
|
|
2017-05-30 12:03:24 -07:00
|
|
|
.btn-bd-purple {
|
2015-08-16 18:11:10 -07:00
|
|
|
font-weight: 500;
|
2015-08-14 22:45:55 -07:00
|
|
|
color: $bd-purple-bright;
|
|
|
|
border-color: $bd-purple-bright;
|
2015-04-16 14:57:49 -07:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
|
|
|
color: #fff;
|
2016-01-03 18:10:34 -08:00
|
|
|
background-color: $bd-purple-bright;
|
2015-08-14 22:45:55 -07:00
|
|
|
border-color: $bd-purple-bright;
|
2015-04-16 14:57:49 -07:00
|
|
|
}
|
|
|
|
}
|
2017-05-30 12:03:24 -07:00
|
|
|
|
|
|
|
.btn-bd-yellow {
|
|
|
|
font-weight: 500;
|
|
|
|
color: $bd-yellow;
|
|
|
|
border-color: $bd-yellow;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
|
|
|
color: $bd-graphite;
|
|
|
|
background-color: $bd-yellow;
|
|
|
|
border-color: $bd-yellow;
|
|
|
|
}
|
|
|
|
}
|