@coorpacademy/components 11.17.0 → 11.17.1-alpha.0

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.
@@ -16,6 +16,7 @@
16
16
  border: 1px solid light;
17
17
  box-sizing: border-box;
18
18
  overflow: hidden;
19
+ display: flex;
19
20
  }
20
21
 
21
22
  .image {
@@ -24,11 +25,13 @@
24
25
  flex: 0 0 450px;
25
26
  display: flex;
26
27
  align-items: center;
28
+ flex: 1;
27
29
  }
28
30
 
29
31
  .linkImage {
30
32
  height: 100%;
31
33
  display: flex;
34
+ flex: 1;
32
35
  align-items: center;
33
36
  }
34
37
 
@@ -46,6 +49,8 @@
46
49
  flex-direction: column;
47
50
  justify-content: space-around;
48
51
  min-width: 0;
52
+ flex: 2;
53
+ display: flex;
49
54
  }
50
55
 
51
56
  .title {
@@ -102,16 +107,19 @@
102
107
  @media tablet {
103
108
  .news {
104
109
  height: 150px;
110
+ display: flex;
105
111
  }
106
112
 
107
113
  .image {
108
- flex: 0 0 250px;
114
+ flex: 1;
109
115
  }
110
116
 
111
117
  .infos {
112
118
  padding: 30px;
113
119
  position: relative;
114
120
  justify-content: flex-start;
121
+ flex: 2;
122
+ display: flex;
115
123
  }
116
124
 
117
125
  .author {
@@ -137,16 +145,19 @@
137
145
  cursor: pointer;
138
146
  height: 100px;
139
147
  border: 1px solid light;
148
+ display: flex;
140
149
  }
141
150
 
142
151
  .image {
143
- flex: 0 0 100px;
152
+ flex: 1;
144
153
  height: 100px;
145
154
  }
146
155
 
147
156
  .infos {
148
157
  padding: 15px;
149
158
  justify-content: center;
159
+ flex: 2;
160
+ display: flex;
150
161
  }
151
162
 
152
163
  .title {
@@ -16,6 +16,7 @@
16
16
  border: 1px solid light;
17
17
  box-sizing: border-box;
18
18
  overflow: hidden;
19
+ display: flex;
19
20
  }
20
21
 
21
22
  .image {
@@ -24,11 +25,13 @@
24
25
  flex: 0 0 450px;
25
26
  display: flex;
26
27
  align-items: center;
28
+ flex: 1;
27
29
  }
28
30
 
29
31
  .linkImage {
30
32
  height: 100%;
31
33
  display: flex;
34
+ flex: 1;
32
35
  align-items: center;
33
36
  }
34
37
 
@@ -46,6 +49,8 @@
46
49
  flex-direction: column;
47
50
  justify-content: space-around;
48
51
  min-width: 0;
52
+ flex: 2;
53
+ display: flex;
49
54
  }
50
55
 
51
56
  .title {
@@ -102,16 +107,19 @@
102
107
  @media tablet {
103
108
  .news {
104
109
  height: 150px;
110
+ display: flex;
105
111
  }
106
112
 
107
113
  .image {
108
- flex: 0 0 250px;
114
+ flex: 1;
109
115
  }
110
116
 
111
117
  .infos {
112
118
  padding: 30px;
113
119
  position: relative;
114
120
  justify-content: flex-start;
121
+ flex: 2;
122
+ display: flex;
115
123
  }
116
124
 
117
125
  .author {
@@ -137,16 +145,19 @@
137
145
  cursor: pointer;
138
146
  height: 100px;
139
147
  border: 1px solid light;
148
+ display: flex;
140
149
  }
141
150
 
142
151
  .image {
143
- flex: 0 0 100px;
152
+ flex: 1;
144
153
  height: 100px;
145
154
  }
146
155
 
147
156
  .infos {
148
157
  padding: 15px;
149
158
  justify-content: center;
159
+ flex: 2;
160
+ display: flex;
150
161
  }
151
162
 
152
163
  .title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.17.0",
3
+ "version": "11.17.1-alpha.0+4a28c88bd",
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": "214b24d8d46f0f26f123e600716e6ffbf7198ee0"
171
+ "gitHead": "4a28c88bd8e217abf3acee0c18f0ffc9d71989a2"
172
172
  }
@@ -1 +0,0 @@
1
- {"ignore_dirs":[]}