ros.grant.common 2.0.1200 → 2.0.1201
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.
|
@@ -174,56 +174,58 @@ header.award-headerV2 {
|
|
|
174
174
|
align-items: center;
|
|
175
175
|
|
|
176
176
|
.login-user__wrapper {
|
|
177
|
-
|
|
177
|
+
display: flex;
|
|
178
178
|
|
|
179
179
|
.header__top-expert {
|
|
180
180
|
width: auto;
|
|
181
|
-
padding: 0 50px 0 0;
|
|
182
181
|
position: relative;
|
|
183
182
|
text-align: right;
|
|
184
|
-
max-width:
|
|
183
|
+
max-width: 300px;
|
|
184
|
+
padding: 0 60px 0 0;
|
|
185
|
+
display: inline-block;
|
|
185
186
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
display: block !important;
|
|
187
|
+
@media screen and (max-width: 576px) {
|
|
188
|
+
max-width: 180px;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
&-title,
|
|
192
|
+
&-email {
|
|
193
|
+
display: block !important;
|
|
192
194
|
|
|
193
|
-
|
|
195
|
+
@media screen and (max-width: 576px) {
|
|
194
196
|
overflow: hidden;
|
|
195
197
|
white-space: nowrap;
|
|
196
198
|
text-overflow: ellipsis;
|
|
197
|
-
|
|
199
|
+
|
|
198
200
|
}
|
|
201
|
+
}
|
|
199
202
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
&-title{
|
|
204
|
+
font-size: 12px;
|
|
205
|
+
line-height: 1;
|
|
206
|
+
|
|
207
|
+
@media screen and (max-width: 576px) {
|
|
208
|
+
font-size: 10px;
|
|
205
209
|
}
|
|
206
210
|
}
|
|
207
211
|
|
|
208
|
-
|
|
209
|
-
|
|
212
|
+
&-email{
|
|
213
|
+
font-size: 16px;
|
|
214
|
+
line-height: initial;
|
|
215
|
+
|
|
216
|
+
@media screen and (max-width: 576px) {
|
|
217
|
+
font-size: 14px;
|
|
218
|
+
}
|
|
210
219
|
}
|
|
211
220
|
|
|
212
221
|
.header__top-expert-icon.btn-icon {
|
|
213
|
-
|
|
214
|
-
height: 47px;
|
|
215
|
-
max-width: initial;
|
|
216
|
-
max-height: initial;
|
|
217
|
-
transform: translateY(-50%);
|
|
222
|
+
position: absolute;
|
|
218
223
|
right: 0;
|
|
219
|
-
left: initial;
|
|
220
224
|
top: 50%;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
border: 1px solid #000;
|
|
226
|
-
overflow: hidden;
|
|
225
|
+
transform: translateY(-50%);
|
|
226
|
+
width: 47px;
|
|
227
|
+
height: 47px;
|
|
228
|
+
line-height: 42px;
|
|
227
229
|
|
|
228
230
|
svg {
|
|
229
231
|
max-width: 39px !important;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.1201",
|
|
3
3
|
"name": "ros.grant.common",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"pickmeup": "^3.2.1",
|
|
52
52
|
"rimraf": "^3.0.2",
|
|
53
53
|
"ros.grant.telerik": "1.0.22",
|
|
54
|
-
"ros.grant.webshared": "2.0.
|
|
54
|
+
"ros.grant.webshared": "2.0.413",
|
|
55
55
|
"rxjs": "^6.5.4",
|
|
56
56
|
"slick-carousel": "^1.8.1",
|
|
57
57
|
"sticky-sidebar": "^3.3.1",
|