-
Notifications
You must be signed in to change notification settings - Fork 0
/
zonepicker.sass
53 lines (50 loc) · 1000 Bytes
/
zonepicker.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
#zonepicker
position: relative
width: 100%
margin-top: 32px
svg
position: relative
top: 0
left: 0
width: 100%
path.hl
pointer-events: none
fill: white
opacity: 0.25
transition: fill 0.25s ease-out
&.hovered
fill: #9BBB59
&.selected
fill: #4BACC6
path.tz
fill: #e2e1dd
stroke: #969696
stroke-width: 0.7px
cursor: pointer
transition: fill 0.25s ease-out
&:hover
fill: #9BBB59
&.selected
fill: #4BACC6
#zonelabel
position: absolute
bottom: 0
left: 0
&.hovering
color: #9BBB59
h2
margin: 0
span.label
font-size: 1rem
display: block;
font-weight: 300;
span.zonename
display: block
font-weight: bold
span.zonelabel
display: block
font-weight: lighter
color: $pale
span.zonedescription
display: block;
font-weight: 300;