git ssb

2+

mixmix / ticktack



Tree: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1

Files: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1 / app / page / splash.mcss

724 bytesRaw
1Splash {
2 position: fixed
3 top: 0
4 bottom: 0
5 left: 0
6 right: 0
7
8
9 div.top {
10 height: 11vh
11 background-color: #2f5ea1
12
13 img.logoName {
14 margin: 1vw
15 }
16 }
17
18 div.bottom {
19 width: 100%
20 height: 100%
21 background-size: contain
22 background-repeat: no-repeat
23 $backgroundPrimary
24
25 padding-top: 26vw
26 text-align: center
27
28 display: flex
29 flex-direction: column
30 align-items: center
31
32
33 div.about {
34 color: #666
35 font-size: 1.5rem
36 line-height: 1.5
37
38 max-width: 40vw
39 margin-bottom: 2vw
40 }
41
42 pre.slogan {
43 color: #2f5ea1
44 font-size: 2.5rem
45 font-family: cursive, serif
46 font-style: italic
47 line-height: 1.2
48 }
49
50 }
51}
52
53

Built with git-ssb-web