@coorpacademy/components 10.28.6 → 10.28.7-alpha.2
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.
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
opacity: 0;
|
|
87
87
|
transition: opacity 0.8s;
|
|
88
88
|
position: absolute;
|
|
89
|
-
width: 103px;
|
|
90
89
|
height: auto;
|
|
90
|
+
width: 200px;
|
|
91
91
|
border-radius: 7px;
|
|
92
92
|
background-color: cm_grey_700;
|
|
93
|
-
right: -
|
|
93
|
+
right: -81px;
|
|
94
94
|
bottom: 32px;
|
|
95
95
|
}
|
|
96
96
|
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
composes: textBase;
|
|
114
114
|
font-weight: 500;
|
|
115
115
|
font-size: 14px;
|
|
116
|
-
line-height: 20px;
|
|
117
116
|
display: inline-block;
|
|
118
117
|
border-radius: 3px;
|
|
119
118
|
word-wrap: break-word;
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
margin: 48px 24px 48px 64px;
|
|
8
8
|
position: relative;
|
|
9
9
|
box-sizing: border-box;
|
|
10
|
-
overflow: auto;
|
|
11
10
|
height: 100%;
|
|
12
11
|
}
|
|
13
12
|
|
|
@@ -17,7 +16,7 @@
|
|
|
17
16
|
max-width: 348px;
|
|
18
17
|
min-width: 348px;
|
|
19
18
|
position: sticky;
|
|
20
|
-
top:
|
|
19
|
+
top: 80px;
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
.reviewSkillsContainer {
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
opacity: 0;
|
|
87
87
|
transition: opacity 0.8s;
|
|
88
88
|
position: absolute;
|
|
89
|
-
width: 103px;
|
|
90
89
|
height: auto;
|
|
90
|
+
width: 200px;
|
|
91
91
|
border-radius: 7px;
|
|
92
92
|
background-color: cm_grey_700;
|
|
93
|
-
right: -
|
|
93
|
+
right: -81px;
|
|
94
94
|
bottom: 32px;
|
|
95
95
|
}
|
|
96
96
|
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
composes: textBase;
|
|
114
114
|
font-weight: 500;
|
|
115
115
|
font-size: 14px;
|
|
116
|
-
line-height: 20px;
|
|
117
116
|
display: inline-block;
|
|
118
117
|
border-radius: 3px;
|
|
119
118
|
word-wrap: break-word;
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
margin: 48px 24px 48px 64px;
|
|
8
8
|
position: relative;
|
|
9
9
|
box-sizing: border-box;
|
|
10
|
-
overflow: auto;
|
|
11
10
|
height: 100%;
|
|
12
11
|
}
|
|
13
12
|
|
|
@@ -17,7 +16,7 @@
|
|
|
17
16
|
max-width: 348px;
|
|
18
17
|
min-width: 348px;
|
|
19
18
|
position: sticky;
|
|
20
|
-
top:
|
|
19
|
+
top: 80px;
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
.reviewSkillsContainer {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.28.
|
|
3
|
+
"version": "10.28.7-alpha.2+4c0c3cb28",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"last 2 versions",
|
|
158
158
|
"IE 11"
|
|
159
159
|
],
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "4c0c3cb28da91db525c993cb92bbbc78d3e35870"
|
|
161
161
|
}
|