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
path: root/site
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-02-25 16:06:14 +0300
committerMark Otto <otto@github.com>2022-03-01 02:17:37 +0300
commitabe9d310baa8084273a909cdeb10119556ecac07 (patch)
tree8c0cbb78a69eb7e715f1e6fed2c3cf02a551533c /site
parent76d9cd4e7ad55a7e20cf30a7deee902985dffdbe (diff)
Site assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused `.bd-text-purple-bright`
Diffstat (limited to 'site')
-rw-r--r--site/assets/scss/_content.scss6
-rw-r--r--site/layouts/partials/home/masthead-followup.html2
2 files changed, 2 insertions, 6 deletions
diff --git a/site/assets/scss/_content.scss b/site/assets/scss/_content.scss
index 3dd380ef70..e79108fc69 100644
--- a/site/assets/scss/_content.scss
+++ b/site/assets/scss/_content.scss
@@ -76,10 +76,6 @@
font-weight: 300;
}
-.bd-text-purple-bright {
- color: $bd-violet;
-}
-
-.bd-bg-purple-bright {
+.bd-bg-violet {
background-color: $bd-violet;
}
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html
index e6cfb4724c..48f77f4704 100644
--- a/site/layouts/partials/home/masthead-followup.html
+++ b/site/layouts/partials/home/masthead-followup.html
@@ -43,7 +43,7 @@
<section class="row mb-5 pb-md-4 align-items-center">
<div class="col-md-5">
- <div class="masthead-followup-icon d-inline-block mb-2 text-white bd-bg-purple-bright">
+ <div class="masthead-followup-icon d-inline-block mb-2 text-white bd-bg-violet">
{{ partial "icons/circle-square.svg" (dict "width" "32" "height" "32") }}
</div>
<h2 class="display-5 fw-normal">Bootstrap Icons</h2>