@coorpacademy/components 11.14.3 → 11.14.4
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.
|
@@ -31,8 +31,9 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.courseWrapper {
|
|
34
|
-
display:
|
|
34
|
+
display: flex;
|
|
35
35
|
vertical-align: top;
|
|
36
|
+
flex-direction: column;
|
|
36
37
|
padding-left: 30px;
|
|
37
38
|
}
|
|
38
39
|
|
|
@@ -69,13 +70,12 @@
|
|
|
69
70
|
}
|
|
70
71
|
|
|
71
72
|
.lastUpdatedWrapperShort {
|
|
72
|
-
|
|
73
|
-
align-items: flex-end;
|
|
73
|
+
margin-top: auto;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.lastUpdatedWrapper {
|
|
77
77
|
display: flex;
|
|
78
|
-
|
|
78
|
+
padding-top: 6px;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.lastUpdatedText {
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
font-size: 14px;
|
|
101
101
|
transition: all time ease-in-out;
|
|
102
102
|
cursor: pointer;
|
|
103
|
-
order: 1;
|
|
104
103
|
font-family: Gilroy;
|
|
105
104
|
font-weight: bold;
|
|
106
105
|
text-align: left;
|
|
107
106
|
color: brand;
|
|
107
|
+
padding-top: 2px;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.showMore:hover {
|
|
@@ -31,8 +31,9 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.courseWrapper {
|
|
34
|
-
display:
|
|
34
|
+
display: flex;
|
|
35
35
|
vertical-align: top;
|
|
36
|
+
flex-direction: column;
|
|
36
37
|
padding-left: 30px;
|
|
37
38
|
}
|
|
38
39
|
|
|
@@ -69,13 +70,12 @@
|
|
|
69
70
|
}
|
|
70
71
|
|
|
71
72
|
.lastUpdatedWrapperShort {
|
|
72
|
-
|
|
73
|
-
align-items: flex-end;
|
|
73
|
+
margin-top: auto;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.lastUpdatedWrapper {
|
|
77
77
|
display: flex;
|
|
78
|
-
|
|
78
|
+
padding-top: 6px;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.lastUpdatedText {
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
font-size: 14px;
|
|
101
101
|
transition: all time ease-in-out;
|
|
102
102
|
cursor: pointer;
|
|
103
|
-
order: 1;
|
|
104
103
|
font-family: Gilroy;
|
|
105
104
|
font-weight: bold;
|
|
106
105
|
text-align: left;
|
|
107
106
|
color: brand;
|
|
107
|
+
padding-top: 2px;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.showMore:hover {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.14.
|
|
3
|
+
"version": "11.14.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -166,5 +166,5 @@
|
|
|
166
166
|
"last 2 versions",
|
|
167
167
|
"IE 11"
|
|
168
168
|
],
|
|
169
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "24387437a4745a82310ac099c9032bc44872897b"
|
|
170
170
|
}
|