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.
@@ -105,6 +105,10 @@
105
105
  min-width: 340px;
106
106
  max-width: 340px;
107
107
 
108
+ @media (max-width: 1200px) {
109
+ max-width: 100%;
110
+ }
111
+
108
112
  // footer-info-socials
109
113
  &-socials {
110
114
  display: flex;
@@ -312,7 +312,7 @@
312
312
  &-bottom {
313
313
  display: flex;
314
314
  align-items: center;
315
- justify-content: space-between;
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 {
@@ -5,7 +5,7 @@
5
5
  font-size: 14px;
6
6
  line-height: 20px;
7
7
  border-radius: 4px;
8
- padding: 15px 16px 15px 52px;
8
+ padding: 13px 16px 13px 52px;
9
9
  }
10
10
  }
11
11
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1303",
2
+ "version": "2.0.1306",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {