@npm_leadtech/legal-lib-components 7.12.33 → 7.12.34

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.
@@ -135,7 +135,6 @@ export const MenuItemsStyled = styled.div `
135
135
  @media (min-width: 720px) {
136
136
  border-radius: var(--s-border-radius);
137
137
  padding: 0.75rem 1rem;
138
- margin-top: 0.5rem;
139
138
  display: flex;
140
139
  visibility: hidden;
141
140
  opacity: 0;
@@ -136,7 +136,6 @@ export const MenuItemsStyled = styled.div`
136
136
  @media (min-width: 720px) {
137
137
  border-radius: var(--s-border-radius);
138
138
  padding: 0.75rem 1rem;
139
- margin-top: 0.5rem;
140
139
  display: flex;
141
140
  visibility: hidden;
142
141
  opacity: 0;
@@ -105,7 +105,6 @@ export const NavMenuStyled = styled.nav `
105
105
  .resources__list {
106
106
  border-radius: var(--s-border-radius);
107
107
  padding: 0.75rem 1rem;
108
- margin-top: 0.5rem;
109
108
  display: flex;
110
109
  visibility: hidden;
111
110
  opacity: 0;
@@ -106,7 +106,6 @@ export const NavMenuStyled = styled.nav`
106
106
  .resources__list {
107
107
  border-radius: var(--s-border-radius);
108
108
  padding: 0.75rem 1rem;
109
- margin-top: 0.5rem;
110
109
  display: flex;
111
110
  visibility: hidden;
112
111
  opacity: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.12.33",
3
+ "version": "7.12.34",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",