ros.grant.common 2.0.1200 → 2.0.1203
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;
|
|
@@ -462,6 +462,30 @@
|
|
|
462
462
|
.file-input__valid {
|
|
463
463
|
border: 1px dashed var(--Green);
|
|
464
464
|
}
|
|
465
|
+
|
|
466
|
+
.angular-editor {
|
|
467
|
+
.angular-editor-textarea {
|
|
468
|
+
padding: 12px 16px !important;
|
|
469
|
+
|
|
470
|
+
ul {
|
|
471
|
+
list-style-type: disc !important;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
ol {
|
|
475
|
+
list-style-type: decimal !important;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
a {
|
|
479
|
+
color: -webkit-link !important;
|
|
480
|
+
cursor: pointer !important;
|
|
481
|
+
text-decoration: underline !important;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.angular-editor-placeholder {
|
|
486
|
+
padding: 12px 16px !important;
|
|
487
|
+
}
|
|
488
|
+
}
|
|
465
489
|
}
|
|
466
490
|
|
|
467
491
|
.web-link-input {
|
|
@@ -546,16 +570,11 @@ input.ng-invalid.ng-touched {
|
|
|
546
570
|
.label-with {
|
|
547
571
|
&-checkbox {
|
|
548
572
|
display: flex;
|
|
549
|
-
align-items: center;
|
|
550
573
|
flex-wrap: wrap;
|
|
551
574
|
|
|
552
575
|
label {
|
|
553
576
|
margin-right: 16px;
|
|
554
577
|
}
|
|
555
|
-
|
|
556
|
-
.label-with-tooltip {
|
|
557
|
-
margin: 0 !important;
|
|
558
|
-
}
|
|
559
578
|
}
|
|
560
579
|
|
|
561
580
|
&-switch {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.1203",
|
|
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",
|