2015-04-17 05:57:49 +08:00
|
|
|
// Buttons
|
|
|
|
//
|
|
|
|
// Custom buttons for the docs.
|
|
|
|
|
2015-08-10 13:49:42 +08:00
|
|
|
.btn-bs {
|
2015-08-17 09:11:10 +08:00
|
|
|
font-weight: 500;
|
2015-08-15 13:45:55 +08:00
|
|
|
color: $bd-purple-bright;
|
|
|
|
border-color: $bd-purple-bright;
|
2015-04-17 05:57:49 +08:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
color: #fff;
|
2016-01-04 10:10:34 +08:00
|
|
|
background-color: $bd-purple-bright;
|
2015-08-15 13:45:55 +08:00
|
|
|
border-color: $bd-purple-bright;
|
2015-04-17 05:57:49 +08:00
|
|
|
}
|
|
|
|
}
|