mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
Apply utilities in docs styles (#30866)
* docs(theming): apply utilities where possible * Update docs-sidebar.html Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ "<!-- Icons by Bytesize https://github.com/danklammer/bytesize-icons -->" | safeHTML }}
|
||||
|
||||
<div class="container py-3 my-3 py-md-5 my-md-5 text-center">
|
||||
<div class="home-icon home-icon-blue mx-auto mb-3">
|
||||
<div class="home-icon home-icon-blue text-white p-4 mx-auto mb-3">
|
||||
{{ partial "icons/import.svg" (dict "width" "48" "height" "48") }}
|
||||
</div>
|
||||
<h2 class="display-4">Installation</h2>
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container py-3 my-3 py-md-5 my-md-5 text-center">
|
||||
<div class="home-icon home-icon-purple mx-auto mb-3">
|
||||
<div class="home-icon home-icon-purple text-white p-4 mx-auto mb-3">
|
||||
{{ partial "icons/download.svg" (dict "width" "48" "height" "48") }}
|
||||
</div>
|
||||
<h2 class="display-4">BootstrapCDN</h2>
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container py-3 my-3 py-md-5 my-md-5 text-center">
|
||||
<div class="home-icon home-icon-yellow mx-auto mb-3">
|
||||
<div class="home-icon home-icon-yellow text-white p-4 mx-auto mb-3">
|
||||
{{ partial "icons/lightning.svg" (dict "width" "48" "height" "48") }}
|
||||
</div>
|
||||
<h2 class="display-4">Official Themes</h2>
|
||||
|
||||
Reference in New Issue
Block a user