@npm_leadtech/legal-lib-components 2.9.0 → 2.9.2
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.
|
@@ -2471,7 +2471,7 @@
|
|
|
2471
2471
|
margin-right: 8px; }
|
|
2472
2472
|
|
|
2473
2473
|
.wide-info-bar {
|
|
2474
|
-
background-color: #
|
|
2474
|
+
background-color: #F8F9FA;
|
|
2475
2475
|
font-family: "Inter", sans-serif;
|
|
2476
2476
|
color: #02374A; }
|
|
2477
2477
|
.wide-info-bar__wrapper {
|
|
@@ -2588,72 +2588,72 @@
|
|
|
2588
2588
|
white-space: nowrap; }
|
|
2589
2589
|
|
|
2590
2590
|
.bottom-overlay {
|
|
2591
|
+
position: fixed;
|
|
2592
|
+
top: 0;
|
|
2593
|
+
left: 0;
|
|
2591
2594
|
width: 100%;
|
|
2592
|
-
|
|
2593
|
-
|
|
2595
|
+
height: 100%;
|
|
2596
|
+
z-index: 1001;
|
|
2597
|
+
visibility: hidden; }
|
|
2594
2598
|
.bottom-overlay.show {
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2599
|
+
visibility: visible; }
|
|
2600
|
+
.bottom-overlay.show .bottom-overlay__background {
|
|
2601
|
+
opacity: 0.8; }
|
|
2602
|
+
.bottom-overlay.show .bottom-overlay__nav {
|
|
2603
|
+
transform: translateY(0); }
|
|
2604
|
+
.bottom-overlay__background {
|
|
2605
|
+
background-color: #032A38;
|
|
2606
|
+
position: absolute;
|
|
2607
|
+
width: 100%;
|
|
2601
2608
|
height: 100%;
|
|
2602
|
-
/* Full height */
|
|
2603
|
-
left: 0;
|
|
2604
|
-
overflow: auto;
|
|
2605
|
-
/* Enable scroll if needed */
|
|
2606
|
-
position: fixed;
|
|
2607
|
-
/* Stay in place */
|
|
2608
2609
|
top: 0;
|
|
2609
|
-
|
|
2610
|
-
z-index:
|
|
2611
|
-
|
|
2612
|
-
|
|
2610
|
+
left: 0;
|
|
2611
|
+
z-index: 1;
|
|
2612
|
+
opacity: 0;
|
|
2613
|
+
transition: opacity ease-out 0.3s; }
|
|
2614
|
+
.bottom-overlay__nav {
|
|
2613
2615
|
background: #FFFFFF;
|
|
2614
2616
|
border-top-left-radius: 4px;
|
|
2615
2617
|
border-top-right-radius: 4px;
|
|
2616
2618
|
bottom: 0;
|
|
2617
|
-
position:
|
|
2619
|
+
position: absolute;
|
|
2618
2620
|
transform: translateY(100%);
|
|
2619
|
-
transition:
|
|
2621
|
+
transition: transform 0.5s ease-in-out;
|
|
2620
2622
|
width: 100%;
|
|
2621
2623
|
z-index: 2; }
|
|
2622
|
-
.bottom-overlay .bottom-overlay__nav.show {
|
|
2623
|
-
transform: translateY(0); }
|
|
2624
2624
|
@media (min-width: 720px) {
|
|
2625
|
-
.bottom-
|
|
2625
|
+
.bottom-overlay__nav {
|
|
2626
2626
|
display: block;
|
|
2627
2627
|
transform: translateY(0); } }
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2628
|
+
.bottom-overlay__nav .overlay__delimiter {
|
|
2629
|
+
padding: 0.5rem 0 1.5rem; }
|
|
2630
|
+
.bottom-overlay__nav .overlay__delimiter:after {
|
|
2631
|
+
content: '';
|
|
2632
|
+
background: #B5BABD;
|
|
2633
|
+
border-radius: 4px;
|
|
2634
|
+
display: block;
|
|
2635
|
+
height: 0.25rem;
|
|
2636
|
+
margin: 0 auto;
|
|
2637
|
+
width: 7.5rem; }
|
|
2638
|
+
.bottom-overlay__nav .overlay__delimiter.overlay__delimiter__scrolling {
|
|
2639
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25);
|
|
2640
|
+
position: relative;
|
|
2641
|
+
z-index: 1; }
|
|
2642
|
+
@media (min-width: 720px) {
|
|
2643
|
+
.bottom-overlay__nav .overlay__delimiter {
|
|
2644
|
+
display: none; } }
|
|
2645
|
+
.bottom-overlay__nav .overlay__scrollable-section {
|
|
2646
|
+
position: sticky;
|
|
2647
|
+
max-height: 21rem;
|
|
2648
|
+
min-height: 8.5rem;
|
|
2649
|
+
display: flex;
|
|
2650
|
+
overflow-y: scroll;
|
|
2651
|
+
padding-left: 1.5rem;
|
|
2652
|
+
padding-right: 1.5rem;
|
|
2653
|
+
width: 100%; }
|
|
2654
|
+
.bottom-overlay__nav .overlay__footer {
|
|
2655
|
+
border-top: solid 1px #DBE1E5;
|
|
2656
|
+
padding: 1.5rem 1.5rem 2rem; }
|
|
2657
2657
|
|
|
2658
2658
|
.box--form {
|
|
2659
2659
|
background: #FFFFFF;
|