@npm_leadtech/legal-lib-components 2.47.1 → 2.48.0
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.
|
@@ -2105,7 +2105,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2105
2105
|
.nav-menu-item:hover .list {
|
|
2106
2106
|
opacity: 1;
|
|
2107
2107
|
z-index: 11;
|
|
2108
|
-
margin-top:
|
|
2108
|
+
margin-top: 0.8rem;
|
|
2109
2109
|
visibility: visible;
|
|
2110
2110
|
transition: all 0.4s ease; }
|
|
2111
2111
|
@media (min-width: 960px) {
|
|
@@ -4830,10 +4830,10 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4830
4830
|
background-color: var(--neutral-neutral-6); }
|
|
4831
4831
|
.language-selector-mobile .options .language {
|
|
4832
4832
|
color: var(--neutral-neutral-1); }
|
|
4833
|
-
.language-selector-mobile
|
|
4833
|
+
.language-selector-mobile.open .selected-option .chevron-expand-more {
|
|
4834
4834
|
transition: all 0.4s ease;
|
|
4835
4835
|
transform: rotate(180deg); }
|
|
4836
|
-
.language-selector-mobile
|
|
4836
|
+
.language-selector-mobile.open .options {
|
|
4837
4837
|
opacity: 1;
|
|
4838
4838
|
visibility: visible;
|
|
4839
4839
|
transition: all 0.4s ease; }
|