2015-04-16 23:57:49 +02:00
|
|
|
// Buttons
|
|
|
|
//
|
|
|
|
// Custom buttons for the docs.
|
|
|
|
|
2015-08-10 07:49:42 +02:00
|
|
|
.btn-bs {
|
2015-04-16 23:57:49 +02:00
|
|
|
color: $bd-purple;
|
|
|
|
border-color: $bd-purple;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
color: #fff;
|
|
|
|
background-color:$bd-purple;
|
|
|
|
border-color: $bd-purple;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-10 07:49:42 +02:00
|
|
|
// .btn-outline {
|
|
|
|
// color: $bd-purple;
|
|
|
|
// background-color: transparent;
|
|
|
|
// border-color: $bd-purple;
|
|
|
|
//
|
|
|
|
// &:hover,
|
|
|
|
// &:focus,
|
|
|
|
// &:active {
|
|
|
|
// color: #fff;
|
|
|
|
// background-color:$bd-purple;
|
|
|
|
// border-color: $bd-purple;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .btn-outline-inverse {
|
|
|
|
// color: #fff;
|
|
|
|
// background-color: transparent;
|
|
|
|
// border-color: $bd-purple-light;
|
|
|
|
//
|
|
|
|
// &:hover,
|
|
|
|
// &:focus,
|
|
|
|
// &:active {
|
|
|
|
// color: $bd-purple;
|
|
|
|
// text-shadow: none;
|
|
|
|
// background-color: #fff;
|
|
|
|
// border-color: #fff;
|
|
|
|
// }
|
|
|
|
// }
|