1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Convert .btn and mixins to use CSS variables

This commit is contained in:
Mark Otto
2021-07-27 21:36:12 -07:00
committed by Mark Otto
parent 918a86b425
commit ef9d8538a0
4 changed files with 144 additions and 129 deletions

View File

@@ -2,6 +2,7 @@
//
// Custom buttons for the docs.
// scss-docs-start btn-css-vars-example
.btn-bd-primary {
font-weight: 600;
color: $white;
@@ -19,6 +20,7 @@
box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);
}
}
// scss-docs-end btn-css-vars-example
.btn-bd-download {
font-weight: 600;