mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Site assets: .bd-bg-purple-bright
→ .bd-bg-violet
and drop unused .bd-text-purple-bright
This commit is contained in:
parent
76d9cd4e7a
commit
abe9d310ba
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user