1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[CL-849] Update and consolidate logo svgs (#16390)

This commit is contained in:
Vicki League
2025-09-25 14:52:55 -04:00
committed by GitHub
parent 3b2a2e3129
commit e3a5111a35
12 changed files with 83 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
<div
[ngClass]="{
'tw-sticky tw-top-0 tw-z-50 tw-pb-4': sideNavService.open,
'tw-pb-[calc(theme(spacing.6)_+_2px)]': !sideNavService.open,
'tw-pb-[calc(theme(spacing.8)_+_2px)]': !sideNavService.open,
}"
class="tw-px-2 tw-pt-2"
>
@@ -12,6 +12,7 @@
[ngClass]="{
'!tw-h-[55px] [&_svg]:!tw-w-[26px] [&_svg]:tw-inset-y-[theme(spacing.3)]':
!sideNavService.open,
'tw-w-56': sideNavService.open,
}"
[attr.aria-label]="label()"
[title]="label()"