ros.grant.common 2.0.1271 → 2.0.1272
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.
|
@@ -5,11 +5,15 @@
|
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
7
|
flex-wrap: wrap;
|
|
8
|
-
padding:
|
|
9
|
-
padding-bottom: 0;
|
|
8
|
+
padding: 12px 0;
|
|
10
9
|
margin-bottom: 24px;
|
|
11
10
|
background: #fff;
|
|
12
11
|
|
|
12
|
+
h3,
|
|
13
|
+
p {
|
|
14
|
+
line-height: 16px;
|
|
15
|
+
}
|
|
16
|
+
|
|
13
17
|
&.sticky {
|
|
14
18
|
position: sticky;
|
|
15
19
|
top: 0;
|
|
@@ -71,40 +75,36 @@
|
|
|
71
75
|
|
|
72
76
|
&__item {
|
|
73
77
|
display: flex;
|
|
74
|
-
align-self:
|
|
78
|
+
align-self: center;
|
|
75
79
|
|
|
76
80
|
@media screen and (max-width: 991px) {
|
|
77
81
|
flex-wrap: wrap;
|
|
78
82
|
width: 100%;
|
|
83
|
+
|
|
84
|
+
&:not(:last-child) {
|
|
85
|
+
margin-bottom: 12px;
|
|
86
|
+
padding-bottom: 12px;
|
|
87
|
+
border-bottom: 1px solid var(--Stroke);
|
|
88
|
+
}
|
|
79
89
|
}
|
|
80
90
|
|
|
81
91
|
&:first-child {
|
|
82
92
|
flex-wrap: nowrap;
|
|
83
|
-
|
|
84
|
-
@media screen and (min-width: 991px) {
|
|
85
|
-
align-items: center;
|
|
86
|
-
}
|
|
87
93
|
}
|
|
88
94
|
|
|
89
95
|
&_name {
|
|
90
96
|
max-width: 531px;
|
|
91
|
-
margin-bottom: 10px;
|
|
92
97
|
display: flex;
|
|
93
98
|
justify-content: center;
|
|
94
99
|
align-items: flex-start;
|
|
95
100
|
flex-direction: column;
|
|
96
101
|
|
|
97
|
-
.tooltip {
|
|
98
|
-
margin-bottom: 5px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
102
|
h4 {
|
|
102
103
|
font-family: 'PT Sans Caption';
|
|
103
104
|
font-style: normal;
|
|
104
105
|
font-weight: 700;
|
|
105
106
|
font-size: 18px;
|
|
106
107
|
line-height: 24px;
|
|
107
|
-
margin-bottom: 5px;
|
|
108
108
|
display: -webkit-box;
|
|
109
109
|
-webkit-line-clamp: 1;
|
|
110
110
|
-webkit-box-orient: vertical;
|
|
@@ -135,12 +135,11 @@
|
|
|
135
135
|
-webkit-box-orient: vertical;
|
|
136
136
|
overflow: hidden;
|
|
137
137
|
text-overflow: ellipsis;
|
|
138
|
-
margin-top: 2px;
|
|
139
138
|
font-family: 'PT Sans';
|
|
140
139
|
font-style: normal;
|
|
141
140
|
font-weight: 400;
|
|
142
141
|
font-size: 14px;
|
|
143
|
-
line-height:
|
|
142
|
+
line-height: 20px;
|
|
144
143
|
|
|
145
144
|
&.red {
|
|
146
145
|
color: var(--Red);
|
|
@@ -157,9 +156,7 @@
|
|
|
157
156
|
}
|
|
158
157
|
|
|
159
158
|
&_block {
|
|
160
|
-
padding: 2px 0;
|
|
161
159
|
padding-right: 12px;
|
|
162
|
-
margin-bottom: 10px;
|
|
163
160
|
display: flex;
|
|
164
161
|
flex-direction: column;
|
|
165
162
|
width: 50%;
|
|
@@ -199,9 +196,8 @@
|
|
|
199
196
|
}
|
|
200
197
|
|
|
201
198
|
.label {
|
|
202
|
-
font-size:
|
|
203
|
-
line-height:
|
|
204
|
-
margin-bottom: 4px;
|
|
199
|
+
font-size: 12px;
|
|
200
|
+
line-height: 16px;
|
|
205
201
|
margin-right: 5px;
|
|
206
202
|
color: var(--Secondary);
|
|
207
203
|
display: block;
|
|
@@ -235,7 +231,6 @@
|
|
|
235
231
|
font-style: normal;
|
|
236
232
|
font-weight: 400;
|
|
237
233
|
font-size: 14px;
|
|
238
|
-
line-height: 16px !important;
|
|
239
234
|
|
|
240
235
|
&.bold {
|
|
241
236
|
font-weight: bold;
|
|
@@ -326,7 +321,6 @@
|
|
|
326
321
|
background-color: var(--Main2);
|
|
327
322
|
border-radius: 4px;
|
|
328
323
|
margin-right: 15px;
|
|
329
|
-
margin-bottom: 10px;
|
|
330
324
|
display: flex;
|
|
331
325
|
align-items: center;
|
|
332
326
|
justify-content: center;
|
|
@@ -338,9 +332,4 @@
|
|
|
338
332
|
}
|
|
339
333
|
}
|
|
340
334
|
}
|
|
341
|
-
|
|
342
|
-
h3,
|
|
343
|
-
p {
|
|
344
|
-
line-height: 1;
|
|
345
|
-
}
|
|
346
335
|
}
|
package/package.json
CHANGED