@npm_leadtech/legal-lib-components 2.10.0 → 2.10.1
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.
|
@@ -1523,7 +1523,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
1523
1523
|
.dialog-menu-icon__message {
|
|
1524
1524
|
visibility: hidden;
|
|
1525
1525
|
background-color: var(--neutral-neutral-1);
|
|
1526
|
-
color: white;
|
|
1526
|
+
color: var(--others-white);
|
|
1527
1527
|
padding: 1rem 1rem;
|
|
1528
1528
|
border-radius: 0.3rem;
|
|
1529
1529
|
font-size: 12px;
|
|
@@ -1707,7 +1707,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
1707
1707
|
justify-content: center;
|
|
1708
1708
|
border: 1px solid var(--neutral-neutral-3);
|
|
1709
1709
|
padding: 0.5rem 0;
|
|
1710
|
-
background-color: white;
|
|
1710
|
+
background-color: var(--others-white);
|
|
1711
1711
|
border-radius: 2px;
|
|
1712
1712
|
font-family: Roboto, sans-serif;
|
|
1713
1713
|
color: rgba(0, 0, 0, 0.54); }
|
|
@@ -2393,13 +2393,13 @@ html[data-theme='uslawdistricts'] {
|
|
|
2393
2393
|
white-space: normal;
|
|
2394
2394
|
outline: 0;
|
|
2395
2395
|
transition: all 0.3s ease;
|
|
2396
|
-
box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(
|
|
2396
|
+
box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(var(--primary-main-dark-1), 0.2);
|
|
2397
2397
|
z-index: 1000;
|
|
2398
2398
|
color: inherit;
|
|
2399
2399
|
cursor: pointer; }
|
|
2400
2400
|
.tippy-box--inverted {
|
|
2401
2401
|
background-color: var(--neutral-neutral-1);
|
|
2402
|
-
color: white;
|
|
2402
|
+
color: var(--others-white);
|
|
2403
2403
|
border-radius: 0.3rem;
|
|
2404
2404
|
font-size: 12px;
|
|
2405
2405
|
box-shadow: none; }
|
|
@@ -2489,7 +2489,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2489
2489
|
width: 50px;
|
|
2490
2490
|
height: 50px; }
|
|
2491
2491
|
.e-spinner .path {
|
|
2492
|
-
stroke: white;
|
|
2492
|
+
stroke: var(--others-white);
|
|
2493
2493
|
stroke-linecap: round;
|
|
2494
2494
|
stroke-dasharray: 15, 150;
|
|
2495
2495
|
animation: dash 1.5s ease-in-out infinite; }
|
|
@@ -2505,7 +2505,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2505
2505
|
display: flex;
|
|
2506
2506
|
flex-direction: column-reverse; }
|
|
2507
2507
|
.e-textarea textarea {
|
|
2508
|
-
color:
|
|
2508
|
+
color: var(--neutral-neutral-2);
|
|
2509
2509
|
background-color: var(--neutral-neutral-6);
|
|
2510
2510
|
border-radius: 4px;
|
|
2511
2511
|
padding: .75rem 0 .75rem .75rem;
|
|
@@ -2514,7 +2514,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2514
2514
|
border: none;
|
|
2515
2515
|
text-overflow: ellipsis;
|
|
2516
2516
|
transition: box-shadow .3s ease;
|
|
2517
|
-
box-shadow: 0 0 0 1px
|
|
2517
|
+
box-shadow: 0 0 0 1px var(--neutral-neutral-3);
|
|
2518
2518
|
margin: .0005em;
|
|
2519
2519
|
outline: none;
|
|
2520
2520
|
resize: vertical; }
|
|
@@ -2722,7 +2722,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2722
2722
|
flex-flow: row wrap;
|
|
2723
2723
|
flex: 1 1 0;
|
|
2724
2724
|
border-radius: 4px;
|
|
2725
|
-
box-shadow: 0 0.125rem 0.375rem 0 rgba(
|
|
2725
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1), 0.25);
|
|
2726
2726
|
max-width: 960px;
|
|
2727
2727
|
margin: 1rem 0; }
|
|
2728
2728
|
@media (min-width: 960px) {
|
|
@@ -2863,7 +2863,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2863
2863
|
margin: 0 auto;
|
|
2864
2864
|
width: 7.5rem; }
|
|
2865
2865
|
.bottom-overlay__nav .overlay__delimiter.overlay__delimiter__scrolling {
|
|
2866
|
-
box-shadow: 0 0.125rem 0.375rem 0 rgba(
|
|
2866
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1), 0.25);
|
|
2867
2867
|
position: relative;
|
|
2868
2868
|
z-index: 1; }
|
|
2869
2869
|
@media (min-width: 720px) {
|
|
@@ -3112,7 +3112,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3112
3112
|
right: 0;
|
|
3113
3113
|
z-index: 2; }
|
|
3114
3114
|
.navbar-drop-down__container__menu_items {
|
|
3115
|
-
background: white;
|
|
3115
|
+
background: var(--others-white);
|
|
3116
3116
|
padding: 1.5rem;
|
|
3117
3117
|
box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25); }
|
|
3118
3118
|
.navbar-drop-down__container__menu_items ul li {
|
|
@@ -3122,7 +3122,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3122
3122
|
margin-bottom: 0; }
|
|
3123
3123
|
.navbar-drop-down__container__shadow {
|
|
3124
3124
|
position: absolute;
|
|
3125
|
-
background:
|
|
3125
|
+
background: var(--neutral-neutral-3);
|
|
3126
3126
|
opacity: 0.4;
|
|
3127
3127
|
width: 100%;
|
|
3128
3128
|
height: 100vh; }
|
|
@@ -3394,7 +3394,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3394
3394
|
align-items: flex-start;
|
|
3395
3395
|
text-align: center;
|
|
3396
3396
|
background: var(--others-white);
|
|
3397
|
-
box-shadow: 0 0.25rem 0.5rem 0 rgba(
|
|
3397
|
+
box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1), 0.2);
|
|
3398
3398
|
border: 4px;
|
|
3399
3399
|
margin-right: 0.5rem;
|
|
3400
3400
|
margin-bottom: 1rem; }
|
|
@@ -3753,7 +3753,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3753
3753
|
font-family: "Lora", serif;
|
|
3754
3754
|
margin-bottom: 2rem;
|
|
3755
3755
|
text-align: center;
|
|
3756
|
-
color:
|
|
3756
|
+
color: var(--neutral-neutral-2);
|
|
3757
3757
|
font-size: 32px;
|
|
3758
3758
|
font-style: normal;
|
|
3759
3759
|
font-weight: 400;
|
|
@@ -3920,7 +3920,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3920
3920
|
display: flex;
|
|
3921
3921
|
flex-direction: column; }
|
|
3922
3922
|
.as-seen-in-section__title {
|
|
3923
|
-
color:
|
|
3923
|
+
color: var(--neutral-neutral-2);
|
|
3924
3924
|
text-align: center;
|
|
3925
3925
|
font-size: 32px;
|
|
3926
3926
|
font-family: Lora;
|
|
@@ -1523,7 +1523,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
1523
1523
|
.dialog-menu-icon__message {
|
|
1524
1524
|
visibility: hidden;
|
|
1525
1525
|
background-color: var(--neutral-neutral-1);
|
|
1526
|
-
color: white;
|
|
1526
|
+
color: var(--others-white);
|
|
1527
1527
|
padding: 1rem 1rem;
|
|
1528
1528
|
border-radius: 0.3rem;
|
|
1529
1529
|
font-size: 12px;
|
|
@@ -1707,7 +1707,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
1707
1707
|
justify-content: center;
|
|
1708
1708
|
border: 1px solid var(--neutral-neutral-3);
|
|
1709
1709
|
padding: 0.5rem 0;
|
|
1710
|
-
background-color: white;
|
|
1710
|
+
background-color: var(--others-white);
|
|
1711
1711
|
border-radius: 2px;
|
|
1712
1712
|
font-family: Roboto, sans-serif;
|
|
1713
1713
|
color: rgba(0, 0, 0, 0.54); }
|
|
@@ -2393,13 +2393,13 @@ html[data-theme='uslawdistricts'] {
|
|
|
2393
2393
|
white-space: normal;
|
|
2394
2394
|
outline: 0;
|
|
2395
2395
|
transition: all 0.3s ease;
|
|
2396
|
-
box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(
|
|
2396
|
+
box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(var(--primary-main-dark-1), 0.2);
|
|
2397
2397
|
z-index: 1000;
|
|
2398
2398
|
color: inherit;
|
|
2399
2399
|
cursor: pointer; }
|
|
2400
2400
|
.tippy-box--inverted {
|
|
2401
2401
|
background-color: var(--neutral-neutral-1);
|
|
2402
|
-
color: white;
|
|
2402
|
+
color: var(--others-white);
|
|
2403
2403
|
border-radius: 0.3rem;
|
|
2404
2404
|
font-size: 12px;
|
|
2405
2405
|
box-shadow: none; }
|
|
@@ -2489,7 +2489,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2489
2489
|
width: 50px;
|
|
2490
2490
|
height: 50px; }
|
|
2491
2491
|
.e-spinner .path {
|
|
2492
|
-
stroke: white;
|
|
2492
|
+
stroke: var(--others-white);
|
|
2493
2493
|
stroke-linecap: round;
|
|
2494
2494
|
stroke-dasharray: 15, 150;
|
|
2495
2495
|
animation: dash 1.5s ease-in-out infinite; }
|
|
@@ -2505,7 +2505,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2505
2505
|
display: flex;
|
|
2506
2506
|
flex-direction: column-reverse; }
|
|
2507
2507
|
.e-textarea textarea {
|
|
2508
|
-
color:
|
|
2508
|
+
color: var(--neutral-neutral-2);
|
|
2509
2509
|
background-color: var(--neutral-neutral-6);
|
|
2510
2510
|
border-radius: 4px;
|
|
2511
2511
|
padding: .75rem 0 .75rem .75rem;
|
|
@@ -2514,7 +2514,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2514
2514
|
border: none;
|
|
2515
2515
|
text-overflow: ellipsis;
|
|
2516
2516
|
transition: box-shadow .3s ease;
|
|
2517
|
-
box-shadow: 0 0 0 1px
|
|
2517
|
+
box-shadow: 0 0 0 1px var(--neutral-neutral-3);
|
|
2518
2518
|
margin: .0005em;
|
|
2519
2519
|
outline: none;
|
|
2520
2520
|
resize: vertical; }
|
|
@@ -2722,7 +2722,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2722
2722
|
flex-flow: row wrap;
|
|
2723
2723
|
flex: 1 1 0;
|
|
2724
2724
|
border-radius: 4px;
|
|
2725
|
-
box-shadow: 0 0.125rem 0.375rem 0 rgba(
|
|
2725
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1), 0.25);
|
|
2726
2726
|
max-width: 960px;
|
|
2727
2727
|
margin: 1rem 0; }
|
|
2728
2728
|
@media (min-width: 960px) {
|
|
@@ -2863,7 +2863,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
2863
2863
|
margin: 0 auto;
|
|
2864
2864
|
width: 7.5rem; }
|
|
2865
2865
|
.bottom-overlay__nav .overlay__delimiter.overlay__delimiter__scrolling {
|
|
2866
|
-
box-shadow: 0 0.125rem 0.375rem 0 rgba(
|
|
2866
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1), 0.25);
|
|
2867
2867
|
position: relative;
|
|
2868
2868
|
z-index: 1; }
|
|
2869
2869
|
@media (min-width: 720px) {
|
|
@@ -3112,7 +3112,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3112
3112
|
right: 0;
|
|
3113
3113
|
z-index: 2; }
|
|
3114
3114
|
.navbar-drop-down__container__menu_items {
|
|
3115
|
-
background: white;
|
|
3115
|
+
background: var(--others-white);
|
|
3116
3116
|
padding: 1.5rem;
|
|
3117
3117
|
box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25); }
|
|
3118
3118
|
.navbar-drop-down__container__menu_items ul li {
|
|
@@ -3122,7 +3122,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3122
3122
|
margin-bottom: 0; }
|
|
3123
3123
|
.navbar-drop-down__container__shadow {
|
|
3124
3124
|
position: absolute;
|
|
3125
|
-
background:
|
|
3125
|
+
background: var(--neutral-neutral-3);
|
|
3126
3126
|
opacity: 0.4;
|
|
3127
3127
|
width: 100%;
|
|
3128
3128
|
height: 100vh; }
|
|
@@ -3394,7 +3394,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3394
3394
|
align-items: flex-start;
|
|
3395
3395
|
text-align: center;
|
|
3396
3396
|
background: var(--others-white);
|
|
3397
|
-
box-shadow: 0 0.25rem 0.5rem 0 rgba(
|
|
3397
|
+
box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1), 0.2);
|
|
3398
3398
|
border: 4px;
|
|
3399
3399
|
margin-right: 0.5rem;
|
|
3400
3400
|
margin-bottom: 1rem; }
|
|
@@ -3753,7 +3753,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3753
3753
|
font-family: "Lora", serif;
|
|
3754
3754
|
margin-bottom: 2rem;
|
|
3755
3755
|
text-align: center;
|
|
3756
|
-
color:
|
|
3756
|
+
color: var(--neutral-neutral-2);
|
|
3757
3757
|
font-size: 32px;
|
|
3758
3758
|
font-style: normal;
|
|
3759
3759
|
font-weight: 400;
|
|
@@ -3920,7 +3920,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3920
3920
|
display: flex;
|
|
3921
3921
|
flex-direction: column; }
|
|
3922
3922
|
.as-seen-in-section__title {
|
|
3923
|
-
color:
|
|
3923
|
+
color: var(--neutral-neutral-2);
|
|
3924
3924
|
text-align: center;
|
|
3925
3925
|
font-size: 32px;
|
|
3926
3926
|
font-family: Lora;
|