equal
deleted
inserted
replaced
70 } |
70 } |
71 |
71 |
72 #tabs-langues .node .count { |
72 #tabs-langues .node .count { |
73 font-weight: bold; |
73 font-weight: bold; |
74 } |
74 } |
|
75 |
|
76 #tabs-langues .light-color { |
|
77 color: $corpus-white; |
|
78 } |
|
79 |
|
80 #tabs-langues .dark-color { |
|
81 color: $corpus-black; |
|
82 } |
|
83 |
|
84 #tabs-langues .color-gradient-wrapper { |
|
85 position: absolute; |
|
86 width: 100px; |
|
87 top: 1px; |
|
88 right: 5px; |
|
89 } |
|
90 |
|
91 #tabs-langues .color-gradient-wrapper .color-gradient { |
|
92 position: relative; |
|
93 width: 100%; |
|
94 height: 1.75em; |
|
95 font-size: 0.75em; |
|
96 } |