-

{{ page.title | smartify }}

+
+ View on GitHub +

{{ page.title | smartify }}

+

{{ page.description | smartify }}

{% include ads.html %} {{ content }} diff --git a/site/docs/4.5/assets/scss/_buttons.scss b/site/docs/4.5/assets/scss/_buttons.scss index 8d35fef460..6a2d703e63 100644 --- a/site/docs/4.5/assets/scss/_buttons.scss +++ b/site/docs/4.5/assets/scss/_buttons.scss @@ -36,3 +36,20 @@ box-shadow: 0 0 0 3px rgba($bd-download, .25); } } + +.btn-bd-light { + color: $gray-600; + border-color: $gray-300; + + .show > &, + &:hover, + &:active { + color: $bd-purple-bright; + background-color: $white; + border-color: $bd-purple-bright; + } + + &:focus { + box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25); + } +}