@coorpacademy/components 11.10.3-alpha.0 → 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
|
}
|
|
@@ -538,6 +538,7 @@
|
|
|
538
538
|
visibility: inherit;
|
|
539
539
|
opacity: inherit;
|
|
540
540
|
height: 15px;
|
|
541
|
+
width: 15px;
|
|
541
542
|
transform: rotate(-45deg);
|
|
542
543
|
background-color: white;
|
|
543
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
|
}
|
|
@@ -538,6 +538,7 @@
|
|
|
538
538
|
visibility: inherit;
|
|
539
539
|
opacity: inherit;
|
|
540
540
|
height: 15px;
|
|
541
|
+
width: 15px;
|
|
541
542
|
transform: rotate(-45deg);
|
|
542
543
|
background-color: white;
|
|
543
544
|
position: inherit;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.10.3
|
|
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
|
}
|