File tree Expand file tree Collapse file tree 1 file changed +29
-4
lines changed Expand file tree Collapse file tree 1 file changed +29
-4
lines changed Original file line number Diff line number Diff line change
1
+ <script >
2
+ export let description
3
+ </script >
4
+
1
5
<style >
6
+ .bn-onboard-loading-container {
7
+ display : flex ;
8
+ flex-direction : column ;
9
+ align-items : center ;
10
+ justify-content : center ;
11
+ font-family : inherit ;
12
+ font-size : inherit ;
13
+ color : inherit ;
14
+ }
15
+
16
+ span {
17
+ font-family : inherit ;
18
+ font-size : 0.889em ;
19
+ margin-top : 1rem ;
20
+ }
21
+
2
22
:global(.bn-onboard-loading ) {
3
23
display : inline-block ;
4
24
position : relative ;
36
56
}
37
57
</style >
38
58
39
- <div class =" bn-onboard-custom bn-onboard-loading" >
40
- <div class =" bn-onboard-loading-first" />
41
- <div class =" bn-onboard-loading-second" />
42
- <div class =" bn-onboard-loading-third" />
59
+ <div class =" bn-onboard-loading-container" >
60
+ <div class =" bn-onboard-custom bn-onboard-loading" >
61
+ <div class =" bn-onboard-loading-first" />
62
+ <div class =" bn-onboard-loading-second" />
63
+ <div class =" bn-onboard-loading-third" />
64
+ </div >
65
+ {#if description }
66
+ <span >{description }</span >
67
+ {/if }
43
68
</div >
You can’t perform that action at this time.
0 commit comments