@npm_leadtech/legal-lib-components 2.9.1 → 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.
@@ -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
- /* Full width */
2593
- display: none; }
2595
+ height: 100%;
2596
+ z-index: 1001;
2597
+ visibility: hidden; }
2594
2598
  .bottom-overlay.show {
2595
- background-color: #032a38;
2596
- /* Fallback color */
2597
- background-color: rgba(3, 42, 56, 0.8);
2598
- /* Black w/ opacity */
2599
- display: flex;
2600
- align-items: center;
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
- transition: all .4s ease-in-out;
2610
- z-index: 1001;
2611
- /* Sit on top */ }
2612
- .bottom-overlay .bottom-overlay__nav {
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: fixed;
2619
+ position: absolute;
2618
2620
  transform: translateY(100%);
2619
- transition: all .4s ease-in-out;
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-overlay .bottom-overlay__nav {
2625
+ .bottom-overlay__nav {
2626
2626
  display: block;
2627
2627
  transform: translateY(0); } }
2628
- .bottom-overlay .overlay__delimiter {
2629
- padding: 0.5rem 0 1.5rem; }
2630
- .bottom-overlay .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 .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 .overlay__delimiter {
2644
- display: none; } }
2645
- .bottom-overlay .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 .overlay__footer {
2655
- border-top: solid 1px #DBE1E5;
2656
- padding: 1.5rem 1.5rem 2rem; }
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;