2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

docs: remove pixels from SVGs (#31791)

It's the default unit.
This commit is contained in:
XhmikosR
2020-09-29 19:23:55 +03:00
committed by GitHub
parent b083c9639f
commit 476bd883ad
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
{{ partial "docs-versions" . }}
<button class="btn bd-sidebar-toggle d-md-none py-0 px-1 ml-3 order-3 collapsed" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
{{ partial "icons/expand.svg" (dict "class" "bi bi-expand" "width" "24px" "height" "24px") }}
{{ partial "icons/collapse.svg" (dict "class" "bi bi-collapse" "width" "24px" "height" "24px") }}
{{ partial "icons/expand.svg" (dict "class" "bi bi-expand" "width" "24" "height" "24") }}
{{ partial "icons/collapse.svg" (dict "class" "bi bi-collapse" "width" "24" "height" "24") }}
</button>
</div>
</nav>