ros.grant.common 2.0.1303 → 2.0.1306
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.
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
&-bottom {
|
|
313
313
|
display: flex;
|
|
314
314
|
align-items: center;
|
|
315
|
-
justify-content:
|
|
315
|
+
justify-content: flex-end;
|
|
316
316
|
position: relative;
|
|
317
317
|
|
|
318
318
|
.header-minfin-nav__phone {
|
|
@@ -474,6 +474,7 @@
|
|
|
474
474
|
.btn.btn-outline {
|
|
475
475
|
color: #fff;
|
|
476
476
|
border-color: #fff;
|
|
477
|
+
border-radius: 16px;
|
|
477
478
|
|
|
478
479
|
&:hover {
|
|
479
480
|
color: #fff;
|
|
@@ -510,6 +511,21 @@
|
|
|
510
511
|
background: #fff;
|
|
511
512
|
}
|
|
512
513
|
}
|
|
514
|
+
|
|
515
|
+
&_additional {
|
|
516
|
+
margin-left: 32px;
|
|
517
|
+
position: relative;
|
|
518
|
+
|
|
519
|
+
&:before {
|
|
520
|
+
content: '';
|
|
521
|
+
position: absolute;
|
|
522
|
+
left: -24px;
|
|
523
|
+
top: 0;
|
|
524
|
+
width: 1px;
|
|
525
|
+
height: 100%;
|
|
526
|
+
background: #BFC5CC;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
513
529
|
}
|
|
514
530
|
|
|
515
531
|
// header-minfin-nav__phone
|
|
@@ -188,6 +188,19 @@
|
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
+
|
|
192
|
+
&__error-block {
|
|
193
|
+
display: flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
padding: 10px 16px;
|
|
196
|
+
background-color: var(--Warning);
|
|
197
|
+
border-radius: 4px;
|
|
198
|
+
white-space: nowrap;
|
|
199
|
+
|
|
200
|
+
svg {
|
|
201
|
+
margin-right: 10px;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
191
204
|
}
|
|
192
205
|
|
|
193
206
|
&-body {
|
package/package.json
CHANGED