-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
78 lines (69 loc) · 1.35 KB
/
main.css
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 {
background-color: #FF7C85;
}
.banner {
position: absolute;
top: 0;
left: 0;
background-color: #ABFFCF;
width: 100vw;
box-shadow: 0vw 1vw 0.5vw #7F4764;
text-align: center;
}
.banner-content {
width: 98vw;
margin: 0 auto;
padding: 1vw;
font-family: Helvetica, sans-serif;
color: #FF7C85;
font-size: 2.8vw;
}
.banner-content img {
height: 2.8vw;
width: 2.8vw;
margin: 0 auto;
}
.banner-content img[src = "ok.svg"] {
position: absolute;
top: 1vw;
left: 1vw;
height: 6vw;
width: 6vw;
margin: 0 auto;
float: left;
padding-left: 1vw;
padding-right: 1vw;
padding-bottom: 1vw;
}
#emoji-dashboard {
z-index: -1;
position: absolute;
top: 9.5vw;
left: 0;
width: 100vw;
background-color: #FF7C85;
height: calc(95.5vh - 8vw);
}
#bottom-banner {
z-index: -1;
position: absolute;
top: 97vh;
left: 0;
width: 100vw;
background-color: #FF7C85;
height: 3vh;
text-align: center;
color: white;
font-size: 2vh;
}
#bottom-banner img {
height: 2vh;
width: 2vh;
margin: 0 auto;
padding-left: 0.5vw;
padding-right: 0.5vw;
}
.emoji-container img {
height: 3vw;
width: 3vw;
}