1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Site assets: .bd-bg-purple-bright.bd-bg-violet and drop unused .bd-text-purple-bright

This commit is contained in:
Julien Déramond
2022-02-25 14:06:14 +01:00
committed by Mark Otto
parent 76d9cd4e7a
commit abe9d310ba
2 changed files with 2 additions and 6 deletions

View File

@@ -76,10 +76,6 @@
font-weight: 300; font-weight: 300;
} }
.bd-text-purple-bright { .bd-bg-violet {
color: $bd-violet;
}
.bd-bg-purple-bright {
background-color: $bd-violet; background-color: $bd-violet;
} }

View File

@@ -43,7 +43,7 @@
<section class="row mb-5 pb-md-4 align-items-center"> <section class="row mb-5 pb-md-4 align-items-center">
<div class="col-md-5"> <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") }} {{ partial "icons/circle-square.svg" (dict "width" "32" "height" "32") }}
</div> </div>
<h2 class="display-5 fw-normal">Bootstrap Icons</h2> <h2 class="display-5 fw-normal">Bootstrap Icons</h2>