@npm_leadtech/legal-lib-components 7.12.32 → 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.
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +0 -1
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +0 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +0 -2
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +0 -2
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -129,7 +128,6 @@ export const NavMenuStyled = styled.nav `
|
|
|
129
128
|
}
|
|
130
129
|
|
|
131
130
|
.products__list {
|
|
132
|
-
top: 2.2rem;
|
|
133
131
|
right: 0;
|
|
134
132
|
padding: 0;
|
|
135
133
|
|
|
@@ -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;
|
|
@@ -130,7 +129,6 @@ export const NavMenuStyled = styled.nav`
|
|
|
130
129
|
}
|
|
131
130
|
|
|
132
131
|
.products__list {
|
|
133
|
-
top: 2.2rem;
|
|
134
132
|
right: 0;
|
|
135
133
|
padding: 0;
|
|
136
134
|
|