File tree Expand file tree Collapse file tree 2 files changed +17
-23
lines changed
infrastructure/eid-wallet/src Expand file tree Collapse file tree 2 files changed +17
-23
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
-
27
18
@layer base {
28
19
/* Typography */
29
20
88
79
89
80
body {
90
81
font-family : "Archivo" , sans-serif;
82
+
83
+ padding-top : env (safe-area-inset-top);
84
+ padding-bottom : env (safe-area-inset-bottom);
85
+ padding-left : env (safe-area-inset-left);
86
+ padding-right : env (safe-area-inset-right);
91
87
}
92
88
93
89
/* Custom classes */
Original file line number Diff line number Diff line change @@ -11,18 +11,16 @@ $effect(() => {
11
11
});
12
12
</script >
13
13
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" >
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 >
24
21
</div >
25
- {:else }
26
- {@render children ?.()}
27
- {/if }
28
- </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 }
You can’t perform that action at this time.
0 commit comments