@navikt/ds-css 6.10.0 → 6.11.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.
@@ -467,3 +467,685 @@
467
467
  display: none !important;
468
468
  }
469
469
  }
470
+
471
+ .navds-r-p {
472
+ --__ac-r-p-xs: initial;
473
+ --__ac-r-p-sm: var(--__ac-r-p-xs);
474
+ --__ac-r-p-md: var(--__ac-r-p-sm);
475
+ --__ac-r-p-lg: var(--__ac-r-p-md);
476
+ --__ac-r-p-xl: var(--__ac-r-p-lg);
477
+ --__ac-r-p-2xl: var(--__ac-r-p-xl);
478
+ --__ac-r-padding: var(--__ac-r-p-xs);
479
+
480
+ padding: var(--__ac-r-padding);
481
+ }
482
+
483
+ .navds-r-pi {
484
+ --__ac-r-pi-xs: initial;
485
+ --__ac-r-pi-sm: var(--__ac-r-pi-xs);
486
+ --__ac-r-pi-md: var(--__ac-r-pi-sm);
487
+ --__ac-r-pi-lg: var(--__ac-r-pi-md);
488
+ --__ac-r-pi-xl: var(--__ac-r-pi-lg);
489
+ --__ac-r-pi-2xl: var(--__ac-r-pi-xl);
490
+ --__ac-r-pi: var(--__ac-r-p-xs);
491
+
492
+ padding-inline: var(--__ac-r-pi);
493
+ }
494
+
495
+ .navds-r-pb {
496
+ --__ac-r-pb-xs: initial;
497
+ --__ac-r-pb-sm: var(--__ac-r-pb-xs);
498
+ --__ac-r-pb-md: var(--__ac-r-pb-sm);
499
+ --__ac-r-pb-lg: var(--__ac-r-pb-md);
500
+ --__ac-r-pb-xl: var(--__ac-r-pb-lg);
501
+ --__ac-r-pb-2xl: var(--__ac-r-pb-xl);
502
+ --__ac-r-pb: var(--__ac-r-p-xs);
503
+
504
+ padding-block: var(--__ac-r-pb);
505
+ }
506
+
507
+ .navds-r-w {
508
+ --__ac-r-w-xs: initial;
509
+ --__ac-r-w-sm: var(--__ac-r-w-xs);
510
+ --__ac-r-w-md: var(--__ac-r-w-sm);
511
+ --__ac-r-w-lg: var(--__ac-r-w-md);
512
+ --__ac-r-w-xl: var(--__ac-r-w-lg);
513
+ --__ac-r-w-2xl: var(--__ac-r-w-xl);
514
+ --__ac-r-w: var(--__ac-r-w-xs);
515
+
516
+ width: var(--__ac-r-w);
517
+ }
518
+
519
+ .navds-r-minw {
520
+ --__ac-r-minw-xs: initial;
521
+ --__ac-r-minw-sm: var(--__ac-r-minw-xs);
522
+ --__ac-r-minw-md: var(--__ac-r-minw-sm);
523
+ --__ac-r-minw-lg: var(--__ac-r-minw-md);
524
+ --__ac-r-minw-xl: var(--__ac-r-minw-lg);
525
+ --__ac-r-minw-2xl: var(--__ac-r-minw-xl);
526
+ --__ac-r-minw: var(--__ac-r-minw-xs);
527
+
528
+ min-width: var(--__ac-r-minw);
529
+ }
530
+
531
+ .navds-r-maxw {
532
+ --__ac-r-maxw-xs: initial;
533
+ --__ac-r-maxw-sm: var(--__ac-r-maxw-xs);
534
+ --__ac-r-maxw-md: var(--__ac-r-maxw-sm);
535
+ --__ac-r-maxw-lg: var(--__ac-r-maxw-md);
536
+ --__ac-r-maxw-xl: var(--__ac-r-maxw-lg);
537
+ --__ac-r-maxw-2xl: var(--__ac-r-maxw-xl);
538
+ --__ac-r-maxw: var(--__ac-r-maxw-xs);
539
+
540
+ max-width: var(--__ac-r-maxw);
541
+ }
542
+
543
+ .navds-r-h {
544
+ --__ac-r-h-xs: initial;
545
+ --__ac-r-h-sm: var(--__ac-r-h-xs);
546
+ --__ac-r-h-md: var(--__ac-r-h-sm);
547
+ --__ac-r-h-lg: var(--__ac-r-h-md);
548
+ --__ac-r-h-xl: var(--__ac-r-h-lg);
549
+ --__ac-r-h-2xl: var(--__ac-r-h-xl);
550
+ --__ac-r-h: var(--__ac-r-h-xs);
551
+
552
+ height: var(--__ac-r-h);
553
+ }
554
+
555
+ .navds-r-minh {
556
+ --__ac-r-minh-xs: initial;
557
+ --__ac-r-minh-sm: var(--__ac-r-minh-xs);
558
+ --__ac-r-minh-md: var(--__ac-r-minh-sm);
559
+ --__ac-r-minh-lg: var(--__ac-r-minh-md);
560
+ --__ac-r-minh-xl: var(--__ac-r-minh-lg);
561
+ --__ac-r-minh-2xl: var(--__ac-r-minh-xl);
562
+ --__ac-r-minh: var(--__ac-r-minh-xs);
563
+
564
+ min-height: var(--__ac-r-minh);
565
+ }
566
+
567
+ .navds-r-maxh {
568
+ --__ac-r-maxh-xs: initial;
569
+ --__ac-r-maxh-sm: var(--__ac-r-maxh-xs);
570
+ --__ac-r-maxh-md: var(--__ac-r-maxh-sm);
571
+ --__ac-r-maxh-lg: var(--__ac-r-maxh-md);
572
+ --__ac-r-maxh-xl: var(--__ac-r-maxh-lg);
573
+ --__ac-r-maxh-2xl: var(--__ac-r-maxh-xl);
574
+ --__ac-r-maxh: var(--__ac-r-maxh-xs);
575
+
576
+ max-height: var(--__ac-r-maxh);
577
+ }
578
+
579
+ .navds-r-position {
580
+ --__ac-r-position-xs: initial;
581
+ --__ac-r-position-sm: var(--__ac-r-position-xs);
582
+ --__ac-r-position-md: var(--__ac-r-position-sm);
583
+ --__ac-r-position-lg: var(--__ac-r-position-md);
584
+ --__ac-r-position-xl: var(--__ac-r-position-lg);
585
+ --__ac-r-position-2xl: var(--__ac-r-position-xl);
586
+ --__ac-r-position: var(--__ac-r-position-xs);
587
+
588
+ position: var(--__ac-r-position);
589
+ }
590
+
591
+ .navds-r-inset {
592
+ --__ac-r-inset-xs: initial;
593
+ --__ac-r-inset-sm: var(--__ac-r-inset-xs);
594
+ --__ac-r-inset-md: var(--__ac-r-inset-sm);
595
+ --__ac-r-inset-lg: var(--__ac-r-inset-md);
596
+ --__ac-r-inset-xl: var(--__ac-r-inset-lg);
597
+ --__ac-r-inset-2xl: var(--__ac-r-inset-xl);
598
+ --__ac-r-inset: var(--__ac-r-inset-xs);
599
+
600
+ inset: var(--__ac-r-inset);
601
+ }
602
+
603
+ .navds-r-top {
604
+ --__ac-r-top-xs: initial;
605
+ --__ac-r-top-sm: var(--__ac-r-top-xs);
606
+ --__ac-r-top-md: var(--__ac-r-top-sm);
607
+ --__ac-r-top-lg: var(--__ac-r-top-md);
608
+ --__ac-r-top-xl: var(--__ac-r-top-lg);
609
+ --__ac-r-top-2xl: var(--__ac-r-top-xl);
610
+ --__ac-r-top: var(--__ac-r-top-xs);
611
+
612
+ top: var(--__ac-r-top);
613
+ }
614
+
615
+ .navds-r-right {
616
+ --__ac-r-right-xs: initial;
617
+ --__ac-r-right-sm: var(--__ac-r-right-xs);
618
+ --__ac-r-right-md: var(--__ac-r-right-sm);
619
+ --__ac-r-right-lg: var(--__ac-r-right-md);
620
+ --__ac-r-right-xl: var(--__ac-r-right-lg);
621
+ --__ac-r-right-2xl: var(--__ac-r-right-xl);
622
+ --__ac-r-right: var(--__ac-r-right-xs);
623
+
624
+ right: var(--__ac-r-right);
625
+ }
626
+
627
+ .navds-r-bottom {
628
+ --__ac-r-bottom-xs: initial;
629
+ --__ac-r-bottom-sm: var(--__ac-r-bottom-xs);
630
+ --__ac-r-bottom-md: var(--__ac-r-bottom-sm);
631
+ --__ac-r-bottom-lg: var(--__ac-r-bottom-md);
632
+ --__ac-r-bottom-xl: var(--__ac-r-bottom-lg);
633
+ --__ac-r-bottom-2xl: var(--__ac-r-bottom-xl);
634
+ --__ac-r-bottom: var(--__ac-r-bottom-xs);
635
+
636
+ bottom: var(--__ac-r-bottom);
637
+ }
638
+
639
+ .navds-r-left {
640
+ --__ac-r-left-xs: initial;
641
+ --__ac-r-left-sm: var(--__ac-r-left-xs);
642
+ --__ac-r-left-md: var(--__ac-r-left-sm);
643
+ --__ac-r-left-lg: var(--__ac-r-left-md);
644
+ --__ac-r-left-xl: var(--__ac-r-left-lg);
645
+ --__ac-r-left-2xl: var(--__ac-r-left-xl);
646
+ --__ac-r-left: var(--__ac-r-left-xs);
647
+
648
+ left: var(--__ac-r-left);
649
+ }
650
+
651
+ .navds-r-overflow {
652
+ --__ac-r-overflow-xs: initial;
653
+ --__ac-r-overflow-sm: var(--__ac-r-overflow-xs);
654
+ --__ac-r-overflow-md: var(--__ac-r-overflow-sm);
655
+ --__ac-r-overflow-lg: var(--__ac-r-overflow-md);
656
+ --__ac-r-overflow-xl: var(--__ac-r-overflow-lg);
657
+ --__ac-r-overflow-2xl: var(--__ac-r-overflow-xl);
658
+ --__ac-r-overflow: var(--__ac-r-overflow-xs);
659
+
660
+ overflow: var(--__ac-r-overflow);
661
+ }
662
+
663
+ .navds-r-overflowx {
664
+ --__ac-r-overflowx-xs: initial;
665
+ --__ac-r-overflowx-sm: var(--__ac-r-overflowx-xs);
666
+ --__ac-r-overflowx-md: var(--__ac-r-overflowx-sm);
667
+ --__ac-r-overflowx-lg: var(--__ac-r-overflowx-md);
668
+ --__ac-r-overflowx-xl: var(--__ac-r-overflowx-lg);
669
+ --__ac-r-overflowx-2xl: var(--__ac-r-overflowx-xl);
670
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xs);
671
+
672
+ overflow-x: var(--__ac-r-overflowx);
673
+ }
674
+
675
+ .navds-r-overflowy {
676
+ --__ac-r-overflowy-xs: initial;
677
+ --__ac-r-overflowy-sm: var(--__ac-r-overflowy-xs);
678
+ --__ac-r-overflowy-md: var(--__ac-r-overflowy-sm);
679
+ --__ac-r-overflowy-lg: var(--__ac-r-overflowy-md);
680
+ --__ac-r-overflowy-xl: var(--__ac-r-overflowy-lg);
681
+ --__ac-r-overflowy-2xl: var(--__ac-r-overflowy-xl);
682
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xs);
683
+
684
+ overflow-y: var(--__ac-r-overflowy);
685
+ }
686
+
687
+ .navds-r-flex-basis {
688
+ --__ac-r-flex-basis-xs: initial;
689
+ --__ac-r-flex-basis-sm: var(--__ac-r-flex-basis-xs);
690
+ --__ac-r-flex-basis-md: var(--__ac-r-flex-basis-sm);
691
+ --__ac-r-flex-basis-lg: var(--__ac-r-flex-basis-md);
692
+ --__ac-r-flex-basis-xl: var(--__ac-r-flex-basis-lg);
693
+ --__ac-r-flex-basis-2xl: var(--__ac-r-flex-basis-xl);
694
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xs);
695
+
696
+ flex-basis: var(--__ac-r-flex-basis);
697
+ }
698
+
699
+ .navds-r-flex-grow {
700
+ --__ac-r-flex-grow-xs: initial;
701
+ --__ac-r-flex-grow-sm: var(--__ac-r-flex-grow-xs);
702
+ --__ac-r-flex-grow-md: var(--__ac-r-flex-grow-sm);
703
+ --__ac-r-flex-grow-lg: var(--__ac-r-flex-grow-md);
704
+ --__ac-r-flex-grow-xl: var(--__ac-r-flex-grow-lg);
705
+ --__ac-r-flex-grow-2xl: var(--__ac-r-flex-grow-xl);
706
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xs);
707
+
708
+ flex-grow: var(--__ac-r-flex-grow);
709
+ }
710
+
711
+ .navds-r-flex-shrink {
712
+ --__ac-r-flex-shrink-xs: initial;
713
+ --__ac-r-flex-shrink-sm: var(--__ac-r-flex-shrink-xs);
714
+ --__ac-r-flex-shrink-md: var(--__ac-r-flex-shrink-sm);
715
+ --__ac-r-flex-shrink-lg: var(--__ac-r-flex-shrink-md);
716
+ --__ac-r-flex-shrink-xl: var(--__ac-r-flex-shrink-lg);
717
+ --__ac-r-flex-shrink-2xl: var(--__ac-r-flex-shrink-xl);
718
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xs);
719
+
720
+ flex-shrink: var(--__ac-r-flex-shrink);
721
+ }
722
+
723
+ @media (min-width: 480px) {
724
+ .navds-r-p {
725
+ --__ac-r-padding: var(--__ac-r-p-sm);
726
+ }
727
+
728
+ .navds-r-pi {
729
+ --__ac-r-pi: var(--__ac-r-pi-sm);
730
+ }
731
+
732
+ .navds-r-pb {
733
+ --__ac-r-pb: var(--__ac-r-pb-sm);
734
+ }
735
+
736
+ .navds-r-w {
737
+ --__ac-r-w: var(--__ac-r-w-sm);
738
+ }
739
+
740
+ .navds-r-minw {
741
+ --__ac-r-minw: var(--__ac-r-minw-sm);
742
+ }
743
+
744
+ .navds-r-maxw {
745
+ --__ac-r-maxw: var(--__ac-r-maxw-sm);
746
+ }
747
+
748
+ .navds-r-h {
749
+ --__ac-r-h: var(--__ac-r-h-sm);
750
+ }
751
+
752
+ .navds-r-minh {
753
+ --__ac-r-minh: var(--__ac-r-minh-sm);
754
+ }
755
+
756
+ .navds-r-maxh {
757
+ --__ac-r-maxh: var(--__ac-r-maxh-sm);
758
+ }
759
+
760
+ .navds-r-position {
761
+ --__ac-r-position: var(--__ac-r-position-sm);
762
+ }
763
+
764
+ .navds-r-inset {
765
+ --__ac-r-inset: var(--__ac-r-inset-sm);
766
+ }
767
+
768
+ .navds-r-top {
769
+ --__ac-r-top: var(--__ac-r-top-sm);
770
+ }
771
+
772
+ .navds-r-right {
773
+ --__ac-r-right: var(--__ac-r-right-sm);
774
+ }
775
+
776
+ .navds-r-bottom {
777
+ --__ac-r-bottom: var(--__ac-r-bottom-sm);
778
+ }
779
+
780
+ .navds-r-left {
781
+ --__ac-r-left: var(--__ac-r-left-sm);
782
+ }
783
+
784
+ .navds-r-overflow {
785
+ --__ac-r-overflow: var(--__ac-r-overflow-sm);
786
+ }
787
+
788
+ .navds-r-overflowx {
789
+ --__ac-r-overflowx: var(--__ac-r-overflowx-sm);
790
+ }
791
+
792
+ .navds-r-overflowy {
793
+ --__ac-r-overflowy: var(--__ac-r-overflowy-sm);
794
+ }
795
+
796
+ .navds-r-flex-basis {
797
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-sm);
798
+ }
799
+
800
+ .navds-r-flex-grow {
801
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-sm);
802
+ }
803
+
804
+ .navds-r-flex-shrink {
805
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-sm);
806
+ }
807
+ }
808
+
809
+ @media (min-width: 768px) {
810
+ .navds-r-p {
811
+ --__ac-r-padding: var(--__ac-r-p-md);
812
+ }
813
+
814
+ .navds-r-pi {
815
+ --__ac-r-pi: var(--__ac-r-pi-md);
816
+ }
817
+
818
+ .navds-r-pb {
819
+ --__ac-r-pb: var(--__ac-r-pb-md);
820
+ }
821
+
822
+ .navds-r-w {
823
+ --__ac-r-w: var(--__ac-r-w-md);
824
+ }
825
+
826
+ .navds-r-minw {
827
+ --__ac-r-minw: var(--__ac-r-minw-md);
828
+ }
829
+
830
+ .navds-r-maxw {
831
+ --__ac-r-maxw: var(--__ac-r-maxw-md);
832
+ }
833
+
834
+ .navds-r-h {
835
+ --__ac-r-h: var(--__ac-r-h-md);
836
+ }
837
+
838
+ .navds-r-minh {
839
+ --__ac-r-minh: var(--__ac-r-minh-md);
840
+ }
841
+
842
+ .navds-r-maxh {
843
+ --__ac-r-maxh: var(--__ac-r-maxh-md);
844
+ }
845
+
846
+ .navds-r-position {
847
+ --__ac-r-position: var(--__ac-r-position-md);
848
+ }
849
+
850
+ .navds-r-inset {
851
+ --__ac-r-inset: var(--__ac-r-inset-md);
852
+ }
853
+
854
+ .navds-r-top {
855
+ --__ac-r-top: var(--__ac-r-top-md);
856
+ }
857
+
858
+ .navds-r-right {
859
+ --__ac-r-right: var(--__ac-r-right-md);
860
+ }
861
+
862
+ .navds-r-bottom {
863
+ --__ac-r-bottom: var(--__ac-r-bottom-md);
864
+ }
865
+
866
+ .navds-r-left {
867
+ --__ac-r-left: var(--__ac-r-left-md);
868
+ }
869
+
870
+ .navds-r-overflow {
871
+ --__ac-r-overflow: var(--__ac-r-overflow-md);
872
+ }
873
+
874
+ .navds-r-overflowx {
875
+ --__ac-r-overflowx: var(--__ac-r-overflowx-md);
876
+ }
877
+
878
+ .navds-r-overflowy {
879
+ --__ac-r-overflowy: var(--__ac-r-overflowy-md);
880
+ }
881
+
882
+ .navds-r-flex-basis {
883
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-md);
884
+ }
885
+
886
+ .navds-r-flex-grow {
887
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-md);
888
+ }
889
+
890
+ .navds-r-flex-shrink {
891
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-md);
892
+ }
893
+ }
894
+
895
+ @media (min-width: 1024px) {
896
+ .navds-r-p {
897
+ --__ac-r-padding: var(--__ac-r-p-lg);
898
+ }
899
+
900
+ .navds-r-pi {
901
+ --__ac-r-pi: var(--__ac-r-pi-lg);
902
+ }
903
+
904
+ .navds-r-pb {
905
+ --__ac-r-pb: var(--__ac-r-pb-lg);
906
+ }
907
+
908
+ .navds-r-w {
909
+ --__ac-r-w: var(--__ac-r-w-lg);
910
+ }
911
+
912
+ .navds-r-minw {
913
+ --__ac-r-minw: var(--__ac-r-minw-lg);
914
+ }
915
+
916
+ .navds-r-maxw {
917
+ --__ac-r-maxw: var(--__ac-r-maxw-lg);
918
+ }
919
+
920
+ .navds-r-h {
921
+ --__ac-r-h: var(--__ac-r-h-lg);
922
+ }
923
+
924
+ .navds-r-minh {
925
+ --__ac-r-minh: var(--__ac-r-minh-lg);
926
+ }
927
+
928
+ .navds-r-maxh {
929
+ --__ac-r-maxh: var(--__ac-r-maxh-lg);
930
+ }
931
+
932
+ .navds-r-position {
933
+ --__ac-r-position: var(--__ac-r-position-lg);
934
+ }
935
+
936
+ .navds-r-inset {
937
+ --__ac-r-inset: var(--__ac-r-inset-lg);
938
+ }
939
+
940
+ .navds-r-top {
941
+ --__ac-r-top: var(--__ac-r-top-lg);
942
+ }
943
+
944
+ .navds-r-right {
945
+ --__ac-r-right: var(--__ac-r-right-lg);
946
+ }
947
+
948
+ .navds-r-bottom {
949
+ --__ac-r-bottom: var(--__ac-r-bottom-lg);
950
+ }
951
+
952
+ .navds-r-left {
953
+ --__ac-r-left: var(--__ac-r-left-lg);
954
+ }
955
+
956
+ .navds-r-overflow {
957
+ --__ac-r-overflow: var(--__ac-r-overflow-lg);
958
+ }
959
+
960
+ .navds-r-overflowx {
961
+ --__ac-r-overflowx: var(--__ac-r-overflowx-lg);
962
+ }
963
+
964
+ .navds-r-overflowy {
965
+ --__ac-r-overflowy: var(--__ac-r-overflowy-lg);
966
+ }
967
+
968
+ .navds-r-flex-basis {
969
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-lg);
970
+ }
971
+
972
+ .navds-r-flex-grow {
973
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-lg);
974
+ }
975
+
976
+ .navds-r-flex-shrink {
977
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-lg);
978
+ }
979
+ }
980
+
981
+ @media (min-width: 1280px) {
982
+ .navds-r-p {
983
+ --__ac-r-padding: var(--__ac-r-p-xl);
984
+ }
985
+
986
+ .navds-r-pi {
987
+ --__ac-r-pi: var(--__ac-r-pi-xl);
988
+ }
989
+
990
+ .navds-r-pb {
991
+ --__ac-r-pb: var(--__ac-r-pb-xl);
992
+ }
993
+
994
+ .navds-r-w {
995
+ --__ac-r-w: var(--__ac-r-w-xl);
996
+ }
997
+
998
+ .navds-r-minw {
999
+ --__ac-r-minw: var(--__ac-r-minw-xl);
1000
+ }
1001
+
1002
+ .navds-r-maxw {
1003
+ --__ac-r-maxw: var(--__ac-r-maxw-xl);
1004
+ }
1005
+
1006
+ .navds-r-h {
1007
+ --__ac-r-h: var(--__ac-r-h-xl);
1008
+ }
1009
+
1010
+ .navds-r-minh {
1011
+ --__ac-r-minh: var(--__ac-r-minh-xl);
1012
+ }
1013
+
1014
+ .navds-r-maxh {
1015
+ --__ac-r-maxh: var(--__ac-r-maxh-xl);
1016
+ }
1017
+
1018
+ .navds-r-position {
1019
+ --__ac-r-position: var(--__ac-r-position-xl);
1020
+ }
1021
+
1022
+ .navds-r-inset {
1023
+ --__ac-r-inset: var(--__ac-r-inset-xl);
1024
+ }
1025
+
1026
+ .navds-r-top {
1027
+ --__ac-r-top: var(--__ac-r-top-xl);
1028
+ }
1029
+
1030
+ .navds-r-right {
1031
+ --__ac-r-right: var(--__ac-r-right-xl);
1032
+ }
1033
+
1034
+ .navds-r-bottom {
1035
+ --__ac-r-bottom: var(--__ac-r-bottom-xl);
1036
+ }
1037
+
1038
+ .navds-r-left {
1039
+ --__ac-r-left: var(--__ac-r-left-xl);
1040
+ }
1041
+
1042
+ .navds-r-overflow {
1043
+ --__ac-r-overflow: var(--__ac-r-overflow-xl);
1044
+ }
1045
+
1046
+ .navds-r-overflowx {
1047
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xl);
1048
+ }
1049
+
1050
+ .navds-r-overflowy {
1051
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xl);
1052
+ }
1053
+
1054
+ .navds-r-flex-basis {
1055
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xl);
1056
+ }
1057
+
1058
+ .navds-r-flex-grow {
1059
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xl);
1060
+ }
1061
+
1062
+ .navds-r-flex-shrink {
1063
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xl);
1064
+ }
1065
+ }
1066
+
1067
+ @media (min-width: 1440px) {
1068
+ .navds-r-p {
1069
+ --__ac-r-padding: var(--__ac-r-p-2xl);
1070
+ }
1071
+
1072
+ .navds-r-pi {
1073
+ --__ac-r-pi: var(--__ac-r-pi-2xl);
1074
+ }
1075
+
1076
+ .navds-r-pb {
1077
+ --__ac-r-pb: var(--__ac-r-pb-2xl);
1078
+ }
1079
+
1080
+ .navds-r-w {
1081
+ --__ac-r-w: var(--__ac-r-w-2xl);
1082
+ }
1083
+
1084
+ .navds-r-minw {
1085
+ --__ac-r-minw: var(--__ac-r-minw-2xl);
1086
+ }
1087
+
1088
+ .navds-r-maxw {
1089
+ --__ac-r-maxw: var(--__ac-r-maxw-2xl);
1090
+ }
1091
+
1092
+ .navds-r-h {
1093
+ --__ac-r-h: var(--__ac-r-h-2xl);
1094
+ }
1095
+
1096
+ .navds-r-minh {
1097
+ --__ac-r-minh: var(--__ac-r-minh-2xl);
1098
+ }
1099
+
1100
+ .navds-r-maxh {
1101
+ --__ac-r-maxh: var(--__ac-r-maxh-2xl);
1102
+ }
1103
+
1104
+ .navds-r-position {
1105
+ --__ac-r-position: var(--__ac-r-position-2xl);
1106
+ }
1107
+
1108
+ .navds-r-inset {
1109
+ --__ac-r-inset: var(--__ac-r-inset-2xl);
1110
+ }
1111
+
1112
+ .navds-r-top {
1113
+ --__ac-r-top: var(--__ac-r-top-2xl);
1114
+ }
1115
+
1116
+ .navds-r-right {
1117
+ --__ac-r-right: var(--__ac-r-right-2xl);
1118
+ }
1119
+
1120
+ .navds-r-bottom {
1121
+ --__ac-r-bottom: var(--__ac-r-bottom-2xl);
1122
+ }
1123
+
1124
+ .navds-r-left {
1125
+ --__ac-r-left: var(--__ac-r-left-2xl);
1126
+ }
1127
+
1128
+ .navds-r-overflow {
1129
+ --__ac-r-overflow: var(--__ac-r-overflow-2xl);
1130
+ }
1131
+
1132
+ .navds-r-overflowx {
1133
+ --__ac-r-overflowx: var(--__ac-r-overflowx-2xl);
1134
+ }
1135
+
1136
+ .navds-r-overflowy {
1137
+ --__ac-r-overflowy: var(--__ac-r-overflowy-2xl);
1138
+ }
1139
+
1140
+ .navds-r-flex-basis {
1141
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-2xl);
1142
+ }
1143
+
1144
+ .navds-r-flex-grow {
1145
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-2xl);
1146
+ }
1147
+
1148
+ .navds-r-flex-shrink {
1149
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-2xl);
1150
+ }
1151
+ }