@coorpacademy/components 11.10.2 → 11.10.3
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.
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
.homeIcon {
|
|
505
|
-
width:
|
|
505
|
+
min-width: 14px;
|
|
506
506
|
height: 14px;
|
|
507
507
|
margin-left: 16px;
|
|
508
508
|
}
|
|
@@ -510,10 +510,11 @@
|
|
|
510
510
|
.toolTipText {
|
|
511
511
|
font-family: 'Gilroy';
|
|
512
512
|
font-size: 14px;
|
|
513
|
-
width: 121px;
|
|
514
513
|
height: 24px;
|
|
515
514
|
line-height: 27px;
|
|
516
515
|
order: 0;
|
|
516
|
+
margin-right: 16px;
|
|
517
|
+
width: 100%;
|
|
517
518
|
}
|
|
518
519
|
|
|
519
520
|
[role="tooltip"],
|
|
@@ -528,7 +529,6 @@
|
|
|
528
529
|
background-color: white;
|
|
529
530
|
bottom: -2.5em;
|
|
530
531
|
height: 32px;
|
|
531
|
-
width: 160px;
|
|
532
532
|
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
|
|
533
533
|
}
|
|
534
534
|
|
|
@@ -537,8 +537,8 @@
|
|
|
537
537
|
display: inline-block;
|
|
538
538
|
visibility: inherit;
|
|
539
539
|
opacity: inherit;
|
|
540
|
-
width: 15px;
|
|
541
540
|
height: 15px;
|
|
541
|
+
width: 15px;
|
|
542
542
|
transform: rotate(-45deg);
|
|
543
543
|
background-color: white;
|
|
544
544
|
position: inherit;
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
.homeIcon {
|
|
505
|
-
width:
|
|
505
|
+
min-width: 14px;
|
|
506
506
|
height: 14px;
|
|
507
507
|
margin-left: 16px;
|
|
508
508
|
}
|
|
@@ -510,10 +510,11 @@
|
|
|
510
510
|
.toolTipText {
|
|
511
511
|
font-family: 'Gilroy';
|
|
512
512
|
font-size: 14px;
|
|
513
|
-
width: 121px;
|
|
514
513
|
height: 24px;
|
|
515
514
|
line-height: 27px;
|
|
516
515
|
order: 0;
|
|
516
|
+
margin-right: 16px;
|
|
517
|
+
width: 100%;
|
|
517
518
|
}
|
|
518
519
|
|
|
519
520
|
[role="tooltip"],
|
|
@@ -528,7 +529,6 @@
|
|
|
528
529
|
background-color: white;
|
|
529
530
|
bottom: -2.5em;
|
|
530
531
|
height: 32px;
|
|
531
|
-
width: 160px;
|
|
532
532
|
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
|
|
533
533
|
}
|
|
534
534
|
|
|
@@ -537,8 +537,8 @@
|
|
|
537
537
|
display: inline-block;
|
|
538
538
|
visibility: inherit;
|
|
539
539
|
opacity: inherit;
|
|
540
|
-
width: 15px;
|
|
541
540
|
height: 15px;
|
|
541
|
+
width: 15px;
|
|
542
542
|
transform: rotate(-45deg);
|
|
543
543
|
background-color: white;
|
|
544
544
|
position: inherit;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.10.
|
|
3
|
+
"version": "11.10.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -162,5 +162,5 @@
|
|
|
162
162
|
"last 2 versions",
|
|
163
163
|
"IE 11"
|
|
164
164
|
],
|
|
165
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "d95f32c32aac6e9ca5b81c18c15dbc9209780a08"
|
|
166
166
|
}
|