ros.grant.common 2.0.1186 → 2.0.1189

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,6 +14,26 @@
14
14
  height: 152px;
15
15
  }
16
16
 
17
+ &.header_wide {
18
+ padding-top: 24px;
19
+
20
+ header {
21
+ .container {
22
+ max-width: 100vw;
23
+ padding-left: 16px;
24
+ padding-right: 16px;
25
+ }
26
+
27
+ .header__top {
28
+ padding-bottom: 24px;
29
+ }
30
+
31
+ .header__nav {
32
+ display: none;
33
+ }
34
+ }
35
+ }
36
+
17
37
  .header.js-header {
18
38
  .container {
19
39
  .header {
@@ -5,6 +5,28 @@
5
5
  background: transparent;
6
6
  z-index: 5;
7
7
  position: relative;
8
+
9
+ &.header_wide {
10
+ padding: 24px 16px;
11
+
12
+ .container {
13
+ max-width: 100vw;
14
+ padding-left: 0;
15
+ padding-right: 0;
16
+ }
17
+
18
+ .header-minfin-top {
19
+ margin-bottom: 0;
20
+
21
+ @media (max-width: 768px) {
22
+ margin-bottom: 16px;
23
+ }
24
+ }
25
+
26
+ .header-minfin-nav {
27
+ display: none;
28
+ }
29
+ }
8
30
 
9
31
  // header-minfin-desctop
10
32
  &-desctop {
@@ -511,4 +533,12 @@
511
533
  }
512
534
  }
513
535
  }
536
+
537
+ .page-main {
538
+ .header-minfin-background {
539
+ @media (max-width: 768px) {
540
+ min-height: 140px;
541
+ }
542
+ }
543
+ }
514
544
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1186",
2
+ "version": "2.0.1189",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {