-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.sass
65 lines (53 loc) · 1.1 KB
/
style.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
*
box-sizing: border-box
&::before, &::after
box-sizing: border-box
html, body, .full-screen, #map
width: 100%
height: 100vh
overflow: hidden
body
background-color: #263238
.container-fluid
padding: 0
.header
position: fixed
top: 0
left: 0
z-index: 2
padding-right: 15px
padding-left: 15px
padding-bottom: 10px
background-color: rgba(0, 0, 0, 0.8)
border-bottom-right-radius: 15px
color: rgba(255, 255, 255, 0.87)
.gm-style .gm-style-iw-d p
margin-bottom: 0
.loading
position: relative
&::before, &::after
position: absolute
top: 0
right: 0
bottom: 0
left: 0
&::before
content: ''
z-index: 1
background-image: radial-gradient(circle 248px at center, #455A64 0%, #37474F 47%, #263238 100%)
animation: loading 1s ease-in-out infinite alternate
&::after
content: '繪製地圖中'
z-index: 2
display: flex
justify-content: center
align-items: center
font-size: 18px
color: #FFF
animation: word 1s ease-in-out infinite alternate
@keyframes loading
to
opacity: 0
@keyframes word
to
color: #263238