@oslokommune/punkt-css 7.1.5 → 7.1.7

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.
@@ -1601,6 +1601,354 @@ body {
1601
1601
  padding-bottom: 0.25rem !important;
1602
1602
  }
1603
1603
  }
1604
+ .m-size-6 {
1605
+ margin: 0.375rem !important;
1606
+ }
1607
+
1608
+ .mt-size-6 {
1609
+ margin-top: 0.375rem !important;
1610
+ }
1611
+
1612
+ .mr-size-6 {
1613
+ margin-right: 0.375rem !important;
1614
+ }
1615
+
1616
+ .mb-size-6 {
1617
+ margin-bottom: 0.375rem !important;
1618
+ }
1619
+
1620
+ .ml-size-6 {
1621
+ margin-left: 0.375rem !important;
1622
+ }
1623
+
1624
+ .mx-size-6 {
1625
+ margin-right: 0.375rem !important;
1626
+ margin-left: 0.375rem !important;
1627
+ }
1628
+
1629
+ .my-size-6 {
1630
+ margin-top: 0.375rem !important;
1631
+ margin-bottom: 0.375rem !important;
1632
+ }
1633
+
1634
+ .p-size-6 {
1635
+ padding: 0.375rem !important;
1636
+ }
1637
+
1638
+ .pt-size-6 {
1639
+ padding-top: 0.375rem !important;
1640
+ }
1641
+
1642
+ .pr-size-6 {
1643
+ padding-right: 0.375rem !important;
1644
+ }
1645
+
1646
+ .pb-size-6 {
1647
+ padding-bottom: 0.375rem !important;
1648
+ }
1649
+
1650
+ .pl-size-6 {
1651
+ padding-left: 0.375rem !important;
1652
+ }
1653
+
1654
+ .px-size-6 {
1655
+ padding-right: 0.375rem !important;
1656
+ padding-left: 0.375rem !important;
1657
+ }
1658
+
1659
+ .py-size-6 {
1660
+ padding-top: 0.375rem !important;
1661
+ padding-bottom: 0.375rem !important;
1662
+ }
1663
+
1664
+ @media screen and (min-width: 0) {
1665
+ .m-size-6--mobile-up {
1666
+ margin: 0.375rem !important;
1667
+ }
1668
+ .mt-size-6--mobile-up {
1669
+ margin-top: 0.375rem !important;
1670
+ }
1671
+ .mr-size-6--mobile-up {
1672
+ margin-right: 0.375rem !important;
1673
+ }
1674
+ .mb-size-6--mobile-up {
1675
+ margin-bottom: 0.375rem !important;
1676
+ }
1677
+ .ml-size-6--mobile-up {
1678
+ margin-left: 0.375rem !important;
1679
+ }
1680
+ .mx-size-6--mobile-up {
1681
+ margin-right: 0.375rem !important;
1682
+ margin-left: 0.375rem !important;
1683
+ }
1684
+ .my-size-6--mobile-up {
1685
+ margin-top: 0.375rem !important;
1686
+ margin-bottom: 0.375rem !important;
1687
+ }
1688
+ .p-size-6--mobile-up {
1689
+ padding: 0.375rem !important;
1690
+ }
1691
+ .pt-size-6--mobile-up {
1692
+ padding-top: 0.375rem !important;
1693
+ }
1694
+ .pr-size-6--mobile-up {
1695
+ padding-right: 0.375rem !important;
1696
+ }
1697
+ .pb-size-6--mobile-up {
1698
+ padding-bottom: 0.375rem !important;
1699
+ }
1700
+ .pl-size-6--mobile-up {
1701
+ padding-left: 0.375rem !important;
1702
+ }
1703
+ .px-size-6--mobile-up {
1704
+ padding-right: 0.375rem !important;
1705
+ padding-left: 0.375rem !important;
1706
+ }
1707
+ .py-size-6--mobile-up {
1708
+ padding-top: 0.375rem !important;
1709
+ padding-bottom: 0.375rem !important;
1710
+ }
1711
+ }
1712
+ @media screen and (min-width: 36rem) {
1713
+ .m-size-6--phablet-up {
1714
+ margin: 0.375rem !important;
1715
+ }
1716
+ .mt-size-6--phablet-up {
1717
+ margin-top: 0.375rem !important;
1718
+ }
1719
+ .mr-size-6--phablet-up {
1720
+ margin-right: 0.375rem !important;
1721
+ }
1722
+ .mb-size-6--phablet-up {
1723
+ margin-bottom: 0.375rem !important;
1724
+ }
1725
+ .ml-size-6--phablet-up {
1726
+ margin-left: 0.375rem !important;
1727
+ }
1728
+ .mx-size-6--phablet-up {
1729
+ margin-right: 0.375rem !important;
1730
+ margin-left: 0.375rem !important;
1731
+ }
1732
+ .my-size-6--phablet-up {
1733
+ margin-top: 0.375rem !important;
1734
+ margin-bottom: 0.375rem !important;
1735
+ }
1736
+ .p-size-6--phablet-up {
1737
+ padding: 0.375rem !important;
1738
+ }
1739
+ .pt-size-6--phablet-up {
1740
+ padding-top: 0.375rem !important;
1741
+ }
1742
+ .pr-size-6--phablet-up {
1743
+ padding-right: 0.375rem !important;
1744
+ }
1745
+ .pb-size-6--phablet-up {
1746
+ padding-bottom: 0.375rem !important;
1747
+ }
1748
+ .pl-size-6--phablet-up {
1749
+ padding-left: 0.375rem !important;
1750
+ }
1751
+ .px-size-6--phablet-up {
1752
+ padding-right: 0.375rem !important;
1753
+ padding-left: 0.375rem !important;
1754
+ }
1755
+ .py-size-6--phablet-up {
1756
+ padding-top: 0.375rem !important;
1757
+ padding-bottom: 0.375rem !important;
1758
+ }
1759
+ }
1760
+ @media screen and (min-width: 48rem) {
1761
+ .m-size-6--tablet-up {
1762
+ margin: 0.375rem !important;
1763
+ }
1764
+ .mt-size-6--tablet-up {
1765
+ margin-top: 0.375rem !important;
1766
+ }
1767
+ .mr-size-6--tablet-up {
1768
+ margin-right: 0.375rem !important;
1769
+ }
1770
+ .mb-size-6--tablet-up {
1771
+ margin-bottom: 0.375rem !important;
1772
+ }
1773
+ .ml-size-6--tablet-up {
1774
+ margin-left: 0.375rem !important;
1775
+ }
1776
+ .mx-size-6--tablet-up {
1777
+ margin-right: 0.375rem !important;
1778
+ margin-left: 0.375rem !important;
1779
+ }
1780
+ .my-size-6--tablet-up {
1781
+ margin-top: 0.375rem !important;
1782
+ margin-bottom: 0.375rem !important;
1783
+ }
1784
+ .p-size-6--tablet-up {
1785
+ padding: 0.375rem !important;
1786
+ }
1787
+ .pt-size-6--tablet-up {
1788
+ padding-top: 0.375rem !important;
1789
+ }
1790
+ .pr-size-6--tablet-up {
1791
+ padding-right: 0.375rem !important;
1792
+ }
1793
+ .pb-size-6--tablet-up {
1794
+ padding-bottom: 0.375rem !important;
1795
+ }
1796
+ .pl-size-6--tablet-up {
1797
+ padding-left: 0.375rem !important;
1798
+ }
1799
+ .px-size-6--tablet-up {
1800
+ padding-right: 0.375rem !important;
1801
+ padding-left: 0.375rem !important;
1802
+ }
1803
+ .py-size-6--tablet-up {
1804
+ padding-top: 0.375rem !important;
1805
+ padding-bottom: 0.375rem !important;
1806
+ }
1807
+ }
1808
+ @media screen and (min-width: 64rem) {
1809
+ .m-size-6--tablet-big-up {
1810
+ margin: 0.375rem !important;
1811
+ }
1812
+ .mt-size-6--tablet-big-up {
1813
+ margin-top: 0.375rem !important;
1814
+ }
1815
+ .mr-size-6--tablet-big-up {
1816
+ margin-right: 0.375rem !important;
1817
+ }
1818
+ .mb-size-6--tablet-big-up {
1819
+ margin-bottom: 0.375rem !important;
1820
+ }
1821
+ .ml-size-6--tablet-big-up {
1822
+ margin-left: 0.375rem !important;
1823
+ }
1824
+ .mx-size-6--tablet-big-up {
1825
+ margin-right: 0.375rem !important;
1826
+ margin-left: 0.375rem !important;
1827
+ }
1828
+ .my-size-6--tablet-big-up {
1829
+ margin-top: 0.375rem !important;
1830
+ margin-bottom: 0.375rem !important;
1831
+ }
1832
+ .p-size-6--tablet-big-up {
1833
+ padding: 0.375rem !important;
1834
+ }
1835
+ .pt-size-6--tablet-big-up {
1836
+ padding-top: 0.375rem !important;
1837
+ }
1838
+ .pr-size-6--tablet-big-up {
1839
+ padding-right: 0.375rem !important;
1840
+ }
1841
+ .pb-size-6--tablet-big-up {
1842
+ padding-bottom: 0.375rem !important;
1843
+ }
1844
+ .pl-size-6--tablet-big-up {
1845
+ padding-left: 0.375rem !important;
1846
+ }
1847
+ .px-size-6--tablet-big-up {
1848
+ padding-right: 0.375rem !important;
1849
+ padding-left: 0.375rem !important;
1850
+ }
1851
+ .py-size-6--tablet-big-up {
1852
+ padding-top: 0.375rem !important;
1853
+ padding-bottom: 0.375rem !important;
1854
+ }
1855
+ }
1856
+ @media screen and (min-width: 80rem) {
1857
+ .m-size-6--laptop-up {
1858
+ margin: 0.375rem !important;
1859
+ }
1860
+ .mt-size-6--laptop-up {
1861
+ margin-top: 0.375rem !important;
1862
+ }
1863
+ .mr-size-6--laptop-up {
1864
+ margin-right: 0.375rem !important;
1865
+ }
1866
+ .mb-size-6--laptop-up {
1867
+ margin-bottom: 0.375rem !important;
1868
+ }
1869
+ .ml-size-6--laptop-up {
1870
+ margin-left: 0.375rem !important;
1871
+ }
1872
+ .mx-size-6--laptop-up {
1873
+ margin-right: 0.375rem !important;
1874
+ margin-left: 0.375rem !important;
1875
+ }
1876
+ .my-size-6--laptop-up {
1877
+ margin-top: 0.375rem !important;
1878
+ margin-bottom: 0.375rem !important;
1879
+ }
1880
+ .p-size-6--laptop-up {
1881
+ padding: 0.375rem !important;
1882
+ }
1883
+ .pt-size-6--laptop-up {
1884
+ padding-top: 0.375rem !important;
1885
+ }
1886
+ .pr-size-6--laptop-up {
1887
+ padding-right: 0.375rem !important;
1888
+ }
1889
+ .pb-size-6--laptop-up {
1890
+ padding-bottom: 0.375rem !important;
1891
+ }
1892
+ .pl-size-6--laptop-up {
1893
+ padding-left: 0.375rem !important;
1894
+ }
1895
+ .px-size-6--laptop-up {
1896
+ padding-right: 0.375rem !important;
1897
+ padding-left: 0.375rem !important;
1898
+ }
1899
+ .py-size-6--laptop-up {
1900
+ padding-top: 0.375rem !important;
1901
+ padding-bottom: 0.375rem !important;
1902
+ }
1903
+ }
1904
+ @media screen and (min-width: 100rem) {
1905
+ .m-size-6--desktop-up {
1906
+ margin: 0.375rem !important;
1907
+ }
1908
+ .mt-size-6--desktop-up {
1909
+ margin-top: 0.375rem !important;
1910
+ }
1911
+ .mr-size-6--desktop-up {
1912
+ margin-right: 0.375rem !important;
1913
+ }
1914
+ .mb-size-6--desktop-up {
1915
+ margin-bottom: 0.375rem !important;
1916
+ }
1917
+ .ml-size-6--desktop-up {
1918
+ margin-left: 0.375rem !important;
1919
+ }
1920
+ .mx-size-6--desktop-up {
1921
+ margin-right: 0.375rem !important;
1922
+ margin-left: 0.375rem !important;
1923
+ }
1924
+ .my-size-6--desktop-up {
1925
+ margin-top: 0.375rem !important;
1926
+ margin-bottom: 0.375rem !important;
1927
+ }
1928
+ .p-size-6--desktop-up {
1929
+ padding: 0.375rem !important;
1930
+ }
1931
+ .pt-size-6--desktop-up {
1932
+ padding-top: 0.375rem !important;
1933
+ }
1934
+ .pr-size-6--desktop-up {
1935
+ padding-right: 0.375rem !important;
1936
+ }
1937
+ .pb-size-6--desktop-up {
1938
+ padding-bottom: 0.375rem !important;
1939
+ }
1940
+ .pl-size-6--desktop-up {
1941
+ padding-left: 0.375rem !important;
1942
+ }
1943
+ .px-size-6--desktop-up {
1944
+ padding-right: 0.375rem !important;
1945
+ padding-left: 0.375rem !important;
1946
+ }
1947
+ .py-size-6--desktop-up {
1948
+ padding-top: 0.375rem !important;
1949
+ padding-bottom: 0.375rem !important;
1950
+ }
1951
+ }
1604
1952
  .m-size-8 {
1605
1953
  margin: 0.5rem !important;
1606
1954
  }
@@ -4037,6 +4385,354 @@ body {
4037
4385
  padding-bottom: 3rem !important;
4038
4386
  }
4039
4387
  }
4388
+ .m-size-52 {
4389
+ margin: 3.25rem !important;
4390
+ }
4391
+
4392
+ .mt-size-52 {
4393
+ margin-top: 3.25rem !important;
4394
+ }
4395
+
4396
+ .mr-size-52 {
4397
+ margin-right: 3.25rem !important;
4398
+ }
4399
+
4400
+ .mb-size-52 {
4401
+ margin-bottom: 3.25rem !important;
4402
+ }
4403
+
4404
+ .ml-size-52 {
4405
+ margin-left: 3.25rem !important;
4406
+ }
4407
+
4408
+ .mx-size-52 {
4409
+ margin-right: 3.25rem !important;
4410
+ margin-left: 3.25rem !important;
4411
+ }
4412
+
4413
+ .my-size-52 {
4414
+ margin-top: 3.25rem !important;
4415
+ margin-bottom: 3.25rem !important;
4416
+ }
4417
+
4418
+ .p-size-52 {
4419
+ padding: 3.25rem !important;
4420
+ }
4421
+
4422
+ .pt-size-52 {
4423
+ padding-top: 3.25rem !important;
4424
+ }
4425
+
4426
+ .pr-size-52 {
4427
+ padding-right: 3.25rem !important;
4428
+ }
4429
+
4430
+ .pb-size-52 {
4431
+ padding-bottom: 3.25rem !important;
4432
+ }
4433
+
4434
+ .pl-size-52 {
4435
+ padding-left: 3.25rem !important;
4436
+ }
4437
+
4438
+ .px-size-52 {
4439
+ padding-right: 3.25rem !important;
4440
+ padding-left: 3.25rem !important;
4441
+ }
4442
+
4443
+ .py-size-52 {
4444
+ padding-top: 3.25rem !important;
4445
+ padding-bottom: 3.25rem !important;
4446
+ }
4447
+
4448
+ @media screen and (min-width: 0) {
4449
+ .m-size-52--mobile-up {
4450
+ margin: 3.25rem !important;
4451
+ }
4452
+ .mt-size-52--mobile-up {
4453
+ margin-top: 3.25rem !important;
4454
+ }
4455
+ .mr-size-52--mobile-up {
4456
+ margin-right: 3.25rem !important;
4457
+ }
4458
+ .mb-size-52--mobile-up {
4459
+ margin-bottom: 3.25rem !important;
4460
+ }
4461
+ .ml-size-52--mobile-up {
4462
+ margin-left: 3.25rem !important;
4463
+ }
4464
+ .mx-size-52--mobile-up {
4465
+ margin-right: 3.25rem !important;
4466
+ margin-left: 3.25rem !important;
4467
+ }
4468
+ .my-size-52--mobile-up {
4469
+ margin-top: 3.25rem !important;
4470
+ margin-bottom: 3.25rem !important;
4471
+ }
4472
+ .p-size-52--mobile-up {
4473
+ padding: 3.25rem !important;
4474
+ }
4475
+ .pt-size-52--mobile-up {
4476
+ padding-top: 3.25rem !important;
4477
+ }
4478
+ .pr-size-52--mobile-up {
4479
+ padding-right: 3.25rem !important;
4480
+ }
4481
+ .pb-size-52--mobile-up {
4482
+ padding-bottom: 3.25rem !important;
4483
+ }
4484
+ .pl-size-52--mobile-up {
4485
+ padding-left: 3.25rem !important;
4486
+ }
4487
+ .px-size-52--mobile-up {
4488
+ padding-right: 3.25rem !important;
4489
+ padding-left: 3.25rem !important;
4490
+ }
4491
+ .py-size-52--mobile-up {
4492
+ padding-top: 3.25rem !important;
4493
+ padding-bottom: 3.25rem !important;
4494
+ }
4495
+ }
4496
+ @media screen and (min-width: 36rem) {
4497
+ .m-size-52--phablet-up {
4498
+ margin: 3.25rem !important;
4499
+ }
4500
+ .mt-size-52--phablet-up {
4501
+ margin-top: 3.25rem !important;
4502
+ }
4503
+ .mr-size-52--phablet-up {
4504
+ margin-right: 3.25rem !important;
4505
+ }
4506
+ .mb-size-52--phablet-up {
4507
+ margin-bottom: 3.25rem !important;
4508
+ }
4509
+ .ml-size-52--phablet-up {
4510
+ margin-left: 3.25rem !important;
4511
+ }
4512
+ .mx-size-52--phablet-up {
4513
+ margin-right: 3.25rem !important;
4514
+ margin-left: 3.25rem !important;
4515
+ }
4516
+ .my-size-52--phablet-up {
4517
+ margin-top: 3.25rem !important;
4518
+ margin-bottom: 3.25rem !important;
4519
+ }
4520
+ .p-size-52--phablet-up {
4521
+ padding: 3.25rem !important;
4522
+ }
4523
+ .pt-size-52--phablet-up {
4524
+ padding-top: 3.25rem !important;
4525
+ }
4526
+ .pr-size-52--phablet-up {
4527
+ padding-right: 3.25rem !important;
4528
+ }
4529
+ .pb-size-52--phablet-up {
4530
+ padding-bottom: 3.25rem !important;
4531
+ }
4532
+ .pl-size-52--phablet-up {
4533
+ padding-left: 3.25rem !important;
4534
+ }
4535
+ .px-size-52--phablet-up {
4536
+ padding-right: 3.25rem !important;
4537
+ padding-left: 3.25rem !important;
4538
+ }
4539
+ .py-size-52--phablet-up {
4540
+ padding-top: 3.25rem !important;
4541
+ padding-bottom: 3.25rem !important;
4542
+ }
4543
+ }
4544
+ @media screen and (min-width: 48rem) {
4545
+ .m-size-52--tablet-up {
4546
+ margin: 3.25rem !important;
4547
+ }
4548
+ .mt-size-52--tablet-up {
4549
+ margin-top: 3.25rem !important;
4550
+ }
4551
+ .mr-size-52--tablet-up {
4552
+ margin-right: 3.25rem !important;
4553
+ }
4554
+ .mb-size-52--tablet-up {
4555
+ margin-bottom: 3.25rem !important;
4556
+ }
4557
+ .ml-size-52--tablet-up {
4558
+ margin-left: 3.25rem !important;
4559
+ }
4560
+ .mx-size-52--tablet-up {
4561
+ margin-right: 3.25rem !important;
4562
+ margin-left: 3.25rem !important;
4563
+ }
4564
+ .my-size-52--tablet-up {
4565
+ margin-top: 3.25rem !important;
4566
+ margin-bottom: 3.25rem !important;
4567
+ }
4568
+ .p-size-52--tablet-up {
4569
+ padding: 3.25rem !important;
4570
+ }
4571
+ .pt-size-52--tablet-up {
4572
+ padding-top: 3.25rem !important;
4573
+ }
4574
+ .pr-size-52--tablet-up {
4575
+ padding-right: 3.25rem !important;
4576
+ }
4577
+ .pb-size-52--tablet-up {
4578
+ padding-bottom: 3.25rem !important;
4579
+ }
4580
+ .pl-size-52--tablet-up {
4581
+ padding-left: 3.25rem !important;
4582
+ }
4583
+ .px-size-52--tablet-up {
4584
+ padding-right: 3.25rem !important;
4585
+ padding-left: 3.25rem !important;
4586
+ }
4587
+ .py-size-52--tablet-up {
4588
+ padding-top: 3.25rem !important;
4589
+ padding-bottom: 3.25rem !important;
4590
+ }
4591
+ }
4592
+ @media screen and (min-width: 64rem) {
4593
+ .m-size-52--tablet-big-up {
4594
+ margin: 3.25rem !important;
4595
+ }
4596
+ .mt-size-52--tablet-big-up {
4597
+ margin-top: 3.25rem !important;
4598
+ }
4599
+ .mr-size-52--tablet-big-up {
4600
+ margin-right: 3.25rem !important;
4601
+ }
4602
+ .mb-size-52--tablet-big-up {
4603
+ margin-bottom: 3.25rem !important;
4604
+ }
4605
+ .ml-size-52--tablet-big-up {
4606
+ margin-left: 3.25rem !important;
4607
+ }
4608
+ .mx-size-52--tablet-big-up {
4609
+ margin-right: 3.25rem !important;
4610
+ margin-left: 3.25rem !important;
4611
+ }
4612
+ .my-size-52--tablet-big-up {
4613
+ margin-top: 3.25rem !important;
4614
+ margin-bottom: 3.25rem !important;
4615
+ }
4616
+ .p-size-52--tablet-big-up {
4617
+ padding: 3.25rem !important;
4618
+ }
4619
+ .pt-size-52--tablet-big-up {
4620
+ padding-top: 3.25rem !important;
4621
+ }
4622
+ .pr-size-52--tablet-big-up {
4623
+ padding-right: 3.25rem !important;
4624
+ }
4625
+ .pb-size-52--tablet-big-up {
4626
+ padding-bottom: 3.25rem !important;
4627
+ }
4628
+ .pl-size-52--tablet-big-up {
4629
+ padding-left: 3.25rem !important;
4630
+ }
4631
+ .px-size-52--tablet-big-up {
4632
+ padding-right: 3.25rem !important;
4633
+ padding-left: 3.25rem !important;
4634
+ }
4635
+ .py-size-52--tablet-big-up {
4636
+ padding-top: 3.25rem !important;
4637
+ padding-bottom: 3.25rem !important;
4638
+ }
4639
+ }
4640
+ @media screen and (min-width: 80rem) {
4641
+ .m-size-52--laptop-up {
4642
+ margin: 3.25rem !important;
4643
+ }
4644
+ .mt-size-52--laptop-up {
4645
+ margin-top: 3.25rem !important;
4646
+ }
4647
+ .mr-size-52--laptop-up {
4648
+ margin-right: 3.25rem !important;
4649
+ }
4650
+ .mb-size-52--laptop-up {
4651
+ margin-bottom: 3.25rem !important;
4652
+ }
4653
+ .ml-size-52--laptop-up {
4654
+ margin-left: 3.25rem !important;
4655
+ }
4656
+ .mx-size-52--laptop-up {
4657
+ margin-right: 3.25rem !important;
4658
+ margin-left: 3.25rem !important;
4659
+ }
4660
+ .my-size-52--laptop-up {
4661
+ margin-top: 3.25rem !important;
4662
+ margin-bottom: 3.25rem !important;
4663
+ }
4664
+ .p-size-52--laptop-up {
4665
+ padding: 3.25rem !important;
4666
+ }
4667
+ .pt-size-52--laptop-up {
4668
+ padding-top: 3.25rem !important;
4669
+ }
4670
+ .pr-size-52--laptop-up {
4671
+ padding-right: 3.25rem !important;
4672
+ }
4673
+ .pb-size-52--laptop-up {
4674
+ padding-bottom: 3.25rem !important;
4675
+ }
4676
+ .pl-size-52--laptop-up {
4677
+ padding-left: 3.25rem !important;
4678
+ }
4679
+ .px-size-52--laptop-up {
4680
+ padding-right: 3.25rem !important;
4681
+ padding-left: 3.25rem !important;
4682
+ }
4683
+ .py-size-52--laptop-up {
4684
+ padding-top: 3.25rem !important;
4685
+ padding-bottom: 3.25rem !important;
4686
+ }
4687
+ }
4688
+ @media screen and (min-width: 100rem) {
4689
+ .m-size-52--desktop-up {
4690
+ margin: 3.25rem !important;
4691
+ }
4692
+ .mt-size-52--desktop-up {
4693
+ margin-top: 3.25rem !important;
4694
+ }
4695
+ .mr-size-52--desktop-up {
4696
+ margin-right: 3.25rem !important;
4697
+ }
4698
+ .mb-size-52--desktop-up {
4699
+ margin-bottom: 3.25rem !important;
4700
+ }
4701
+ .ml-size-52--desktop-up {
4702
+ margin-left: 3.25rem !important;
4703
+ }
4704
+ .mx-size-52--desktop-up {
4705
+ margin-right: 3.25rem !important;
4706
+ margin-left: 3.25rem !important;
4707
+ }
4708
+ .my-size-52--desktop-up {
4709
+ margin-top: 3.25rem !important;
4710
+ margin-bottom: 3.25rem !important;
4711
+ }
4712
+ .p-size-52--desktop-up {
4713
+ padding: 3.25rem !important;
4714
+ }
4715
+ .pt-size-52--desktop-up {
4716
+ padding-top: 3.25rem !important;
4717
+ }
4718
+ .pr-size-52--desktop-up {
4719
+ padding-right: 3.25rem !important;
4720
+ }
4721
+ .pb-size-52--desktop-up {
4722
+ padding-bottom: 3.25rem !important;
4723
+ }
4724
+ .pl-size-52--desktop-up {
4725
+ padding-left: 3.25rem !important;
4726
+ }
4727
+ .px-size-52--desktop-up {
4728
+ padding-right: 3.25rem !important;
4729
+ padding-left: 3.25rem !important;
4730
+ }
4731
+ .py-size-52--desktop-up {
4732
+ padding-top: 3.25rem !important;
4733
+ padding-bottom: 3.25rem !important;
4734
+ }
4735
+ }
4040
4736
  .m-size-56 {
4041
4737
  margin: 3.5rem !important;
4042
4738
  }
@@ -9405,6 +10101,15 @@ body {
9405
10101
  .pkt-grid--rowgap-size-4 {
9406
10102
  row-gap: 0.25rem;
9407
10103
  }
10104
+ .pkt-grid--gap-size-6 {
10105
+ gap: 0.375rem;
10106
+ }
10107
+ .pkt-grid--colgap-size-6 {
10108
+ column-gap: 0.375rem;
10109
+ }
10110
+ .pkt-grid--rowgap-size-6 {
10111
+ row-gap: 0.375rem;
10112
+ }
9408
10113
  .pkt-grid--gap-size-8 {
9409
10114
  gap: 0.5rem;
9410
10115
  }
@@ -9468,6 +10173,15 @@ body {
9468
10173
  .pkt-grid--rowgap-size-48 {
9469
10174
  row-gap: 3rem;
9470
10175
  }
10176
+ .pkt-grid--gap-size-52 {
10177
+ gap: 3.25rem;
10178
+ }
10179
+ .pkt-grid--colgap-size-52 {
10180
+ column-gap: 3.25rem;
10181
+ }
10182
+ .pkt-grid--rowgap-size-52 {
10183
+ row-gap: 3.25rem;
10184
+ }
9471
10185
  .pkt-grid--gap-size-56 {
9472
10186
  gap: 3.5rem;
9473
10187
  }
@@ -9631,6 +10345,15 @@ body {
9631
10345
  .pkt-grid--rowgap-size-4-mobile-up {
9632
10346
  row-gap: 0.25rem;
9633
10347
  }
10348
+ .pkt-grid--gap-size-6-mobile-up {
10349
+ gap: 0.375rem;
10350
+ }
10351
+ .pkt-grid--colgap-size-6-mobile-up {
10352
+ column-gap: 0.375rem;
10353
+ }
10354
+ .pkt-grid--rowgap-size-6-mobile-up {
10355
+ row-gap: 0.375rem;
10356
+ }
9634
10357
  .pkt-grid--gap-size-8-mobile-up {
9635
10358
  gap: 0.5rem;
9636
10359
  }
@@ -9694,6 +10417,15 @@ body {
9694
10417
  .pkt-grid--rowgap-size-48-mobile-up {
9695
10418
  row-gap: 3rem;
9696
10419
  }
10420
+ .pkt-grid--gap-size-52-mobile-up {
10421
+ gap: 3.25rem;
10422
+ }
10423
+ .pkt-grid--colgap-size-52-mobile-up {
10424
+ column-gap: 3.25rem;
10425
+ }
10426
+ .pkt-grid--rowgap-size-52-mobile-up {
10427
+ row-gap: 3.25rem;
10428
+ }
9697
10429
  .pkt-grid--gap-size-56-mobile-up {
9698
10430
  gap: 3.5rem;
9699
10431
  }
@@ -9858,6 +10590,15 @@ body {
9858
10590
  .pkt-grid--rowgap-size-4-phablet-up {
9859
10591
  row-gap: 0.25rem;
9860
10592
  }
10593
+ .pkt-grid--gap-size-6-phablet-up {
10594
+ gap: 0.375rem;
10595
+ }
10596
+ .pkt-grid--colgap-size-6-phablet-up {
10597
+ column-gap: 0.375rem;
10598
+ }
10599
+ .pkt-grid--rowgap-size-6-phablet-up {
10600
+ row-gap: 0.375rem;
10601
+ }
9861
10602
  .pkt-grid--gap-size-8-phablet-up {
9862
10603
  gap: 0.5rem;
9863
10604
  }
@@ -9921,6 +10662,15 @@ body {
9921
10662
  .pkt-grid--rowgap-size-48-phablet-up {
9922
10663
  row-gap: 3rem;
9923
10664
  }
10665
+ .pkt-grid--gap-size-52-phablet-up {
10666
+ gap: 3.25rem;
10667
+ }
10668
+ .pkt-grid--colgap-size-52-phablet-up {
10669
+ column-gap: 3.25rem;
10670
+ }
10671
+ .pkt-grid--rowgap-size-52-phablet-up {
10672
+ row-gap: 3.25rem;
10673
+ }
9924
10674
  .pkt-grid--gap-size-56-phablet-up {
9925
10675
  gap: 3.5rem;
9926
10676
  }
@@ -10085,6 +10835,15 @@ body {
10085
10835
  .pkt-grid--rowgap-size-4-tablet-up {
10086
10836
  row-gap: 0.25rem;
10087
10837
  }
10838
+ .pkt-grid--gap-size-6-tablet-up {
10839
+ gap: 0.375rem;
10840
+ }
10841
+ .pkt-grid--colgap-size-6-tablet-up {
10842
+ column-gap: 0.375rem;
10843
+ }
10844
+ .pkt-grid--rowgap-size-6-tablet-up {
10845
+ row-gap: 0.375rem;
10846
+ }
10088
10847
  .pkt-grid--gap-size-8-tablet-up {
10089
10848
  gap: 0.5rem;
10090
10849
  }
@@ -10148,6 +10907,15 @@ body {
10148
10907
  .pkt-grid--rowgap-size-48-tablet-up {
10149
10908
  row-gap: 3rem;
10150
10909
  }
10910
+ .pkt-grid--gap-size-52-tablet-up {
10911
+ gap: 3.25rem;
10912
+ }
10913
+ .pkt-grid--colgap-size-52-tablet-up {
10914
+ column-gap: 3.25rem;
10915
+ }
10916
+ .pkt-grid--rowgap-size-52-tablet-up {
10917
+ row-gap: 3.25rem;
10918
+ }
10151
10919
  .pkt-grid--gap-size-56-tablet-up {
10152
10920
  gap: 3.5rem;
10153
10921
  }
@@ -10312,6 +11080,15 @@ body {
10312
11080
  .pkt-grid--rowgap-size-4-tablet-big-up {
10313
11081
  row-gap: 0.25rem;
10314
11082
  }
11083
+ .pkt-grid--gap-size-6-tablet-big-up {
11084
+ gap: 0.375rem;
11085
+ }
11086
+ .pkt-grid--colgap-size-6-tablet-big-up {
11087
+ column-gap: 0.375rem;
11088
+ }
11089
+ .pkt-grid--rowgap-size-6-tablet-big-up {
11090
+ row-gap: 0.375rem;
11091
+ }
10315
11092
  .pkt-grid--gap-size-8-tablet-big-up {
10316
11093
  gap: 0.5rem;
10317
11094
  }
@@ -10375,6 +11152,15 @@ body {
10375
11152
  .pkt-grid--rowgap-size-48-tablet-big-up {
10376
11153
  row-gap: 3rem;
10377
11154
  }
11155
+ .pkt-grid--gap-size-52-tablet-big-up {
11156
+ gap: 3.25rem;
11157
+ }
11158
+ .pkt-grid--colgap-size-52-tablet-big-up {
11159
+ column-gap: 3.25rem;
11160
+ }
11161
+ .pkt-grid--rowgap-size-52-tablet-big-up {
11162
+ row-gap: 3.25rem;
11163
+ }
10378
11164
  .pkt-grid--gap-size-56-tablet-big-up {
10379
11165
  gap: 3.5rem;
10380
11166
  }
@@ -10539,6 +11325,15 @@ body {
10539
11325
  .pkt-grid--rowgap-size-4-laptop-up {
10540
11326
  row-gap: 0.25rem;
10541
11327
  }
11328
+ .pkt-grid--gap-size-6-laptop-up {
11329
+ gap: 0.375rem;
11330
+ }
11331
+ .pkt-grid--colgap-size-6-laptop-up {
11332
+ column-gap: 0.375rem;
11333
+ }
11334
+ .pkt-grid--rowgap-size-6-laptop-up {
11335
+ row-gap: 0.375rem;
11336
+ }
10542
11337
  .pkt-grid--gap-size-8-laptop-up {
10543
11338
  gap: 0.5rem;
10544
11339
  }
@@ -10602,6 +11397,15 @@ body {
10602
11397
  .pkt-grid--rowgap-size-48-laptop-up {
10603
11398
  row-gap: 3rem;
10604
11399
  }
11400
+ .pkt-grid--gap-size-52-laptop-up {
11401
+ gap: 3.25rem;
11402
+ }
11403
+ .pkt-grid--colgap-size-52-laptop-up {
11404
+ column-gap: 3.25rem;
11405
+ }
11406
+ .pkt-grid--rowgap-size-52-laptop-up {
11407
+ row-gap: 3.25rem;
11408
+ }
10605
11409
  .pkt-grid--gap-size-56-laptop-up {
10606
11410
  gap: 3.5rem;
10607
11411
  }
@@ -10766,6 +11570,15 @@ body {
10766
11570
  .pkt-grid--rowgap-size-4-desktop-up {
10767
11571
  row-gap: 0.25rem;
10768
11572
  }
11573
+ .pkt-grid--gap-size-6-desktop-up {
11574
+ gap: 0.375rem;
11575
+ }
11576
+ .pkt-grid--colgap-size-6-desktop-up {
11577
+ column-gap: 0.375rem;
11578
+ }
11579
+ .pkt-grid--rowgap-size-6-desktop-up {
11580
+ row-gap: 0.375rem;
11581
+ }
10769
11582
  .pkt-grid--gap-size-8-desktop-up {
10770
11583
  gap: 0.5rem;
10771
11584
  }
@@ -10829,6 +11642,15 @@ body {
10829
11642
  .pkt-grid--rowgap-size-48-desktop-up {
10830
11643
  row-gap: 3rem;
10831
11644
  }
11645
+ .pkt-grid--gap-size-52-desktop-up {
11646
+ gap: 3.25rem;
11647
+ }
11648
+ .pkt-grid--colgap-size-52-desktop-up {
11649
+ column-gap: 3.25rem;
11650
+ }
11651
+ .pkt-grid--rowgap-size-52-desktop-up {
11652
+ row-gap: 3.25rem;
11653
+ }
10832
11654
  .pkt-grid--gap-size-56-desktop-up {
10833
11655
  gap: 3.5rem;
10834
11656
  }