@coorpacademy/components 11.17.1-alpha.1 → 11.17.1-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.
@@ -26,18 +26,20 @@
26
26
  display: flex;
27
27
  align-items: center;
28
28
  flex: 3;
29
+ height: 100%;
29
30
  }
30
31
 
31
32
  .linkImage {
32
33
  height: 100%;
33
34
  display: flex;
34
35
  flex: 3;
36
+ height: 100%;
35
37
  align-items: center;
36
38
  }
37
39
 
38
40
  .image img {
39
41
  width: 100%;
40
- height: auto;
42
+ height: 100%;
41
43
  }
42
44
 
43
45
  .infos {
@@ -50,6 +52,7 @@
50
52
  justify-content: space-around;
51
53
  min-width: 0;
52
54
  flex: 4;
55
+ height: 100%;
53
56
  display: flex;
54
57
  }
55
58
 
@@ -112,6 +115,7 @@
112
115
 
113
116
  .image {
114
117
  flex: 3;
118
+ height: 100%;
115
119
  }
116
120
 
117
121
  .infos {
@@ -119,6 +123,7 @@
119
123
  position: relative;
120
124
  justify-content: flex-start;
121
125
  flex: 4;
126
+ height: 100%;
122
127
  display: flex;
123
128
  }
124
129
 
@@ -150,6 +155,7 @@
150
155
 
151
156
  .image {
152
157
  flex: 3;
158
+ height: 100%;
153
159
  height: 100px;
154
160
  }
155
161
 
@@ -157,6 +163,7 @@
157
163
  padding: 15px;
158
164
  justify-content: center;
159
165
  flex: 4;
166
+ height: 100%;
160
167
  display: flex;
161
168
  }
162
169
 
@@ -26,18 +26,20 @@
26
26
  display: flex;
27
27
  align-items: center;
28
28
  flex: 3;
29
+ height: 100%;
29
30
  }
30
31
 
31
32
  .linkImage {
32
33
  height: 100%;
33
34
  display: flex;
34
35
  flex: 3;
36
+ height: 100%;
35
37
  align-items: center;
36
38
  }
37
39
 
38
40
  .image img {
39
41
  width: 100%;
40
- height: auto;
42
+ height: 100%;
41
43
  }
42
44
 
43
45
  .infos {
@@ -50,6 +52,7 @@
50
52
  justify-content: space-around;
51
53
  min-width: 0;
52
54
  flex: 4;
55
+ height: 100%;
53
56
  display: flex;
54
57
  }
55
58
 
@@ -112,6 +115,7 @@
112
115
 
113
116
  .image {
114
117
  flex: 3;
118
+ height: 100%;
115
119
  }
116
120
 
117
121
  .infos {
@@ -119,6 +123,7 @@
119
123
  position: relative;
120
124
  justify-content: flex-start;
121
125
  flex: 4;
126
+ height: 100%;
122
127
  display: flex;
123
128
  }
124
129
 
@@ -150,6 +155,7 @@
150
155
 
151
156
  .image {
152
157
  flex: 3;
158
+ height: 100%;
153
159
  height: 100px;
154
160
  }
155
161
 
@@ -157,6 +163,7 @@
157
163
  padding: 15px;
158
164
  justify-content: center;
159
165
  flex: 4;
166
+ height: 100%;
160
167
  display: flex;
161
168
  }
162
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.17.1-alpha.1+6ad1dcaea",
3
+ "version": "11.17.1-alpha.2+4a1ae38b3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "6ad1dcaea639ffb3078f3ba720ad2521d6d3ece7"
171
+ "gitHead": "4a1ae38b347ade8b0f0d08542e4cf736a5168d64"
172
172
  }