equal
deleted
inserted
replaced
1 #tabs-chrono p { |
1 #tabs-chrono p { |
2 padding: 0px 20px; |
2 padding: 0px 20px; |
3 text-align: center; |
3 text-align: center; |
4 margin: 25px 0px 50px 0px; |
4 margin: 25px 0px 25px 0px; |
5 line-height: 22px; |
5 line-height: 22px; |
6 color: $corpus-black; |
6 color: $corpus-black; |
7 } |
7 } |
8 |
8 |
9 #chrono-table { |
9 #chrono-table { |
44 } |
44 } |
45 |
45 |
46 #chrono-table li.disabled { |
46 #chrono-table li.disabled { |
47 cursor: default; |
47 cursor: default; |
48 color: $corpus-grey; |
48 color: $corpus-grey; |
|
49 pointer-events: none; |
|
50 } |
|
51 |
|
52 #chrono-table .color-gradient { |
|
53 width: 150px; |
49 } |
54 } |
50 |
55 |
51 #chrono-table li.highlighted { |
56 #chrono-table li.highlighted { |
52 font-weight: bold; |
57 font-weight: bold; |
53 color: $corpus-white; |
58 color: $corpus-white; |
54 background-color: $corpus-blue; |
59 background-color: $corpus-blue; |
|
60 pointer-events: initial; |
55 } |
61 } |
56 |
62 |
57 #chrono-table li.light-color { |
63 #chrono-table li.light-color { |
58 color: $corpus-white; |
64 color: $corpus-white; |
59 } |
65 } |