equal
deleted
inserted
replaced
1 #chart_div { |
1 #chart_div { |
2 width: 100%; |
2 width: 100%; |
3 height: 540px; |
3 height: 540px; |
4 background: #ddd; |
|
5 } |
4 } |
6 |
5 |
7 text { |
6 text { |
8 pointer-events: none; |
7 pointer-events: none; |
9 } |
8 } |
11 .grandparent text { |
10 .grandparent text { |
12 font-weight: bold; |
11 font-weight: bold; |
13 } |
12 } |
14 |
13 |
15 rect { |
14 rect { |
16 stroke: #fff; |
15 stroke: $light-white; |
17 } |
16 } |
18 |
17 |
19 rect.parent, |
18 rect.parent, |
20 .grandparent rect { |
19 .grandparent rect { |
21 stroke-width: 2px; |
20 stroke-width: 2px; |