refactor: change brand logos

This commit is contained in:
woothu
2020-02-11 10:33:31 +01:00
parent 08f8f0195a
commit 58fa7d633e
13 changed files with 90 additions and 141 deletions
+10 -5
View File
@@ -4,11 +4,16 @@
:minimize="minimize"
:show.sync="show"
>
<CSidebarBrand
:imgFull="{ width: 118, height: 46, alt: 'Logo', src: 'img/brand/coreui-base-white.svg'}"
:imgMinimized="{ width: 118, height: 46, alt: 'Logo', src: 'img/brand/coreui-signet-white.svg'}"
:wrappedInLink="{ href: 'https://coreui.io/', target: '_blank'}"
/>
<CSidebarBrand class="d-md-down-none" to="/">
<CIcon
class="d-block"
name="logo"
size="custom-size"
:height="35"
:viewBox="`0 0 ${minimize ? 110 : 556} 134`"
/>
</CSidebarBrand>
<CRenderFunction flat :content-to-render="nav"/>
<CSidebarMinimizer
class="d-md-down-none"