ros.grant.common 2.0.1562 → 2.0.1564

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.
@@ -28,12 +28,12 @@ header.award-headerV2 {
28
28
  padding: 2px 20px;
29
29
  }
30
30
 
31
- &-logo {
31
+ &__logo, &-logo {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  justify-content: center;
35
35
 
36
- @media (max-width: 1440px) {
36
+ @media (max-width: 1199px) {
37
37
  width: 130px;
38
38
 
39
39
  svg {
@@ -41,9 +41,13 @@ header.award-headerV2 {
41
41
  height: auto;
42
42
  }
43
43
  }
44
+
45
+ @media (max-width: 991px) {
46
+ width: 196px;
47
+ }
44
48
 
45
49
  @media (max-width: 576px) {
46
- width: 100px;
50
+ width: 110px;
47
51
  }
48
52
 
49
53
  svg {
@@ -64,7 +68,7 @@ header.award-headerV2 {
64
68
 
65
69
  &_mobile {
66
70
  display: none;
67
- z-index: 1;
71
+ z-index: 2;
68
72
 
69
73
  @media (max-width: 991px) {
70
74
  display: flex;
@@ -239,7 +243,7 @@ header.award-headerV2 {
239
243
 
240
244
  .menu-container {
241
245
  padding: 0 !important;
242
- z-index: 2;
246
+ z-index: 3;
243
247
 
244
248
  .btn-icon__img {
245
249
  display: flex !important;
@@ -250,7 +254,8 @@ header.award-headerV2 {
250
254
  overflow: hidden;
251
255
  white-space: nowrap;
252
256
  text-overflow: ellipsis;
253
- max-width: 140px;
257
+ max-width: 120px;
258
+ padding-right: 5px;
254
259
 
255
260
  .menu-container__expert_info_role {
256
261
  overflow: hidden;
@@ -282,7 +287,7 @@ header.award-headerV2 {
282
287
  display: none;
283
288
  cursor: pointer;
284
289
  position: relative;
285
- z-index: 10;
290
+ z-index: 5;
286
291
  border: 1px solid #3f3e3e;
287
292
  margin-left: 8px;
288
293
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1562",
2
+ "version": "2.0.1564",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {