-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.sass
78 lines (71 loc) · 1.31 KB
/
styles.sass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body, html
background: #f9f9f9
font-size: 100%
font-family: 'Special Elite', sans-serif
text-transform: uppercase
*
padding: 0
margin: 0
box-sizing: border-box
p
font-size: 1em
.container
position: relative
width: 100%
min-height: 100vh
// display: grid
// grid-template-columns: repeat(6, 1fr)
max-width: 960px
margin: 0 auto
display: flex
justify-content: center
align-items: center
.warning
width: 100%
position: absolute
z-index: 4
text-align: center
font-size: 2em
#video
opacity: 0
canvas
filter: greyscale(100%)
.video
margin-right: 1em
min-width: 400px
min-height: 225px
padding: 0
position: relative
video, canvas
position: absolute
top: 0
left: 0
.story-container
width: 100%
min-height: 660px
display: flex
justify-content: center
background-repeat: no-repeat
padding: 3em 5em
position: relative
.paper-img
position: absolute
top: 0
left: 0
right: 0
bottom: 0
width: 100%
height: 100%
z-index: 0
.story
z-index: 1
width: 100%
.story-finish
z-index: 1
position: absolute
bottom: 3em
margin-top: 2em
font-size: 2em
text-align: center
width: 100%
opacity: 0