author | Chloe Laisne <chloe.laisne@gmail.com> |
Thu, 18 Aug 2016 17:02:02 +0200 | |
changeset 256 | 18f0c3ee9aa5 |
parent 225 | 5e3cd85cde06 |
child 286 | 57762c0b601e |
permissions | -rw-r--r-- |
84 | 1 |
#chart_div { |
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
2 |
width: 100%; |
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
3 |
height: 540px; |
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
4 |
} |
84 | 5 |
|
6 |
text { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
7 |
pointer-events: none; |
84 | 8 |
} |
9 |
||
10 |
.grandparent text { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
11 |
font-weight: bold; |
84 | 12 |
} |
13 |
||
14 |
rect { |
|
225 | 15 |
stroke: $light-white; |
84 | 16 |
} |
17 |
||
18 |
rect.parent, |
|
19 |
.grandparent rect { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
20 |
stroke-width: 2px; |
84 | 21 |
} |
22 |
||
23 |
.grandparent rect { |
|
223 | 24 |
fill: $light-blue; |
84 | 25 |
} |
26 |
||
27 |
.children rect.parent, |
|
28 |
.grandparent rect { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
29 |
cursor: pointer; |
84 | 30 |
} |
31 |
||
32 |
.children rect.parent { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
33 |
fill-opacity: .5; |
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
34 |
} |