2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
* Backport #31339

Add view on GitHub links for easier content editing from the docs
This commit is contained in:
XhmikosR
2020-08-04 18:54:01 +03:00
committed by GitHub
parent 30d375b33f
commit e0f89dc90b
2 changed files with 21 additions and 1 deletions
+17
View File
@@ -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);
}
}