29
29
--background-color : var (--default-white );
30
30
--dark-mode-and-search-icon-color : var (--default-white );
31
31
--color-dark : # 27282c ;
32
- --default-font-family : JetBrains Sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Arial, sans-serif;
32
+ --default-font-family : JetBrains Sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Arial, sans-serif;
33
33
--default-monospace-font-family : JetBrains Mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
34
34
--default-font-size : 15px ;
35
35
--average-color : var (--color-dark );
@@ -85,6 +85,7 @@ html, body {
85
85
height : 100% ;
86
86
width : 100% ;
87
87
}
88
+
88
89
/* /--- root styles --- */
89
90
90
91
/* --- global tags styles --- */
@@ -179,6 +180,7 @@ tbody > tr {
179
180
td : first-child {
180
181
width : 20vw ;
181
182
}
183
+
182
184
/* /--- global tags styles --- */
183
185
184
186
/* --- utils classes --- */
@@ -210,6 +212,7 @@ td:first-child {
210
212
clear : both;
211
213
height : 0 ;
212
214
}
215
+
213
216
/* /--- utils classes --- */
214
217
215
218
/* ---dark theme --- */
@@ -237,6 +240,7 @@ td:first-child {
237
240
238
241
--sidemenu-section-active-color : var (--color-dark );
239
242
}
243
+
240
244
/* /---dark theme --- */
241
245
242
246
.root {
@@ -313,14 +317,15 @@ td:first-child {
313
317
height : 28px ;
314
318
width : 28px ;
315
319
}
320
+
316
321
/* /--- Navigation MENU --- */
317
322
318
323
.library-version {
319
324
position : relative;
320
325
top : -4px ;
321
326
margin-left : 3px ;
322
327
323
- color : rgba (255 , 255 , 255 , .7 );
328
+ color : rgba (255 , 255 , 255 , .7 );
324
329
font-size : 13px ;
325
330
font-weight : normal;
326
331
line-height : 16px ;
@@ -339,6 +344,7 @@ td:first-child {
339
344
padding : 5px 0 5px ;
340
345
}
341
346
}
347
+
342
348
/* --- Navigation controls --- */
343
349
.navigation-controls {
344
350
display : flex;
@@ -392,6 +398,7 @@ td:first-child {
392
398
display : none;
393
399
}
394
400
}
401
+
395
402
/* /--- Navigation THEME --- */
396
403
397
404
/* --- Navigation HOMEPAGE --- */
@@ -422,11 +429,13 @@ td:first-child {
422
429
display : none;
423
430
}
424
431
}
432
+
425
433
/* /--- Navigation HOMEPAGE --- */
426
434
427
435
.navigation .platform-selector : not ([data-active ]) {
428
436
color : # fff ;
429
437
}
438
+
430
439
/* /--- Navigation controls --- */
431
440
/* /--- Navigation styles --- */
432
441
@@ -496,6 +505,7 @@ td:first-child {
496
505
padding-top : 22px ;
497
506
padding-bottom : 16px ;
498
507
}
508
+
499
509
/* /--- Layout styles --- */
500
510
501
511
/* --- Main Content styles --- */
@@ -521,6 +531,7 @@ td:first-child {
521
531
.main-content : is (h1 , h2 ) {
522
532
font-weight : 530 ;
523
533
}
534
+
524
535
/* /--- Main Content styles --- */
525
536
526
537
/* /--- Breadcrumbs styles --- */
@@ -537,6 +548,7 @@ td:first-child {
537
548
.breadcrumbs .current {
538
549
color : var (--default-font-color );
539
550
}
551
+
540
552
/* /--- Breadcrumbs styles --- */
541
553
542
554
.tabs-section ,
@@ -1010,7 +1022,7 @@ h1.cover {
1010
1022
.UnderCoverText table {
1011
1023
display : block;
1012
1024
word-break : normal;
1013
- overflow : auto;
1025
+ overflow : auto;
1014
1026
}
1015
1027
}
1016
1028
@@ -1042,7 +1054,7 @@ p.paragraph img {
1042
1054
1043
1055
.deprecation-content {
1044
1056
margin : 20px 10px ;
1045
- border : 1px solid var (--border-color );
1057
+ border : 1px solid var (--border-color );
1046
1058
padding : 13px 15px 16px 15px ;
1047
1059
}
1048
1060
@@ -1361,6 +1373,7 @@ Just in case of possible performance degradation it excluding tabs with briefs o
1361
1373
.keyValue {
1362
1374
grid-template-columns : 20% 80% ;
1363
1375
}
1376
+
1364
1377
.keyValue > div : first-child {
1365
1378
word-break : break-word;
1366
1379
}
@@ -1432,46 +1445,51 @@ div.runnablesample {
1432
1445
background-color : var (--footer-background );
1433
1446
}
1434
1447
1435
- .footer span .go-to-top-icon {
1436
- border-radius : 2em ;
1437
- padding : 11px 10px !important ;
1448
+ .footer--button {
1449
+ display : flex;
1450
+ align-items : center;
1451
+ justify-content : center;
1452
+ width : 40px ;
1453
+ height : 40px ;
1454
+ border-radius : 50% ;
1438
1455
background-color : var (--footer-go-to-top-color );
1456
+ background-repeat : no-repeat;
1457
+ background-position : 50% 50% ;
1458
+ padding : 0 ;
1459
+ border : none;
1460
+ cursor : pointer;
1461
+ font-size : 0 ;
1462
+ line-height : 0 ;
1463
+ transition : background-color 200ms ease-in-out;
1464
+ will-change : background-color;
1439
1465
}
1440
1466
1441
- .footer span . go-to-top-icon > a :: before {
1442
- content : url ( "../images/go-to-top-icon.svg" ) ;
1467
+ .footer--button : hover {
1468
+ opacity : 0.9 ;
1443
1469
}
1444
1470
1445
- .footer > span : first-child {
1471
+ .footer--button_go-to-top {
1472
+ background-image : url ("../images/go-to-top-icon.svg" );
1446
1473
margin-left : var (--horizontal-spacing-for-content );
1447
- padding-left : 0 ;
1448
- }
1449
-
1450
- .footer > span : last-child {
1451
- margin-right : var (--horizontal-spacing-for-content );
1452
- padding-right : 0 ;
1453
- }
1454
-
1455
- .footer > span {
1456
- padding : 0 16px ;
1474
+ margin-right : 8px ;
1457
1475
}
1458
1476
1459
- .footer a {
1477
+ .footer--link {
1478
+ display : inline-flex;
1479
+ align-items : center; ;
1460
1480
color : var(- - breadcrumb- font- color );
1461
1481
}
1462
1482
1463
- .footer span .go-to-top-icon > # go-to-top-link {
1464
- padding : 0 ;
1465
- border : none;
1466
- }
1467
-
1468
- .footer .padded-icon {
1469
- padding-left : 0.5em ;
1483
+ .footer--external-link-icon {
1484
+ width : 12px ;
1485
+ height : 12px ;
1486
+ margin-left : 4px ;
1487
+ margin-right : var (--horizontal-spacing-for-content );
1488
+ background-image : url ("../images/footer-go-to-link.svg" );
1489
+ background-repeat : no-repeat;
1490
+ background-position : 50% 50% ;
1470
1491
}
1471
1492
1472
- .footer .padded-icon ::before {
1473
- content : url ("../images/footer-go-to-link.svg" );
1474
- }
1475
1493
/* /--- footer --- */
1476
1494
1477
1495
/* Logo styles */
@@ -1502,6 +1520,7 @@ div.runnablesample {
1502
1520
display : none;
1503
1521
}
1504
1522
}
1523
+
1505
1524
/* / Logo styles */
1506
1525
1507
1526
/*
0 commit comments