mario-education 2.4.465-release → 2.4.466-release
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +4 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2493,7 +2493,7 @@ h6._3zOGW {
|
|
|
2493
2493
|
font-weight: 400;
|
|
2494
2494
|
line-height: 20px;
|
|
2495
2495
|
color: #242424;
|
|
2496
|
-
opacity: 56
|
|
2496
|
+
opacity: .56;
|
|
2497
2497
|
margin: 4px 0 24px;
|
|
2498
2498
|
}
|
|
2499
2499
|
|
|
@@ -2502,7 +2502,7 @@ h6._3zOGW {
|
|
|
2502
2502
|
font-weight: 400 !important;
|
|
2503
2503
|
line-height: 22px !important;
|
|
2504
2504
|
color: #242424;
|
|
2505
|
-
opacity: 56
|
|
2505
|
+
opacity: .56;
|
|
2506
2506
|
margin-right: 4px !important;
|
|
2507
2507
|
}
|
|
2508
2508
|
|
|
@@ -2592,7 +2592,7 @@ h6._3zOGW {
|
|
|
2592
2592
|
font-size: 14px !important;
|
|
2593
2593
|
font-weight: 400 !important;
|
|
2594
2594
|
line-height: 20px !important;
|
|
2595
|
-
opacity: 56
|
|
2595
|
+
opacity: .56;
|
|
2596
2596
|
}
|
|
2597
2597
|
|
|
2598
2598
|
._3iePe > div > svg {
|
|
@@ -2666,6 +2666,7 @@ h6._3zOGW {
|
|
|
2666
2666
|
width: 24px;
|
|
2667
2667
|
height: 24px;
|
|
2668
2668
|
margin-right: 8px;
|
|
2669
|
+
border-radius: 50px;
|
|
2669
2670
|
}
|
|
2670
2671
|
|
|
2671
2672
|
._2nFrb {
|
package/dist/index.js
CHANGED
|
@@ -72864,7 +72864,7 @@ var useStyles$h = styles$c.makeStyles(function (theme) {
|
|
|
72864
72864
|
}),
|
|
72865
72865
|
marginTop: 60,
|
|
72866
72866
|
maxHeight: 'calc(100vh - 120px)',
|
|
72867
|
-
minHeight: 'calc(100vh -
|
|
72867
|
+
minHeight: 'calc(100vh - 97px)',
|
|
72868
72868
|
paddingTop: '0 !important',
|
|
72869
72869
|
overflowY: 'auto',
|
|
72870
72870
|
overflowX: 'hidden',
|