mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[CL-805] [CL-521] anon layout illustrations (#16002)
* Add illustrations to anon layout * update ids and fill classes * Add illustrations to 404 page * update svg sizes * update logo size and placement to match loaded state * update anon layout logo size to match loading screens * update 404 logo size and spacing * update svgIcon imports * remove 404 footer * absolutely position svg to fix random positioning issues * update logo placement * add padding to battom of logo container * add back tw-link class * update anon layout padding
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<div
|
||||
[ngClass]="{
|
||||
'tw-sticky tw-top-0 tw-z-50 tw-pb-2': sideNavService.open,
|
||||
'tw-sticky tw-top-0 tw-z-50 tw-pb-4': sideNavService.open,
|
||||
'tw-pb-[calc(theme(spacing.6)_+_2px)]': !sideNavService.open,
|
||||
}"
|
||||
class="tw-px-2 tw-pt-5"
|
||||
class="tw-px-2 tw-pt-2"
|
||||
>
|
||||
<!-- absolutely position the link svg to avoid shifting layout when sidenav is closed -->
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user