File tree Expand file tree Collapse file tree 2 files changed +23
-12
lines changed
infrastructure/eid-wallet/src Expand file tree Collapse file tree 2 files changed +23
-12
lines changed Original file line number Diff line number Diff line change 15
15
font-style : normal;
16
16
}
17
17
18
+ @layer utilities {
19
+ .safe-area {
20
+ padding-top : env (safe-area-inset-top);
21
+ padding-bottom : env (safe-area-inset-bottom);
22
+ padding-left : env (safe-area-inset-left);
23
+ padding-right : env (safe-area-inset-right);
24
+ }
25
+ }
26
+
18
27
@layer base {
19
28
/* Typography */
20
29
Original file line number Diff line number Diff line change @@ -11,16 +11,18 @@ $effect(() => {
11
11
});
12
12
</script >
13
13
14
- {#if showSplashScreen }
15
- <div class =" relative w-full h-[100vh] bg-primary" >
16
- <img class =" absolute w-full bottom-[-80px] start-0" src =" /images/Shape1.svg" alt =" illustration" >
17
- <img class =" absolute w-full top-[50px] end-[100px]" src =" /images/Shape2.svg" alt =" illustration" >
18
- <div class =" absolute w-full top-[42%] start-[50%] translate-x-[-50%] translate-y-[-42%]" >
19
- <h1 class =" text-center text-white text-[44px]" >eAgency</h1 >
20
- <p class =" text-center text-white" >Your self-sovereign digital entity</p >
14
+ <div class =" safe-area" >
15
+ {#if showSplashScreen }
16
+ <div class =" relative w-full h-[100vh] bg-primary" >
17
+ <img class =" absolute w-full bottom-[-80px] start-0" src =" /images/Shape1.svg" alt =" illustration" >
18
+ <img class =" absolute w-full top-[50px] end-[100px]" src =" /images/Shape2.svg" alt =" illustration" >
19
+ <div class =" absolute w-full top-[42%] start-[50%] translate-x-[-50%] translate-y-[-42%]" >
20
+ <h1 class =" text-center text-white text-[44px]" >eAgency</h1 >
21
+ <p class =" text-center text-white" >Your self-sovereign digital entity</p >
22
+ </div >
23
+ <img class =" absolute bottom-[116px] start-[50%] translate-x-[-50%]" src =" /images/W3DSLogoWhite.svg" alt =" logo" >
21
24
</div >
22
- <img class =" absolute bottom-[116px] start-[50%] translate-x-[-50%]" src =" /images/W3DSLogoWhite.svg" alt =" logo" >
23
- </div >
24
- {:else }
25
- {@render children ?.()}
26
- {/if }
25
+ {:else }
26
+ {@render children ?.()}
27
+ {/if }
28
+ </div >
You can’t perform that action at this time.
0 commit comments