ros.grant.common 2.0.1264 → 2.0.1267
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.
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
@media screen and (max-width: 991px) {
|
|
77
77
|
flex-wrap: wrap;
|
|
78
|
+
width: 100%;
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
&:first-child {
|
|
@@ -88,24 +89,21 @@
|
|
|
88
89
|
&_name {
|
|
89
90
|
max-width: 531px;
|
|
90
91
|
margin-bottom: 10px;
|
|
91
|
-
padding-right: 50px;
|
|
92
92
|
display: flex;
|
|
93
93
|
justify-content: center;
|
|
94
94
|
align-items: flex-start;
|
|
95
95
|
flex-direction: column;
|
|
96
96
|
|
|
97
|
-
@media screen and (min-width: 991px) {
|
|
98
|
-
padding-right: 0;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
97
|
.tooltip {
|
|
102
98
|
margin-bottom: 5px;
|
|
103
99
|
}
|
|
104
100
|
|
|
105
101
|
h4 {
|
|
102
|
+
font-family: 'PT Sans Caption';
|
|
103
|
+
font-style: normal;
|
|
106
104
|
font-weight: 700;
|
|
107
|
-
font-size:
|
|
108
|
-
line-height:
|
|
105
|
+
font-size: 18px;
|
|
106
|
+
line-height: 24px;
|
|
109
107
|
margin-bottom: 5px;
|
|
110
108
|
display: -webkit-box;
|
|
111
109
|
-webkit-line-clamp: 1;
|
|
@@ -138,7 +136,11 @@
|
|
|
138
136
|
overflow: hidden;
|
|
139
137
|
text-overflow: ellipsis;
|
|
140
138
|
margin-top: 2px;
|
|
141
|
-
font-
|
|
139
|
+
font-family: 'PT Sans';
|
|
140
|
+
font-style: normal;
|
|
141
|
+
font-weight: 400;
|
|
142
|
+
font-size: 14px;
|
|
143
|
+
line-height: 16px !important;
|
|
142
144
|
|
|
143
145
|
&.red {
|
|
144
146
|
color: var(--Red);
|
|
@@ -177,12 +179,6 @@
|
|
|
177
179
|
border-right: none;
|
|
178
180
|
}
|
|
179
181
|
|
|
180
|
-
&:last-child {
|
|
181
|
-
border: none;
|
|
182
|
-
margin-right: 0;
|
|
183
|
-
padding-right: 0;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
182
|
&.nowrap {
|
|
187
183
|
p {
|
|
188
184
|
white-space: nowrap;
|
|
@@ -193,18 +189,12 @@
|
|
|
193
189
|
&.line-clamp {
|
|
194
190
|
|
|
195
191
|
p {
|
|
196
|
-
|
|
192
|
+
display: -webkit-box;
|
|
193
|
+
-webkit-line-clamp: 2;
|
|
194
|
+
-webkit-box-orient: vertical;
|
|
197
195
|
overflow: hidden;
|
|
198
196
|
text-overflow: ellipsis;
|
|
199
|
-
|
|
200
|
-
@media screen and (min-width: 991px) {
|
|
201
|
-
display: -webkit-box;
|
|
202
|
-
-webkit-line-clamp: 2;
|
|
203
|
-
-webkit-box-orient: vertical;
|
|
204
|
-
overflow: hidden;
|
|
205
|
-
text-overflow: ellipsis;
|
|
206
|
-
max-width: 300px;
|
|
207
|
-
}
|
|
197
|
+
max-width: 300px;
|
|
208
198
|
}
|
|
209
199
|
}
|
|
210
200
|
|
|
@@ -241,6 +231,11 @@
|
|
|
241
231
|
margin: 0;
|
|
242
232
|
font-size: 14px;
|
|
243
233
|
word-break: inherit;
|
|
234
|
+
font-family: 'PT Sans';
|
|
235
|
+
font-style: normal;
|
|
236
|
+
font-weight: 400;
|
|
237
|
+
font-size: 14px;
|
|
238
|
+
line-height: 16px !important;
|
|
244
239
|
|
|
245
240
|
&.bold {
|
|
246
241
|
font-weight: bold;
|
|
@@ -261,6 +256,11 @@
|
|
|
261
256
|
font-weight: bold;
|
|
262
257
|
}
|
|
263
258
|
}
|
|
259
|
+
|
|
260
|
+
a {
|
|
261
|
+
font-size: 14px;
|
|
262
|
+
line-height: 16px;
|
|
263
|
+
}
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
&-info {
|
package/package.json
CHANGED