@coorpacademy/components 10.30.11 → 10.30.12-alpha.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.
- package/es/template/activity/engine-stars.css +4 -5
- package/es/template/activity/stars-summary.css +3 -12
- package/es/template/activity/style.css +4 -1
- package/lib/template/activity/engine-stars.css +4 -5
- package/lib/template/activity/stars-summary.css +3 -12
- package/lib/template/activity/style.css +4 -1
- package/package.json +2 -2
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
@media tablet, mobile {
|
|
212
212
|
.engineStars {
|
|
213
213
|
width: auto;
|
|
214
|
-
height:
|
|
214
|
+
height: 145px;
|
|
215
215
|
flex: 1 2;
|
|
216
|
-
justify-content: flex-
|
|
216
|
+
justify-content: flex-start;
|
|
217
217
|
padding-bottom: 8px;
|
|
218
218
|
overflow: none;
|
|
219
219
|
top: 0;
|
|
@@ -223,8 +223,8 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.engineIcon {
|
|
226
|
-
width:
|
|
227
|
-
height:
|
|
226
|
+
width: 50px;
|
|
227
|
+
height: 48px;
|
|
228
228
|
right: 5px;
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -235,7 +235,6 @@
|
|
|
235
235
|
align-items: flex-end;
|
|
236
236
|
align-content: flex-end;
|
|
237
237
|
padding: 0;
|
|
238
|
-
margin: 0;
|
|
239
238
|
box-sizing: border-box;
|
|
240
239
|
}
|
|
241
240
|
|
|
@@ -34,9 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.myStarsWrapper {
|
|
37
|
-
display: inline-block;
|
|
38
37
|
max-width: 690px;
|
|
39
|
-
float: right;
|
|
40
38
|
}
|
|
41
39
|
|
|
42
40
|
.footerSummaryStars{
|
|
@@ -145,7 +143,8 @@
|
|
|
145
143
|
@media tablet, mobile {
|
|
146
144
|
.myStars,
|
|
147
145
|
.allStars,
|
|
148
|
-
.totalStars
|
|
146
|
+
.totalStars,
|
|
147
|
+
.myStarsWrapper {
|
|
149
148
|
width: 100%;
|
|
150
149
|
}
|
|
151
150
|
|
|
@@ -170,15 +169,7 @@
|
|
|
170
169
|
overflow: hidden;
|
|
171
170
|
overflow-x: auto;
|
|
172
171
|
}
|
|
173
|
-
|
|
174
|
-
.navigationLeft {
|
|
175
|
-
display: none;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.navigationRight {
|
|
179
|
-
display: none;
|
|
180
|
-
}
|
|
181
|
-
|
|
172
|
+
|
|
182
173
|
.iconHeader {
|
|
183
174
|
width: 13px;
|
|
184
175
|
height: 13px;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.recommendationWrapper {
|
|
126
|
-
|
|
126
|
+
margin: 24px 40px 24px 24px;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.wrapperCta {
|
|
@@ -142,6 +142,9 @@
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.select {
|
|
145
|
+
margin-left: 24px;
|
|
146
|
+
margin-right: 40px;
|
|
147
|
+
margin-top: 30px;
|
|
145
148
|
padding-bottom: 0;
|
|
146
149
|
}
|
|
147
150
|
|
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
@media tablet, mobile {
|
|
212
212
|
.engineStars {
|
|
213
213
|
width: auto;
|
|
214
|
-
height:
|
|
214
|
+
height: 145px;
|
|
215
215
|
flex: 1 2;
|
|
216
|
-
justify-content: flex-
|
|
216
|
+
justify-content: flex-start;
|
|
217
217
|
padding-bottom: 8px;
|
|
218
218
|
overflow: none;
|
|
219
219
|
top: 0;
|
|
@@ -223,8 +223,8 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.engineIcon {
|
|
226
|
-
width:
|
|
227
|
-
height:
|
|
226
|
+
width: 50px;
|
|
227
|
+
height: 48px;
|
|
228
228
|
right: 5px;
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -235,7 +235,6 @@
|
|
|
235
235
|
align-items: flex-end;
|
|
236
236
|
align-content: flex-end;
|
|
237
237
|
padding: 0;
|
|
238
|
-
margin: 0;
|
|
239
238
|
box-sizing: border-box;
|
|
240
239
|
}
|
|
241
240
|
|
|
@@ -34,9 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.myStarsWrapper {
|
|
37
|
-
display: inline-block;
|
|
38
37
|
max-width: 690px;
|
|
39
|
-
float: right;
|
|
40
38
|
}
|
|
41
39
|
|
|
42
40
|
.footerSummaryStars{
|
|
@@ -145,7 +143,8 @@
|
|
|
145
143
|
@media tablet, mobile {
|
|
146
144
|
.myStars,
|
|
147
145
|
.allStars,
|
|
148
|
-
.totalStars
|
|
146
|
+
.totalStars,
|
|
147
|
+
.myStarsWrapper {
|
|
149
148
|
width: 100%;
|
|
150
149
|
}
|
|
151
150
|
|
|
@@ -170,15 +169,7 @@
|
|
|
170
169
|
overflow: hidden;
|
|
171
170
|
overflow-x: auto;
|
|
172
171
|
}
|
|
173
|
-
|
|
174
|
-
.navigationLeft {
|
|
175
|
-
display: none;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.navigationRight {
|
|
179
|
-
display: none;
|
|
180
|
-
}
|
|
181
|
-
|
|
172
|
+
|
|
182
173
|
.iconHeader {
|
|
183
174
|
width: 13px;
|
|
184
175
|
height: 13px;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.recommendationWrapper {
|
|
126
|
-
|
|
126
|
+
margin: 24px 40px 24px 24px;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.wrapperCta {
|
|
@@ -142,6 +142,9 @@
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.select {
|
|
145
|
+
margin-left: 24px;
|
|
146
|
+
margin-right: 40px;
|
|
147
|
+
margin-top: 30px;
|
|
145
148
|
padding-bottom: 0;
|
|
146
149
|
}
|
|
147
150
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.30.
|
|
3
|
+
"version": "10.30.12-alpha.3+47e583b42",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -158,5 +158,5 @@
|
|
|
158
158
|
"last 2 versions",
|
|
159
159
|
"IE 11"
|
|
160
160
|
],
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "47e583b42c0a20c6cf5e82fef007189cf92cbae0"
|
|
162
162
|
}
|