2015-04-16 23:57:49 +02:00
|
|
|
// Buttons
|
|
|
|
//
|
|
|
|
// Custom buttons for the docs.
|
|
|
|
|
2017-11-06 23:21:03 +01:00
|
|
|
.btn-bd-primary {
|
2015-08-17 03:11:10 +02:00
|
|
|
font-weight: 500;
|
2015-08-15 07:45:55 +02:00
|
|
|
color: $bd-purple-bright;
|
|
|
|
border-color: $bd-purple-bright;
|
2015-04-16 23:57:49 +02:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
|
|
|
color: #fff;
|
2016-01-04 03:10:34 +01:00
|
|
|
background-color: $bd-purple-bright;
|
2015-08-15 07:45:55 +02:00
|
|
|
border-color: $bd-purple-bright;
|
2015-04-16 23:57:49 +02:00
|
|
|
}
|
2018-02-24 12:35:45 +01:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);
|
|
|
|
}
|
2015-04-16 23:57:49 +02:00
|
|
|
}
|
2017-05-30 21:03:24 +02:00
|
|
|
|
2017-11-06 23:21:03 +01:00
|
|
|
.btn-bd-download {
|
2017-05-30 21:03:24 +02:00
|
|
|
font-weight: 500;
|
2017-11-06 23:21:03 +01:00
|
|
|
color: $bd-download;
|
|
|
|
border-color: $bd-download;
|
2017-05-30 21:03:24 +02:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
2017-11-06 23:21:03 +01:00
|
|
|
color: $bd-dark;
|
|
|
|
background-color: $bd-download;
|
|
|
|
border-color: $bd-download;
|
2017-05-30 21:03:24 +02:00
|
|
|
}
|
2018-02-24 12:35:45 +01:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow: 0 0 0 3px rgba($bd-download, .25);
|
|
|
|
}
|
2017-05-30 21:03:24 +02:00
|
|
|
}
|