ros.grant.common 2.0.1550 → 2.0.1552
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.
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
flex-direction: row;
|
|
26
26
|
align-items: center;
|
|
27
27
|
justify-content: flex-start;
|
|
28
|
-
min-width:
|
|
28
|
+
min-width: 531px;
|
|
29
29
|
max-width: 531px;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
|
|
79
79
|
&__item {
|
|
80
80
|
display: flex;
|
|
81
|
-
align-self:
|
|
81
|
+
align-self: stretch;
|
|
82
82
|
|
|
83
83
|
@media screen and (max-width: 991px) {
|
|
84
84
|
flex-wrap: wrap;
|
|
@@ -96,17 +96,12 @@
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&_name {
|
|
99
|
-
min-width: 531px;
|
|
100
99
|
max-width: max-content;
|
|
101
100
|
display: flex;
|
|
102
101
|
justify-content: center;
|
|
103
102
|
align-items: flex-start;
|
|
104
103
|
flex-direction: column;
|
|
105
104
|
|
|
106
|
-
@media (max-width: 991px) {
|
|
107
|
-
min-width: auto;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
105
|
h4 {
|
|
111
106
|
font-family: 'PT Sans Caption';
|
|
112
107
|
font-style: normal;
|
|
@@ -170,39 +165,42 @@
|
|
|
170
165
|
padding-right: 12px;
|
|
171
166
|
display: flex;
|
|
172
167
|
flex-direction: column;
|
|
173
|
-
width: 50%;
|
|
174
|
-
|
|
175
|
-
&:nth-child(n+3) {
|
|
176
|
-
margin-top: 24px;
|
|
177
|
-
}
|
|
168
|
+
width: 50%;
|
|
178
169
|
|
|
179
|
-
@media screen and (min-width:
|
|
170
|
+
@media screen and (min-width: 992px) {
|
|
180
171
|
padding-left: 12px;
|
|
181
172
|
border-left: 1px solid var(--Stroke);
|
|
182
173
|
width: auto;
|
|
183
|
-
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@media screen and (max-width: 991px) {
|
|
184
177
|
&:nth-child(n+3) {
|
|
185
|
-
margin-top:
|
|
178
|
+
margin-top: 12px;
|
|
186
179
|
}
|
|
187
|
-
}
|
|
188
180
|
|
|
189
|
-
|
|
190
|
-
|
|
181
|
+
&:nth-child(even) {
|
|
182
|
+
border-left: 1px solid var(--Stroke);
|
|
183
|
+
padding-left: 12px;
|
|
184
|
+
}
|
|
191
185
|
}
|
|
192
186
|
|
|
193
187
|
&.status-wrap {
|
|
194
|
-
|
|
188
|
+
width: 218px;
|
|
189
|
+
|
|
190
|
+
@media (max-width: 1199px) {
|
|
191
|
+
width: 148px;
|
|
192
|
+
}
|
|
195
193
|
|
|
196
194
|
@media (max-width: 991px) {
|
|
197
|
-
|
|
195
|
+
width: 50%;
|
|
198
196
|
}
|
|
199
197
|
}
|
|
200
198
|
|
|
201
199
|
&.direction-wrap {
|
|
202
|
-
|
|
200
|
+
width: 275px;
|
|
203
201
|
|
|
204
202
|
@media (max-width: 991px) {
|
|
205
|
-
|
|
203
|
+
width: 50%;
|
|
206
204
|
}
|
|
207
205
|
}
|
|
208
206
|
|
|
@@ -228,7 +226,6 @@
|
|
|
228
226
|
.label {
|
|
229
227
|
font-size: 12px;
|
|
230
228
|
line-height: 16px;
|
|
231
|
-
margin-right: 5px;
|
|
232
229
|
color: var(--Secondary);
|
|
233
230
|
display: block;
|
|
234
231
|
white-space: nowrap;
|
package/package.json
CHANGED