@npm_leadtech/legal-lib-components 7.12.11 → 7.12.12
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { device, size } from '../../../globalStyles/breakpoints';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
3
|
export const HeaderStyled = styled.header `
|
|
4
|
-
background-color: var(--primary-main-light-6);
|
|
5
4
|
position: sticky;
|
|
6
5
|
top: 0;
|
|
7
6
|
transition: all 0.3s ease;
|
|
@@ -10,7 +9,6 @@ export const HeaderStyled = styled.header `
|
|
|
10
9
|
@media (max-width: ${size.sm}) {
|
|
11
10
|
position: sticky;
|
|
12
11
|
top: 0;
|
|
13
|
-
background-color: white;
|
|
14
12
|
width: 100%;
|
|
15
13
|
z-index: 111111111111;
|
|
16
14
|
}
|
|
@@ -90,11 +88,15 @@ export const HeaderStyled = styled.header `
|
|
|
90
88
|
}
|
|
91
89
|
}
|
|
92
90
|
|
|
93
|
-
|
|
91
|
+
.header__logo {
|
|
94
92
|
z-index: 200;
|
|
95
93
|
min-width: max-content;
|
|
96
94
|
}
|
|
97
95
|
|
|
96
|
+
&.product-header-background {
|
|
97
|
+
background-color: var(--secondary-main-light-6);
|
|
98
|
+
}
|
|
99
|
+
|
|
98
100
|
&.transparent-header-background {
|
|
99
101
|
background-color: transparent;
|
|
100
102
|
}
|
|
@@ -2,7 +2,6 @@ import { device, size } from '../../../globalStyles/breakpoints'
|
|
|
2
2
|
import styled from 'styled-components'
|
|
3
3
|
|
|
4
4
|
export const HeaderStyled = styled.header`
|
|
5
|
-
background-color: var(--primary-main-light-6);
|
|
6
5
|
position: sticky;
|
|
7
6
|
top: 0;
|
|
8
7
|
transition: all 0.3s ease;
|
|
@@ -11,7 +10,6 @@ export const HeaderStyled = styled.header`
|
|
|
11
10
|
@media (max-width: ${size.sm}) {
|
|
12
11
|
position: sticky;
|
|
13
12
|
top: 0;
|
|
14
|
-
background-color: white;
|
|
15
13
|
width: 100%;
|
|
16
14
|
z-index: 111111111111;
|
|
17
15
|
}
|
|
@@ -91,11 +89,15 @@ export const HeaderStyled = styled.header`
|
|
|
91
89
|
}
|
|
92
90
|
}
|
|
93
91
|
|
|
94
|
-
|
|
92
|
+
.header__logo {
|
|
95
93
|
z-index: 200;
|
|
96
94
|
min-width: max-content;
|
|
97
95
|
}
|
|
98
96
|
|
|
97
|
+
&.product-header-background {
|
|
98
|
+
background-color: var(--secondary-main-light-6);
|
|
99
|
+
}
|
|
100
|
+
|
|
99
101
|
&.transparent-header-background {
|
|
100
102
|
background-color: transparent;
|
|
101
103
|
}
|