@npm_leadtech/legal-lib-components 7.12.8 → 7.12.9

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.
@@ -258,7 +258,7 @@ export const MenuItemsStyled = styled.div `
258
258
 
259
259
  li.menu-items-li {
260
260
  width: 100%;
261
- margin: 0.5rem 0;
261
+ margin-right: 2.5rem;
262
262
  border-radius: var(--s-border-radius);
263
263
  transition: all 0.3s ease;
264
264
  padding: 0.25rem;
@@ -259,7 +259,7 @@ export const MenuItemsStyled = styled.div`
259
259
 
260
260
  li.menu-items-li {
261
261
  width: 100%;
262
- margin: 0.5rem 0;
262
+ margin-right: 2.5rem;
263
263
  border-radius: var(--s-border-radius);
264
264
  transition: all 0.3s ease;
265
265
  padding: 0.25rem;
@@ -23,6 +23,17 @@ export const HeaderStyled = styled.header `
23
23
  }
24
24
  }
25
25
 
26
+ .header__inner {
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ max-width: 1200px;
30
+ padding: 1rem 1.5rem;
31
+
32
+ @media (min-width: ${size.sm}) {
33
+ padding: 1rem;
34
+ }
35
+ }
36
+
26
37
  &.scrollDown {
27
38
  background-color: var(--others-white) !important;
28
39
  box-shadow: var(--box-shadow-small);
@@ -30,8 +41,10 @@ export const HeaderStyled = styled.header `
30
41
 
31
42
  .top-bar-wrapper {
32
43
  .top-bar {
33
- font-size: 0.78rem;
34
- letter-spacing: -0.5px;
44
+ @media (max-width: ${size.sm}) {
45
+ font-size: 0.78rem;
46
+ letter-spacing: -0.5px;
47
+ }
35
48
  }
36
49
 
37
50
  .top-bar-content {
@@ -24,6 +24,17 @@ export const HeaderStyled = styled.header`
24
24
  }
25
25
  }
26
26
 
27
+ .header__inner {
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ max-width: 1200px;
31
+ padding: 1rem 1.5rem;
32
+
33
+ @media (min-width: ${size.sm}) {
34
+ padding: 1rem;
35
+ }
36
+ }
37
+
27
38
  &.scrollDown {
28
39
  background-color: var(--others-white) !important;
29
40
  box-shadow: var(--box-shadow-small);
@@ -31,8 +42,10 @@ export const HeaderStyled = styled.header`
31
42
 
32
43
  .top-bar-wrapper {
33
44
  .top-bar {
34
- font-size: 0.78rem;
35
- letter-spacing: -0.5px;
45
+ @media (max-width: ${size.sm}) {
46
+ font-size: 0.78rem;
47
+ letter-spacing: -0.5px;
48
+ }
36
49
  }
37
50
 
38
51
  .top-bar-content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.12.8",
3
+ "version": "7.12.9",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",