aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-02-25 14:06:14 +0100
committerMark Otto <[email protected]>2022-02-28 15:17:37 -0800
commitabe9d310baa8084273a909cdeb10119556ecac07 (patch)
tree8c0cbb78a69eb7e715f1e6fed2c3cf02a551533c
parent76d9cd4e7ad55a7e20cf30a7deee902985dffdbe (diff)
downloadbootstrap-abe9d310baa8084273a909cdeb10119556ecac07.tar.xz
bootstrap-abe9d310baa8084273a909cdeb10119556ecac07.zip
Site assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused `.bd-text-purple-bright`
-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 3dd380ef7..e79108fc6 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 e6cfb4724..48f77f470 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>