ros.grant.common 2.0.1145 → 2.0.1148

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.
@@ -80,18 +80,17 @@ hr {
80
80
  height: 1px;
81
81
  }
82
82
 
83
- h1,
84
- h2,
85
- h3,
86
- h4,
87
- h5,
88
- h6 {
89
- margin: 0;
90
- padding: 0;
91
- font-family: 'PT Sans Caption', sans-serif;
92
- }
93
-
94
83
  .page-wrapper {
84
+ h1,
85
+ h2,
86
+ h3,
87
+ h4,
88
+ h5,
89
+ h6 {
90
+ margin: 0;
91
+ padding: 0;
92
+ font-family: 'PT Sans Caption', sans-serif;
93
+ }
95
94
  &:not(.mvc-service.pgrants) {
96
95
  h1 {
97
96
  font-weight: bold;
@@ -13,18 +13,13 @@
13
13
  }
14
14
 
15
15
  .user-mini-avatar {
16
- width: 45px;
17
- height: 45px;
16
+ width: 100%;
17
+ height: 100%;
18
18
  border-radius: 50%;
19
19
 
20
20
  &:hover {
21
21
  opacity: 0.7;
22
22
  }
23
-
24
- @media (max-width: 659px) {
25
- width: 36px;
26
- height: 36px;
27
- }
28
23
  }
29
24
 
30
25
  .auth-nav-menu {
@@ -51,15 +51,11 @@
51
51
  right: 0;
52
52
  top: 50%;
53
53
  transform: translateY(-50%);
54
- width: 47px;
55
- height: 47px;
56
- line-height: 42px;
54
+ width: 38px;
55
+ height: 38px;
57
56
 
58
57
  @media (max-width: 659px) {
59
58
  top: 0;
60
- width: 38px;
61
- height: 38px;
62
- line-height: 35px;
63
59
  left: 0;
64
60
  transform: none;
65
61
  }
@@ -76,8 +76,44 @@
76
76
  }
77
77
 
78
78
  span {
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ text-align: center;
83
+ font-size: 12px;
84
+ line-height: 100%;
85
+ color: var(--Main1);
86
+ padding-top: 6px;
87
+ padding-bottom: 6px;
88
+ min-height: 32px;
89
+ height: 100%;
90
+ width: 100%;
91
+ position: relative;
92
+ transform: translateX(2.5px);
93
+
94
+ @media (max-width: 768px) {
95
+ transform: translateX(0);
96
+ }
97
+
79
98
  &:after {
99
+ content: '';
100
+ position: absolute;
80
101
  bottom: -5px;
102
+ left: -10px;
103
+ width: 100vw;
104
+ height: 1px;
105
+ background: var(--Stroke);
106
+
107
+ @media (max-width: 768px) {
108
+ display: none;
109
+ }
110
+ }
111
+
112
+ &.active {
113
+ background: #fff;
114
+ box-shadow: 0px 2px 10px rgba(58, 58, 58, 0.15);
115
+ border-radius: 4px;
116
+ font-weight: bold;
81
117
  }
82
118
  }
83
119
  }
@@ -50,12 +50,4 @@
50
50
  .telerik-link {
51
51
  color: var(--Subsidiary);
52
52
  }
53
-
54
- .footer-wrapper {
55
- .footer__copyright-text {
56
- color: #fff;
57
- font-size: 16px;
58
- opacity: 1;
59
- }
60
- }
61
53
  }
@@ -50,15 +50,4 @@
50
50
  .telerik-link {
51
51
  color: var(--Subsidiary);
52
52
  }
53
-
54
- .footer-wrapper {
55
- .footer {
56
- background: #073B45;
57
- }
58
- .footer__copyright-text {
59
- color: #fff;
60
- font-size: 16px;
61
- opacity: 1;
62
- }
63
- }
64
53
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1145",
2
+ "version": "2.0.1148",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",