Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-07-28 07:36:12 +0300
committerMark Otto <otto@github.com>2022-02-15 06:00:59 +0300
commitef9d8538a06f43f74f49d6829cbf301773381488 (patch)
treeb5e5b84032d7962e4ef484e310e672baf4ae85b3 /site/assets/scss
parent918a86b42528ec8f7f5d6df71851ab2ec0bc65e7 (diff)
Convert .btn and mixins to use CSS variables
Diffstat (limited to 'site/assets/scss')
-rw-r--r--site/assets/scss/_buttons.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/assets/scss/_buttons.scss b/site/assets/scss/_buttons.scss
index b266d3e88e..adbc39ed9c 100644
--- a/site/assets/scss/_buttons.scss
+++ b/site/assets/scss/_buttons.scss
@@ -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;