Merge branch 'dev'
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -23,14 +23,7 @@ async function handleLogout() {
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<RouterLink to="/" class="brand">
|
<RouterLink to="/" class="brand">
|
||||||
<svg class="brand-mark" viewBox="0 0 32 32" aria-hidden="true">
|
<img class="brand-mark" src="/logo-piggy.png" alt="" aria-hidden="true" />
|
||||||
<rect width="32" height="32" rx="7" fill="#00bc7e" />
|
|
||||||
<g fill="#ffffff">
|
|
||||||
<rect x="7.5" y="17" width="3.4" height="8" rx="1.7" />
|
|
||||||
<rect x="14.3" y="12.5" width="3.4" height="12.5" rx="1.7" />
|
|
||||||
<rect x="21.1" y="8" width="3.4" height="17" rx="1.7" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
<span class="brand-text">SlimBudget</span>
|
<span class="brand-text">SlimBudget</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
</div>
|
</div>
|
||||||
@@ -85,8 +78,10 @@ async function handleLogout() {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.brand-mark {
|
.brand-mark {
|
||||||
width: 26px;
|
height: 28px;
|
||||||
height: 26px;
|
width: auto;
|
||||||
|
max-width: 38px;
|
||||||
|
object-fit: contain;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.brand-text {
|
.brand-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user