ros.grant.common 2.0.1069 → 2.0.1073

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.
@@ -14,7 +14,7 @@ $(document).ready(function () {
14
14
  const WIDGET_OPENED_TRIGGER_WORD = 'Свернуть';
15
15
  const REPORTS_MICROSERVICE_PATH = '/reports/';
16
16
  const REPORTS_MICROSERVICE_TIMEOUT_BEFORE_INIT_IN_MS = 3000;
17
- const ARROW_SVG = '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 14L12 10L16 14" stroke="#3A3A3A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>';
17
+ const ARROW_SVG = '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="#282828" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>';
18
18
 
19
19
  worker.init = function () {
20
20
  if (!window.location.href.includes(REPORTS_MICROSERVICE_PATH)) {
@@ -45,6 +45,9 @@ body {
45
45
  }
46
46
  }
47
47
 
48
+ ::placeholder{
49
+ color: var(--Secondary);
50
+ }
48
51
 
49
52
  img {
50
53
  max-width: 100%;
@@ -6,10 +6,6 @@
6
6
  z-index: 5;
7
7
  position: relative;
8
8
 
9
- @media (max-width: 768px) {
10
- background: #1A77A9;
11
- }
12
-
13
9
  // header-minfin-desctop
14
10
  &-desctop {
15
11
  display: block;
@@ -707,6 +707,8 @@ input.ng-invalid.ng-touched {
707
707
  font-size: 18px;
708
708
  line-height: 130%;
709
709
  color: var(--Main1);
710
+ margin-bottom: 16px;
711
+ font-family: 'PT Sans Caption', sans-serif;
710
712
  }
711
713
 
712
714
  .required-active {
@@ -4,6 +4,7 @@
4
4
  background: #fff;
5
5
  margin-bottom: 12px;
6
6
  font-size: 14px;
7
+ line-height: 20px;
7
8
 
8
9
  &.open {
9
10
  .widget__content {
@@ -49,12 +50,12 @@
49
50
  }
50
51
 
51
52
  &__header {
52
- padding: 8px 24px;
53
+ padding: 16px 24px;
53
54
  cursor: pointer;
54
55
  position: relative;
55
56
 
56
- @media screen and (max-width: 991px) {
57
- padding: 8px 10px;
57
+ @media screen and (max-width: 768px) {
58
+ padding: 16px;
58
59
  }
59
60
 
60
61
  .trigger {
@@ -78,7 +79,7 @@
78
79
  justify-content: center;
79
80
  font-weight: bold;
80
81
  font-size: 14px;
81
- line-height: 16px;
82
+ line-height: 20px;
82
83
  font-family: 'PT Sans Caption', sans-serif;
83
84
 
84
85
  svg {
@@ -132,7 +133,7 @@
132
133
  }
133
134
 
134
135
  &_item {
135
- padding: 10px 0px;
136
+ padding: 12px 0px;
136
137
  border-bottom: 1px solid var(--Stroke);
137
138
  display: flex;
138
139
  align-items: center;
@@ -160,15 +161,7 @@
160
161
  }
161
162
 
162
163
  &:nth-child(2n+2) {
163
- padding-left: 24px;
164
-
165
- @media screen and (max-width: 991px) {
166
- padding-left: 16px;
167
- }
168
-
169
- @media screen and (max-width: 768px) {
170
- padding-left: 10px;
171
- }
164
+ padding-left: 12px;
172
165
  }
173
166
 
174
167
  &:nth-child(1),
@@ -284,8 +277,8 @@
284
277
  }
285
278
 
286
279
  .contact {
287
- line-height: 1;
288
- font-size: 12px;
280
+ line-height: 20px;
281
+ font-size: 14px;
289
282
 
290
283
  .widget__content_item {
291
284
  padding: 16px 0;
@@ -334,7 +327,7 @@
334
327
  }
335
328
 
336
329
  &-phone {
337
- width: 190px;
330
+ width: 200px;
338
331
  }
339
332
 
340
333
  .gray {
@@ -434,6 +427,7 @@
434
427
  font-size: 14px;
435
428
  line-height: 140%;
436
429
  color: var(--Main1);
430
+ word-break: break-word;
437
431
  }
438
432
  }
439
433
  }
@@ -491,14 +485,15 @@
491
485
 
492
486
  .accent-link {
493
487
  line-height: 1.4;
488
+
494
489
  a {
495
490
  color: var(--Main2);
496
491
  text-decoration: none;
497
492
  }
498
493
  }
499
494
 
500
- a{
501
- &:hover{
495
+ a {
496
+ &:hover {
502
497
  text-decoration: underline;
503
498
  }
504
499
  }
@@ -532,37 +527,37 @@
532
527
  overflow-x: auto;
533
528
  }
534
529
 
535
- &-primary{
530
+ &-primary {
536
531
  box-shadow: none;
537
532
 
538
- .widget__header{
533
+ .widget__header {
539
534
  padding: 16px 0;
540
535
 
541
- .trigger{
536
+ .trigger {
542
537
  justify-content: start;
543
538
  color: var(--Main2);
544
539
 
545
- h6{
540
+ h6 {
546
541
  font-size: 16px;
547
542
  }
548
543
 
549
- .arrow{
550
- span{
544
+ .arrow {
545
+ span {
551
546
  display: none;
552
547
  }
553
548
 
554
- svg{
549
+ svg {
555
550
  margin-left: 8px;
556
-
551
+
557
552
  path {
558
553
  stroke: var(--Main2);
559
554
  }
560
555
  }
561
- }
556
+ }
562
557
  }
563
558
  }
564
559
 
565
- .widget__content{
560
+ .widget__content {
566
561
  border-top: none;
567
562
  padding: 8px 0;
568
563
  }
@@ -22,7 +22,7 @@
22
22
  --Main1: #2C2C2C; // - заголовки,текст,иконки,стрелки
23
23
  --Main2: #358FE2; // - активные кнопки,эффект наведения на чекбоксы и радиобатоны,обводка у второстепенных кнопок,наведение на иконки
24
24
  --Subsidiary: #2C659A; // - включенные элементы,текст и иконки на Bg 2,наведение на кнопки,наведение на иконки, цвет футера
25
- --Secondary: #9DA1AB; // - подписи инпутов, название неактивных кнопок
25
+ --Secondary: #585858; // - подписи инпутов, название неактивных кнопок
26
26
  --Bg1: #F4F4F4; // - цвет фона в дополнительных инпутах,цвет фона в блоках,цвет чередующихся строк в таблицах
27
27
  --Bg2: #F1F6F8; // - цвет фона в блоках,цвет шапки таблицы,цвет фона в мультисилектах,цвет фона строки при наведении
28
28
  --Stroke: #DAD5CE;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1069",
2
+ "version": "2.0.1073",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",