@@ -185,74 +185,98 @@ div.graphBox[data-animated="true"] g[mask="url(#graphFade)"] path:not(.target) {
185
185
Graph labels *****/
186
186
187
187
/* top-left */
188
+ svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
188
189
svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
189
190
svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
190
191
svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (1 ),
191
192
svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel : nth-last-child (1 ) {
192
193
transform : translate (40px , 8px );
193
194
}
194
195
196
+ svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (2 ),
195
197
svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (2 ),
196
198
svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (2 ),
197
199
svg # fr-graph [data-labels-position = "top-left" ] rect + g .lineLabel : nth-last-child (2 ) {
198
200
transform : translate (40px , 30px );
199
201
}
200
202
203
+ svg # fr-graph [data-labels-position = "top-left" ] rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (3 ),
201
204
svg # fr-graph [data-labels-position = "top-left" ] rect + g .lineLabel + g .lineLabel : nth-last-child (3 ),
202
205
svg # fr-graph [data-labels-position = "top-left" ] rect + g .lineLabel : nth-last-child (3 ) {
203
206
transform : translate (40px , 52px );
204
207
}
205
208
209
+ svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (4 ),
206
210
svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel : nth-last-child (4 ) {
207
211
transform : translate (40px , 74px );
208
212
}
209
213
214
+ svg # fr-graph [data-labels-position = "top-left" ] > rect + g .lineLabel : nth-last-child (5 ) {
215
+ transform : translate (40px , 96px );
216
+ }
217
+
210
218
/* bottom-left */
219
+ svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
211
220
svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
212
221
svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
213
222
svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (1 ),
214
223
svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel : nth-last-child (1 ) {
215
224
transform : translate (40px , 296px );
216
225
}
217
226
227
+ svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (2 ),
218
228
svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (2 ),
219
229
svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (2 ),
220
230
svg # fr-graph [data-labels-position = "bottom-left" ] rect + g .lineLabel : nth-last-child (2 ) {
221
231
transform : translate (40px , 274px );
222
232
}
223
233
234
+ svg # fr-graph [data-labels-position = "bottom-left" ] rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (3 ),
224
235
svg # fr-graph [data-labels-position = "bottom-left" ] rect + g .lineLabel + g .lineLabel : nth-last-child (3 ),
225
236
svg # fr-graph [data-labels-position = "bottom-left" ] rect + g .lineLabel : nth-last-child (3 ) {
226
237
transform : translate (40px , 252px );
227
238
}
228
239
240
+ svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (4 ),
229
241
svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel : nth-last-child (4 ) {
230
242
transform : translate (40px , 230px );
231
243
}
232
244
245
+ svg # fr-graph [data-labels-position = "bottom-left" ] > rect + g .lineLabel : nth-last-child (5 ) {
246
+ transform : translate (40px , 208px );
247
+ }
248
+
233
249
/* bottom-right */
250
+ svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
234
251
svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
235
252
svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (1 ),
236
253
svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (1 ),
237
254
svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel : nth-last-child (1 ) {
238
255
transform : translate (500px , 296px );
239
256
}
240
257
258
+ svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (2 ),
241
259
svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (2 ),
242
260
svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (2 ),
243
261
svg # fr-graph [data-labels-position = "bottom-right" ] rect + g .lineLabel : nth-last-child (2 ) {
244
262
transform : translate (500px , 274px );
245
263
}
246
264
265
+ svg # fr-graph [data-labels-position = "bottom-right" ] rect + g .lineLabel + g .lineLabel + g .lineLabel : nth-last-child (3 ),
247
266
svg # fr-graph [data-labels-position = "bottom-right" ] rect + g .lineLabel + g .lineLabel : nth-last-child (3 ),
248
267
svg # fr-graph [data-labels-position = "bottom-right" ] rect + g .lineLabel : nth-last-child (3 ) {
249
268
transform : translate (500px , 252px );
250
269
}
251
270
271
+ svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel + g .lineLabel : nth-last-child (4 ),
252
272
svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel : nth-last-child (4 ) {
253
273
transform : translate (500px , 230px );
254
274
}
255
275
276
+ svg # fr-graph [data-labels-position = "bottom-right" ] > rect + g .lineLabel : nth-last-child (5 ) {
277
+ transform : translate (500px , 208px );
278
+ }
279
+
256
280
257
281
258
282
/*****
@@ -310,6 +334,10 @@ header.header {
310
334
background-color : var (--font-color-primary );
311
335
}
312
336
337
+ button .header-button {
338
+ display : none;
339
+ }
340
+
313
341
div .logo {
314
342
display : flex;
315
343
justify-content : center;
@@ -346,7 +374,7 @@ ul.header-links {
346
374
align-items : flex-start;
347
375
348
376
box-sizing : border-box;
349
- flex : auto 0 1 ;
377
+ flex : 100 % 0 1 ;
350
378
height : 100% ;
351
379
margin : auto;
352
380
padding : 0 16px ;
@@ -369,6 +397,7 @@ ul.header-links li {
369
397
margin : 0 ;
370
398
371
399
list-style : none;
400
+ white-space : nowrap;
372
401
}
373
402
374
403
ul .header-links li + li {
@@ -2976,17 +3005,13 @@ Responsive styles *****/
2976
3005
display : none;
2977
3006
}
2978
3007
2979
- header .header : after {
2980
- position : absolute;
2981
-
2982
- top : 6px ;
2983
- left : 6px ;
2984
-
3008
+ button .header-button {
2985
3009
content : '' ;
2986
3010
box-sizing : border-box;
2987
3011
display : block;
2988
3012
width : 36px ;
2989
3013
height : 36px ;
3014
+ margin : 0 0 0 6px ;
2990
3015
2991
3016
background-color : var (--background-color-contrast-more );
2992
3017
mask : var (--icon-hamburger );
@@ -3002,8 +3027,12 @@ Responsive styles *****/
3002
3027
}
3003
3028
3004
3029
div .logo {
3005
- flex : calc (100% - 116px ) 0 0 ;
3006
- margin : auto;
3030
+ flex : auto;
3031
+ margin : 0 42px 0 0 ;
3032
+ }
3033
+
3034
+ div .logo a {
3035
+ width : 80% ;
3007
3036
}
3008
3037
3009
3038
ul .header-links {
@@ -3012,15 +3041,15 @@ Responsive styles *****/
3012
3041
left : 0 ;
3013
3042
z-index : 2 ;
3014
3043
3044
+ width : 100% ;
3015
3045
flex-direction : column;
3016
3046
justify-content : flex-start;
3017
3047
align-items : center;
3018
3048
3019
3049
box-sizing : border-box;
3020
- width : 100vw ;
3021
3050
height : calc (100vh - 49px );
3022
3051
max-height : -webkit-fill-available;
3023
- padding : 16px ;
3052
+ padding : 0 16 px 16 px 16px ;
3024
3053
3025
3054
background-color : var (--background-color );
3026
3055
0 commit comments