Files: 286f58e95fb08e5233963b593bb28cd72bf2655a / styles / loading.mcss
661 bytesRaw
1 | Loading { |
2 | height: 50% |
3 | display: flex |
4 | align-items: center |
5 | justify-content: center |
6 | |
7 | -inline { |
8 | height: 16px |
9 | width: 16px |
10 | display: inline-block |
11 | margin: -3px 3px |
12 | |
13 | ::before { |
14 | display: block |
15 | height: 16px |
16 | width: 16px |
17 | } |
18 | } |
19 | |
20 | -large { |
21 | ::before { |
22 | height: 100px |
23 | width: 100px |
24 | } |
25 | ::after { |
26 | content: 'Loading...' |
27 | font-size: 200% |
28 | } |
29 | } |
30 | |
31 | ::before { |
32 | content: ' ' |
33 | height: 50px |
34 | width: 50px |
35 | background-image: svg(waitingIcon) |
36 | background-repeat: no-repeat |
37 | background-position: center |
38 | background-size: contain |
39 | animation: playIconSpin 3s infinite linear |
40 | } |
41 | } |
42 |
Built with git-ssb-web