-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
115 lines (98 loc) · 1.46 KB
/
index.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
h1 {
text-align: center;
font-family: 'Aldrich', sans-serif;
}
h2 {
text-align: center;
font-family: 'Aldrich', sans-serif;
}
button {
display: none;
margin: auto;
height: 50px;
width: 100px;
font-family: 'Aldrich', sans-serif;
}
.canvas-cont {
width: 400px;
height: 750px;
margin: auto;
z-index: 0;
display: block;
border: 20px solid #D35400;
}
.overflow-cont {
width: 80%;
height: 100%;
margin: auto;
position: absolute;
left: 10%;
top: 0;
display: block;
z-index: 100;
}
.overflow-cont > canvas {
margin: auto;
display: block;
}
/*.inactive {
display: block;
}*/
.modal {
position: absolute;
background: white;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 100;
opacity: 1;
}
.modal-cont {
position: relative;
background: #EDBB99;
width: 750px;
height: 750px;
margin: auto;
border-radius: 50%;
}
.modal-cont > h1 {
position: absolute;
top: 100px;
left: 280px;
}
.dir-header, .directions {
font-family: 'Roboto', sans-serif;
display: block;
width: 300px;
margin-left: auto;
margin-right: auto;
}
.dir-header {
padding-top: 250px;
}
.directions {
height: 300px;
}
.close {
z-index: -1;
display: none;
}
.close-badge {
position: absolute;
text-align: center;
width: 20px;
height: auto;
color: white;
border-radius: 50%;
background: black;
display: block;
left: 750px;
bottom: 700px;
cursor: pointer;
}
li {
padding-bottom: 20px;
}
/*canvas {
}*/