ros.grant.common 2.0.1067 → 2.0.1071

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.
@@ -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%;
@@ -39,38 +39,31 @@
39
39
  top: 40px;
40
40
  z-index: 100;
41
41
  background: #fff;
42
- box-shadow: 0px 4px 10px rgba(57, 52, 66, 0.15);
43
- border-radius: 4px;
42
+ box-shadow: var(--secondary_shadow);
43
+ border-radius: 8px;
44
44
  display: block !important;
45
- width: 215px;
45
+ width: 250px;
46
46
  visibility: hidden;
47
47
  opacity: 0;
48
+ overflow: hidden;
48
49
  transition: visibility 0.1s linear, opacity 0.1s linear;
49
50
 
50
51
  &__item {
51
52
 
52
53
  .nav-menu-text-link {
53
- padding: 15px 17px;
54
+ padding: 9px 17px;
54
55
  display: flex;
55
56
  align-items: center;
57
+ justify-content: center;
56
58
  color: var(--Main1);
57
- font-size: 14px;
58
- line-height: 20px;
59
+ font-size: 19px;
60
+ line-height: 120%;
59
61
  transition: 0.2s;
60
- border-bottom: 1px solid var(--Stroke);
61
-
62
- &:hover {
63
- background: var(--Bg2);
64
- color: var(--Subsidiary);
65
- text-decoration: none;
66
- }
67
62
  }
68
63
 
69
- &:last-child {
70
- .nav-menu-text-link {
71
- border-bottom: none;
72
- }
73
- }
64
+ &:hover {
65
+ background-color: var(--Bg2);
66
+ }
74
67
  }
75
68
  }
76
69
 
@@ -434,6 +434,7 @@
434
434
  font-size: 14px;
435
435
  line-height: 140%;
436
436
  color: var(--Main1);
437
+ word-break: break-word;
437
438
  }
438
439
  }
439
440
  }
@@ -491,14 +492,15 @@
491
492
 
492
493
  .accent-link {
493
494
  line-height: 1.4;
495
+
494
496
  a {
495
497
  color: var(--Main2);
496
498
  text-decoration: none;
497
499
  }
498
500
  }
499
501
 
500
- a{
501
- &:hover{
502
+ a {
503
+ &:hover {
502
504
  text-decoration: underline;
503
505
  }
504
506
  }
@@ -532,37 +534,37 @@
532
534
  overflow-x: auto;
533
535
  }
534
536
 
535
- &-primary{
537
+ &-primary {
536
538
  box-shadow: none;
537
539
 
538
- .widget__header{
540
+ .widget__header {
539
541
  padding: 16px 0;
540
542
 
541
- .trigger{
543
+ .trigger {
542
544
  justify-content: start;
543
545
  color: var(--Main2);
544
546
 
545
- h6{
547
+ h6 {
546
548
  font-size: 16px;
547
549
  }
548
550
 
549
- .arrow{
550
- span{
551
+ .arrow {
552
+ span {
551
553
  display: none;
552
554
  }
553
555
 
554
- svg{
556
+ svg {
555
557
  margin-left: 8px;
556
-
558
+
557
559
  path {
558
560
  stroke: var(--Main2);
559
561
  }
560
562
  }
561
- }
563
+ }
562
564
  }
563
565
  }
564
566
 
565
- .widget__content{
567
+ .widget__content {
566
568
  border-top: none;
567
569
  padding: 8px 0;
568
570
  }
@@ -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;
@@ -89,6 +89,10 @@
89
89
  background: #f2eac2; // должно быть var(--Bg2), изменено по просьбе заказчика
90
90
  }
91
91
 
92
+ .page-container .page-content .page-header .navbar .user .auth-nav-menu__item:hover{
93
+ background: #f2eac2; // должно быть var(--Bg2), изменено по просьбе заказчика
94
+ }
95
+
92
96
  .btn {
93
97
  &.fpg {
94
98
  border: 1px solid #b4b2aa !important;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1067",
2
+ "version": "2.0.1071",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",