mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00: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
2 changed files with 2 additions and 6 deletions
|
|
@ -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 a new issue