primer_view_components 0.0.123 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/app/assets/javascripts/primer_view_components.js +1 -1
- data/app/assets/javascripts/primer_view_components.js.map +1 -1
- data/app/assets/styles/primer_view_components.css +2 -2
- data/app/assets/styles/primer_view_components.css.map +1 -1
- data/app/components/primer/alpha/action_list/item.rb +4 -0
- data/app/components/primer/alpha/action_list.css.json +41 -0
- data/app/components/primer/alpha/auto_complete.css.json +11 -0
- data/app/components/primer/alpha/banner.css.json +14 -0
- data/app/components/primer/alpha/button_marketing.css.json +10 -0
- data/app/components/primer/alpha/dialog.css.json +63 -0
- data/app/components/primer/alpha/dropdown.css.json +21 -0
- data/app/components/primer/alpha/layout.css.json +27 -0
- data/app/components/primer/alpha/menu.css.json +11 -0
- data/app/components/primer/alpha/nav_list/item.rb +3 -1
- data/app/components/primer/alpha/nav_list/section.rb +4 -4
- data/app/components/primer/alpha/nav_list.js +3 -0
- data/app/components/primer/alpha/nav_list.rb +2 -2
- data/app/components/primer/alpha/nav_list.ts +4 -0
- data/app/components/primer/alpha/overlay/body.rb +26 -0
- data/app/components/primer/alpha/overlay/footer.rb +41 -0
- data/app/components/primer/alpha/overlay/header.html.erb +15 -0
- data/app/components/primer/alpha/overlay/header.rb +47 -0
- data/app/components/primer/alpha/overlay.css +1 -0
- data/app/components/primer/alpha/overlay.css.json +11 -0
- data/app/components/primer/alpha/overlay.css.map +1 -0
- data/app/components/primer/alpha/overlay.html.erb +11 -0
- data/app/components/primer/alpha/overlay.pcss +14 -0
- data/app/components/primer/alpha/overlay.rb +194 -0
- data/app/components/primer/alpha/segmented_control.css.json +15 -0
- data/app/components/primer/alpha/tab_nav.css.json +10 -0
- data/app/components/primer/alpha/text_field.css.json +38 -0
- data/app/components/primer/alpha/toggle_switch.css.json +16 -0
- data/app/components/primer/alpha/underline_nav.css.json +13 -0
- data/app/components/primer/anchored_position.d.ts +27 -0
- data/app/components/primer/anchored_position.js +149 -0
- data/app/components/primer/anchored_position.ts +167 -0
- data/app/components/primer/beta/avatar.css.json +14 -0
- data/app/components/primer/beta/avatar_stack.css.json +9 -0
- data/app/components/primer/beta/blankslate.css.json +12 -0
- data/app/components/primer/beta/border_box.css.json +32 -0
- data/app/components/primer/beta/breadcrumbs.css.json +4 -0
- data/app/components/primer/beta/button.css.json +22 -0
- data/app/components/primer/beta/counter.css.json +6 -0
- data/app/components/primer/beta/flash.css.json +15 -0
- data/app/components/primer/beta/flash.html.erb +1 -2
- data/app/components/primer/beta/label.css.json +20 -0
- data/app/components/primer/beta/link.css.json +8 -0
- data/app/components/primer/beta/popover.css.json +18 -0
- data/app/components/primer/beta/progress_bar.css.json +6 -0
- data/app/components/primer/beta/state.css.json +10 -0
- data/app/components/primer/beta/subhead.css.json +8 -0
- data/app/components/primer/beta/timeline_item.css.json +9 -0
- data/app/components/primer/beta/truncate.css.json +6 -0
- data/app/components/primer/primer.d.ts +2 -0
- data/app/components/primer/primer.js +2 -0
- data/app/components/primer/primer.pcss +3 -0
- data/app/components/primer/primer.ts +2 -0
- data/app/components/primer/truncate.css.json +7 -0
- data/app/lib/primer/css/layout.css.json +263 -0
- data/app/lib/primer/css/utilities.css.json +1636 -0
- data/lib/primer/view_components/linters/base_linter.rb +1 -1
- data/lib/primer/view_components/linters/disallow_component_css_counter.rb +30 -0
- data/lib/primer/view_components/version.rb +2 -2
- data/lib/primer/yard/component_manifest.rb +1 -0
- data/previews/primer/alpha/overlay_preview/middle_of_page.html.erb +17 -0
- data/previews/primer/alpha/overlay_preview.rb +107 -0
- data/static/arguments.json +104 -0
- data/static/audited_at.json +4 -0
- data/static/classes.json +311 -0
- data/static/constants.json +102 -0
- data/static/previews.json +21 -0
- data/static/statuses.json +4 -0
- metadata +19 -2
@@ -1655,5 +1655,1641 @@
|
|
1655
1655
|
".sr-only",
|
1656
1656
|
".show-on-focus",
|
1657
1657
|
".show-on-focus:focus"
|
1658
|
+
],
|
1659
|
+
"classes": [
|
1660
|
+
"anim-fade-in",
|
1661
|
+
"fast",
|
1662
|
+
"anim-fade-out",
|
1663
|
+
"anim-fade-up",
|
1664
|
+
"anim-fade-down",
|
1665
|
+
"anim-grow-x",
|
1666
|
+
"anim-shrink-x",
|
1667
|
+
"anim-scale-in",
|
1668
|
+
"anim-pulse",
|
1669
|
+
"anim-pulse-in",
|
1670
|
+
"hover-grow",
|
1671
|
+
"anim-hover-grow",
|
1672
|
+
"anim-rotate",
|
1673
|
+
"border-x",
|
1674
|
+
"border-y",
|
1675
|
+
"border",
|
1676
|
+
"border-0",
|
1677
|
+
"border-top",
|
1678
|
+
"border-right",
|
1679
|
+
"border-bottom",
|
1680
|
+
"border-left",
|
1681
|
+
"border-top-0",
|
1682
|
+
"border-right-0",
|
1683
|
+
"border-bottom-0",
|
1684
|
+
"border-left-0",
|
1685
|
+
"rounded",
|
1686
|
+
"rounded-0",
|
1687
|
+
"rounded-1",
|
1688
|
+
"rounded-2",
|
1689
|
+
"rounded-3",
|
1690
|
+
"rounded-top-0",
|
1691
|
+
"rounded-top-1",
|
1692
|
+
"rounded-top-2",
|
1693
|
+
"rounded-top-3",
|
1694
|
+
"rounded-right-0",
|
1695
|
+
"rounded-right-1",
|
1696
|
+
"rounded-right-2",
|
1697
|
+
"rounded-right-3",
|
1698
|
+
"rounded-bottom-0",
|
1699
|
+
"rounded-bottom-1",
|
1700
|
+
"rounded-bottom-2",
|
1701
|
+
"rounded-bottom-3",
|
1702
|
+
"rounded-left-0",
|
1703
|
+
"rounded-left-1",
|
1704
|
+
"rounded-left-2",
|
1705
|
+
"rounded-left-3",
|
1706
|
+
"border-sm",
|
1707
|
+
"border-sm-0",
|
1708
|
+
"border-sm-top",
|
1709
|
+
"border-sm-right",
|
1710
|
+
"border-sm-bottom",
|
1711
|
+
"border-sm-left",
|
1712
|
+
"border-sm-top-0",
|
1713
|
+
"border-sm-right-0",
|
1714
|
+
"border-sm-bottom-0",
|
1715
|
+
"border-sm-left-0",
|
1716
|
+
"rounded-sm",
|
1717
|
+
"rounded-sm-0",
|
1718
|
+
"rounded-sm-1",
|
1719
|
+
"rounded-sm-2",
|
1720
|
+
"rounded-sm-3",
|
1721
|
+
"rounded-sm-top-0",
|
1722
|
+
"rounded-sm-top-1",
|
1723
|
+
"rounded-sm-top-2",
|
1724
|
+
"rounded-sm-top-3",
|
1725
|
+
"rounded-sm-right-0",
|
1726
|
+
"rounded-sm-right-1",
|
1727
|
+
"rounded-sm-right-2",
|
1728
|
+
"rounded-sm-right-3",
|
1729
|
+
"rounded-sm-bottom-0",
|
1730
|
+
"rounded-sm-bottom-1",
|
1731
|
+
"rounded-sm-bottom-2",
|
1732
|
+
"rounded-sm-bottom-3",
|
1733
|
+
"rounded-sm-left-0",
|
1734
|
+
"rounded-sm-left-1",
|
1735
|
+
"rounded-sm-left-2",
|
1736
|
+
"rounded-sm-left-3",
|
1737
|
+
"border-md",
|
1738
|
+
"border-md-0",
|
1739
|
+
"border-md-top",
|
1740
|
+
"border-md-right",
|
1741
|
+
"border-md-bottom",
|
1742
|
+
"border-md-left",
|
1743
|
+
"border-md-top-0",
|
1744
|
+
"border-md-right-0",
|
1745
|
+
"border-md-bottom-0",
|
1746
|
+
"border-md-left-0",
|
1747
|
+
"rounded-md",
|
1748
|
+
"rounded-md-0",
|
1749
|
+
"rounded-md-1",
|
1750
|
+
"rounded-md-2",
|
1751
|
+
"rounded-md-3",
|
1752
|
+
"rounded-md-top-0",
|
1753
|
+
"rounded-md-top-1",
|
1754
|
+
"rounded-md-top-2",
|
1755
|
+
"rounded-md-top-3",
|
1756
|
+
"rounded-md-right-0",
|
1757
|
+
"rounded-md-right-1",
|
1758
|
+
"rounded-md-right-2",
|
1759
|
+
"rounded-md-right-3",
|
1760
|
+
"rounded-md-bottom-0",
|
1761
|
+
"rounded-md-bottom-1",
|
1762
|
+
"rounded-md-bottom-2",
|
1763
|
+
"rounded-md-bottom-3",
|
1764
|
+
"rounded-md-left-0",
|
1765
|
+
"rounded-md-left-1",
|
1766
|
+
"rounded-md-left-2",
|
1767
|
+
"rounded-md-left-3",
|
1768
|
+
"border-lg",
|
1769
|
+
"border-lg-0",
|
1770
|
+
"border-lg-top",
|
1771
|
+
"border-lg-right",
|
1772
|
+
"border-lg-bottom",
|
1773
|
+
"border-lg-left",
|
1774
|
+
"border-lg-top-0",
|
1775
|
+
"border-lg-right-0",
|
1776
|
+
"border-lg-bottom-0",
|
1777
|
+
"border-lg-left-0",
|
1778
|
+
"rounded-lg",
|
1779
|
+
"rounded-lg-0",
|
1780
|
+
"rounded-lg-1",
|
1781
|
+
"rounded-lg-2",
|
1782
|
+
"rounded-lg-3",
|
1783
|
+
"rounded-lg-top-0",
|
1784
|
+
"rounded-lg-top-1",
|
1785
|
+
"rounded-lg-top-2",
|
1786
|
+
"rounded-lg-top-3",
|
1787
|
+
"rounded-lg-right-0",
|
1788
|
+
"rounded-lg-right-1",
|
1789
|
+
"rounded-lg-right-2",
|
1790
|
+
"rounded-lg-right-3",
|
1791
|
+
"rounded-lg-bottom-0",
|
1792
|
+
"rounded-lg-bottom-1",
|
1793
|
+
"rounded-lg-bottom-2",
|
1794
|
+
"rounded-lg-bottom-3",
|
1795
|
+
"rounded-lg-left-0",
|
1796
|
+
"rounded-lg-left-1",
|
1797
|
+
"rounded-lg-left-2",
|
1798
|
+
"rounded-lg-left-3",
|
1799
|
+
"border-xl",
|
1800
|
+
"border-xl-0",
|
1801
|
+
"border-xl-top",
|
1802
|
+
"border-xl-right",
|
1803
|
+
"border-xl-bottom",
|
1804
|
+
"border-xl-left",
|
1805
|
+
"border-xl-top-0",
|
1806
|
+
"border-xl-right-0",
|
1807
|
+
"border-xl-bottom-0",
|
1808
|
+
"border-xl-left-0",
|
1809
|
+
"rounded-xl",
|
1810
|
+
"rounded-xl-0",
|
1811
|
+
"rounded-xl-1",
|
1812
|
+
"rounded-xl-2",
|
1813
|
+
"rounded-xl-3",
|
1814
|
+
"rounded-xl-top-0",
|
1815
|
+
"rounded-xl-top-1",
|
1816
|
+
"rounded-xl-top-2",
|
1817
|
+
"rounded-xl-top-3",
|
1818
|
+
"rounded-xl-right-0",
|
1819
|
+
"rounded-xl-right-1",
|
1820
|
+
"rounded-xl-right-2",
|
1821
|
+
"rounded-xl-right-3",
|
1822
|
+
"rounded-xl-bottom-0",
|
1823
|
+
"rounded-xl-bottom-1",
|
1824
|
+
"rounded-xl-bottom-2",
|
1825
|
+
"rounded-xl-bottom-3",
|
1826
|
+
"rounded-xl-left-0",
|
1827
|
+
"rounded-xl-left-1",
|
1828
|
+
"rounded-xl-left-2",
|
1829
|
+
"rounded-xl-left-3",
|
1830
|
+
"circle",
|
1831
|
+
"border-dashed",
|
1832
|
+
"color-shadow-small",
|
1833
|
+
"color-shadow-medium",
|
1834
|
+
"color-shadow-large",
|
1835
|
+
"color-shadow-extra-large",
|
1836
|
+
"box-shadow-none",
|
1837
|
+
"color-fg-default",
|
1838
|
+
"color-fg-muted",
|
1839
|
+
"color-fg-subtle",
|
1840
|
+
"color-fg-accent",
|
1841
|
+
"color-fg-success",
|
1842
|
+
"color-fg-attention",
|
1843
|
+
"color-fg-severe",
|
1844
|
+
"color-fg-danger",
|
1845
|
+
"color-fg-open",
|
1846
|
+
"color-fg-closed",
|
1847
|
+
"color-fg-done",
|
1848
|
+
"color-fg-sponsors",
|
1849
|
+
"color-fg-on-emphasis",
|
1850
|
+
"color-bg-default",
|
1851
|
+
"color-bg-overlay",
|
1852
|
+
"color-bg-inset",
|
1853
|
+
"color-bg-subtle",
|
1854
|
+
"color-bg-emphasis",
|
1855
|
+
"color-bg-accent",
|
1856
|
+
"color-bg-accent-emphasis",
|
1857
|
+
"color-bg-success",
|
1858
|
+
"color-bg-success-emphasis",
|
1859
|
+
"color-bg-attention",
|
1860
|
+
"color-bg-attention-emphasis",
|
1861
|
+
"color-bg-severe",
|
1862
|
+
"color-bg-severe-emphasis",
|
1863
|
+
"color-bg-danger",
|
1864
|
+
"color-bg-danger-emphasis",
|
1865
|
+
"color-bg-open",
|
1866
|
+
"color-bg-open-emphasis",
|
1867
|
+
"color-bg-closed",
|
1868
|
+
"color-bg-closed-emphasis",
|
1869
|
+
"color-bg-done",
|
1870
|
+
"color-bg-done-emphasis",
|
1871
|
+
"color-bg-sponsors",
|
1872
|
+
"color-bg-sponsors-emphasis",
|
1873
|
+
"color-bg-transparent",
|
1874
|
+
"color-border-default",
|
1875
|
+
"color-border-muted",
|
1876
|
+
"color-border-subtle",
|
1877
|
+
"color-border-accent",
|
1878
|
+
"color-border-accent-emphasis",
|
1879
|
+
"color-border-success",
|
1880
|
+
"color-border-success-emphasis",
|
1881
|
+
"color-border-attention",
|
1882
|
+
"color-border-attention-emphasis",
|
1883
|
+
"color-border-severe",
|
1884
|
+
"color-border-severe-emphasis",
|
1885
|
+
"color-border-danger",
|
1886
|
+
"color-border-danger-emphasis",
|
1887
|
+
"color-border-open",
|
1888
|
+
"color-border-open-emphasis",
|
1889
|
+
"color-border-closed",
|
1890
|
+
"color-border-closed-emphasis",
|
1891
|
+
"color-border-done",
|
1892
|
+
"color-border-done-emphasis",
|
1893
|
+
"color-border-sponsors",
|
1894
|
+
"color-border-sponsors-emphasis",
|
1895
|
+
"color-fg-inherit",
|
1896
|
+
"details-overlay",
|
1897
|
+
"details-overlay-dark",
|
1898
|
+
"details-reset",
|
1899
|
+
"btn-primary",
|
1900
|
+
"flex-row",
|
1901
|
+
"flex-row-reverse",
|
1902
|
+
"flex-column",
|
1903
|
+
"flex-column-reverse",
|
1904
|
+
"flex-wrap",
|
1905
|
+
"flex-nowrap",
|
1906
|
+
"flex-wrap-reverse",
|
1907
|
+
"flex-justify-start",
|
1908
|
+
"flex-justify-end",
|
1909
|
+
"flex-justify-center",
|
1910
|
+
"flex-justify-between",
|
1911
|
+
"flex-justify-around",
|
1912
|
+
"flex-items-start",
|
1913
|
+
"flex-items-end",
|
1914
|
+
"flex-items-center",
|
1915
|
+
"flex-items-baseline",
|
1916
|
+
"flex-items-stretch",
|
1917
|
+
"flex-content-start",
|
1918
|
+
"flex-content-end",
|
1919
|
+
"flex-content-center",
|
1920
|
+
"flex-content-between",
|
1921
|
+
"flex-content-around",
|
1922
|
+
"flex-content-stretch",
|
1923
|
+
"flex-1",
|
1924
|
+
"flex-auto",
|
1925
|
+
"flex-grow-0",
|
1926
|
+
"flex-shrink-0",
|
1927
|
+
"flex-self-auto",
|
1928
|
+
"flex-self-start",
|
1929
|
+
"flex-self-end",
|
1930
|
+
"flex-self-center",
|
1931
|
+
"flex-self-baseline",
|
1932
|
+
"flex-self-stretch",
|
1933
|
+
"flex-order-1",
|
1934
|
+
"flex-order-2",
|
1935
|
+
"flex-order-none",
|
1936
|
+
"flex-sm-row",
|
1937
|
+
"flex-sm-row-reverse",
|
1938
|
+
"flex-sm-column",
|
1939
|
+
"flex-sm-column-reverse",
|
1940
|
+
"flex-sm-wrap",
|
1941
|
+
"flex-sm-nowrap",
|
1942
|
+
"flex-sm-wrap-reverse",
|
1943
|
+
"flex-sm-justify-start",
|
1944
|
+
"flex-sm-justify-end",
|
1945
|
+
"flex-sm-justify-center",
|
1946
|
+
"flex-sm-justify-between",
|
1947
|
+
"flex-sm-justify-around",
|
1948
|
+
"flex-sm-items-start",
|
1949
|
+
"flex-sm-items-end",
|
1950
|
+
"flex-sm-items-center",
|
1951
|
+
"flex-sm-items-baseline",
|
1952
|
+
"flex-sm-items-stretch",
|
1953
|
+
"flex-sm-content-start",
|
1954
|
+
"flex-sm-content-end",
|
1955
|
+
"flex-sm-content-center",
|
1956
|
+
"flex-sm-content-between",
|
1957
|
+
"flex-sm-content-around",
|
1958
|
+
"flex-sm-content-stretch",
|
1959
|
+
"flex-sm-1",
|
1960
|
+
"flex-sm-auto",
|
1961
|
+
"flex-sm-grow-0",
|
1962
|
+
"flex-sm-shrink-0",
|
1963
|
+
"flex-sm-self-auto",
|
1964
|
+
"flex-sm-self-start",
|
1965
|
+
"flex-sm-self-end",
|
1966
|
+
"flex-sm-self-center",
|
1967
|
+
"flex-sm-self-baseline",
|
1968
|
+
"flex-sm-self-stretch",
|
1969
|
+
"flex-sm-order-1",
|
1970
|
+
"flex-sm-order-2",
|
1971
|
+
"flex-sm-order-none",
|
1972
|
+
"flex-md-row",
|
1973
|
+
"flex-md-row-reverse",
|
1974
|
+
"flex-md-column",
|
1975
|
+
"flex-md-column-reverse",
|
1976
|
+
"flex-md-wrap",
|
1977
|
+
"flex-md-nowrap",
|
1978
|
+
"flex-md-wrap-reverse",
|
1979
|
+
"flex-md-justify-start",
|
1980
|
+
"flex-md-justify-end",
|
1981
|
+
"flex-md-justify-center",
|
1982
|
+
"flex-md-justify-between",
|
1983
|
+
"flex-md-justify-around",
|
1984
|
+
"flex-md-items-start",
|
1985
|
+
"flex-md-items-end",
|
1986
|
+
"flex-md-items-center",
|
1987
|
+
"flex-md-items-baseline",
|
1988
|
+
"flex-md-items-stretch",
|
1989
|
+
"flex-md-content-start",
|
1990
|
+
"flex-md-content-end",
|
1991
|
+
"flex-md-content-center",
|
1992
|
+
"flex-md-content-between",
|
1993
|
+
"flex-md-content-around",
|
1994
|
+
"flex-md-content-stretch",
|
1995
|
+
"flex-md-1",
|
1996
|
+
"flex-md-auto",
|
1997
|
+
"flex-md-grow-0",
|
1998
|
+
"flex-md-shrink-0",
|
1999
|
+
"flex-md-self-auto",
|
2000
|
+
"flex-md-self-start",
|
2001
|
+
"flex-md-self-end",
|
2002
|
+
"flex-md-self-center",
|
2003
|
+
"flex-md-self-baseline",
|
2004
|
+
"flex-md-self-stretch",
|
2005
|
+
"flex-md-order-1",
|
2006
|
+
"flex-md-order-2",
|
2007
|
+
"flex-md-order-none",
|
2008
|
+
"flex-lg-row",
|
2009
|
+
"flex-lg-row-reverse",
|
2010
|
+
"flex-lg-column",
|
2011
|
+
"flex-lg-column-reverse",
|
2012
|
+
"flex-lg-wrap",
|
2013
|
+
"flex-lg-nowrap",
|
2014
|
+
"flex-lg-wrap-reverse",
|
2015
|
+
"flex-lg-justify-start",
|
2016
|
+
"flex-lg-justify-end",
|
2017
|
+
"flex-lg-justify-center",
|
2018
|
+
"flex-lg-justify-between",
|
2019
|
+
"flex-lg-justify-around",
|
2020
|
+
"flex-lg-items-start",
|
2021
|
+
"flex-lg-items-end",
|
2022
|
+
"flex-lg-items-center",
|
2023
|
+
"flex-lg-items-baseline",
|
2024
|
+
"flex-lg-items-stretch",
|
2025
|
+
"flex-lg-content-start",
|
2026
|
+
"flex-lg-content-end",
|
2027
|
+
"flex-lg-content-center",
|
2028
|
+
"flex-lg-content-between",
|
2029
|
+
"flex-lg-content-around",
|
2030
|
+
"flex-lg-content-stretch",
|
2031
|
+
"flex-lg-1",
|
2032
|
+
"flex-lg-auto",
|
2033
|
+
"flex-lg-grow-0",
|
2034
|
+
"flex-lg-shrink-0",
|
2035
|
+
"flex-lg-self-auto",
|
2036
|
+
"flex-lg-self-start",
|
2037
|
+
"flex-lg-self-end",
|
2038
|
+
"flex-lg-self-center",
|
2039
|
+
"flex-lg-self-baseline",
|
2040
|
+
"flex-lg-self-stretch",
|
2041
|
+
"flex-lg-order-1",
|
2042
|
+
"flex-lg-order-2",
|
2043
|
+
"flex-lg-order-none",
|
2044
|
+
"flex-xl-row",
|
2045
|
+
"flex-xl-row-reverse",
|
2046
|
+
"flex-xl-column",
|
2047
|
+
"flex-xl-column-reverse",
|
2048
|
+
"flex-xl-wrap",
|
2049
|
+
"flex-xl-nowrap",
|
2050
|
+
"flex-xl-wrap-reverse",
|
2051
|
+
"flex-xl-justify-start",
|
2052
|
+
"flex-xl-justify-end",
|
2053
|
+
"flex-xl-justify-center",
|
2054
|
+
"flex-xl-justify-between",
|
2055
|
+
"flex-xl-justify-around",
|
2056
|
+
"flex-xl-items-start",
|
2057
|
+
"flex-xl-items-end",
|
2058
|
+
"flex-xl-items-center",
|
2059
|
+
"flex-xl-items-baseline",
|
2060
|
+
"flex-xl-items-stretch",
|
2061
|
+
"flex-xl-content-start",
|
2062
|
+
"flex-xl-content-end",
|
2063
|
+
"flex-xl-content-center",
|
2064
|
+
"flex-xl-content-between",
|
2065
|
+
"flex-xl-content-around",
|
2066
|
+
"flex-xl-content-stretch",
|
2067
|
+
"flex-xl-1",
|
2068
|
+
"flex-xl-auto",
|
2069
|
+
"flex-xl-grow-0",
|
2070
|
+
"flex-xl-shrink-0",
|
2071
|
+
"flex-xl-self-auto",
|
2072
|
+
"flex-xl-self-start",
|
2073
|
+
"flex-xl-self-end",
|
2074
|
+
"flex-xl-self-center",
|
2075
|
+
"flex-xl-self-baseline",
|
2076
|
+
"flex-xl-self-stretch",
|
2077
|
+
"flex-xl-order-1",
|
2078
|
+
"flex-xl-order-2",
|
2079
|
+
"flex-xl-order-none",
|
2080
|
+
"position-static",
|
2081
|
+
"position-relative",
|
2082
|
+
"position-absolute",
|
2083
|
+
"position-fixed",
|
2084
|
+
"position-sticky",
|
2085
|
+
"position-sm-static",
|
2086
|
+
"position-sm-relative",
|
2087
|
+
"position-sm-absolute",
|
2088
|
+
"position-sm-fixed",
|
2089
|
+
"position-sm-sticky",
|
2090
|
+
"position-md-static",
|
2091
|
+
"position-md-relative",
|
2092
|
+
"position-md-absolute",
|
2093
|
+
"position-md-fixed",
|
2094
|
+
"position-md-sticky",
|
2095
|
+
"position-lg-static",
|
2096
|
+
"position-lg-relative",
|
2097
|
+
"position-lg-absolute",
|
2098
|
+
"position-lg-fixed",
|
2099
|
+
"position-lg-sticky",
|
2100
|
+
"position-xl-static",
|
2101
|
+
"position-xl-relative",
|
2102
|
+
"position-xl-absolute",
|
2103
|
+
"position-xl-fixed",
|
2104
|
+
"position-xl-sticky",
|
2105
|
+
"top-0",
|
2106
|
+
"right-0",
|
2107
|
+
"bottom-0",
|
2108
|
+
"left-0",
|
2109
|
+
"top-auto",
|
2110
|
+
"right-auto",
|
2111
|
+
"bottom-auto",
|
2112
|
+
"left-auto",
|
2113
|
+
"top-sm-0",
|
2114
|
+
"right-sm-0",
|
2115
|
+
"bottom-sm-0",
|
2116
|
+
"left-sm-0",
|
2117
|
+
"top-sm-auto",
|
2118
|
+
"right-sm-auto",
|
2119
|
+
"bottom-sm-auto",
|
2120
|
+
"left-sm-auto",
|
2121
|
+
"top-md-0",
|
2122
|
+
"right-md-0",
|
2123
|
+
"bottom-md-0",
|
2124
|
+
"left-md-0",
|
2125
|
+
"top-md-auto",
|
2126
|
+
"right-md-auto",
|
2127
|
+
"bottom-md-auto",
|
2128
|
+
"left-md-auto",
|
2129
|
+
"top-lg-0",
|
2130
|
+
"right-lg-0",
|
2131
|
+
"bottom-lg-0",
|
2132
|
+
"left-lg-0",
|
2133
|
+
"top-lg-auto",
|
2134
|
+
"right-lg-auto",
|
2135
|
+
"bottom-lg-auto",
|
2136
|
+
"left-lg-auto",
|
2137
|
+
"top-xl-0",
|
2138
|
+
"right-xl-0",
|
2139
|
+
"bottom-xl-0",
|
2140
|
+
"left-xl-0",
|
2141
|
+
"top-xl-auto",
|
2142
|
+
"right-xl-auto",
|
2143
|
+
"bottom-xl-auto",
|
2144
|
+
"left-xl-auto",
|
2145
|
+
"v-align-middle",
|
2146
|
+
"v-align-top",
|
2147
|
+
"v-align-bottom",
|
2148
|
+
"v-align-text-top",
|
2149
|
+
"v-align-text-bottom",
|
2150
|
+
"v-align-baseline",
|
2151
|
+
"overflow-visible",
|
2152
|
+
"overflow-x-visible",
|
2153
|
+
"overflow-y-visible",
|
2154
|
+
"overflow-hidden",
|
2155
|
+
"overflow-x-hidden",
|
2156
|
+
"overflow-y-hidden",
|
2157
|
+
"overflow-auto",
|
2158
|
+
"overflow-x-auto",
|
2159
|
+
"overflow-y-auto",
|
2160
|
+
"overflow-scroll",
|
2161
|
+
"overflow-x-scroll",
|
2162
|
+
"overflow-y-scroll",
|
2163
|
+
"overflow-sm-visible",
|
2164
|
+
"overflow-sm-x-visible",
|
2165
|
+
"overflow-sm-y-visible",
|
2166
|
+
"overflow-sm-hidden",
|
2167
|
+
"overflow-sm-x-hidden",
|
2168
|
+
"overflow-sm-y-hidden",
|
2169
|
+
"overflow-sm-auto",
|
2170
|
+
"overflow-sm-x-auto",
|
2171
|
+
"overflow-sm-y-auto",
|
2172
|
+
"overflow-sm-scroll",
|
2173
|
+
"overflow-sm-x-scroll",
|
2174
|
+
"overflow-sm-y-scroll",
|
2175
|
+
"overflow-md-visible",
|
2176
|
+
"overflow-md-x-visible",
|
2177
|
+
"overflow-md-y-visible",
|
2178
|
+
"overflow-md-hidden",
|
2179
|
+
"overflow-md-x-hidden",
|
2180
|
+
"overflow-md-y-hidden",
|
2181
|
+
"overflow-md-auto",
|
2182
|
+
"overflow-md-x-auto",
|
2183
|
+
"overflow-md-y-auto",
|
2184
|
+
"overflow-md-scroll",
|
2185
|
+
"overflow-md-x-scroll",
|
2186
|
+
"overflow-md-y-scroll",
|
2187
|
+
"overflow-lg-visible",
|
2188
|
+
"overflow-lg-x-visible",
|
2189
|
+
"overflow-lg-y-visible",
|
2190
|
+
"overflow-lg-hidden",
|
2191
|
+
"overflow-lg-x-hidden",
|
2192
|
+
"overflow-lg-y-hidden",
|
2193
|
+
"overflow-lg-auto",
|
2194
|
+
"overflow-lg-x-auto",
|
2195
|
+
"overflow-lg-y-auto",
|
2196
|
+
"overflow-lg-scroll",
|
2197
|
+
"overflow-lg-x-scroll",
|
2198
|
+
"overflow-lg-y-scroll",
|
2199
|
+
"overflow-xl-visible",
|
2200
|
+
"overflow-xl-x-visible",
|
2201
|
+
"overflow-xl-y-visible",
|
2202
|
+
"overflow-xl-hidden",
|
2203
|
+
"overflow-xl-x-hidden",
|
2204
|
+
"overflow-xl-y-hidden",
|
2205
|
+
"overflow-xl-auto",
|
2206
|
+
"overflow-xl-x-auto",
|
2207
|
+
"overflow-xl-y-auto",
|
2208
|
+
"overflow-xl-scroll",
|
2209
|
+
"overflow-xl-x-scroll",
|
2210
|
+
"overflow-xl-y-scroll",
|
2211
|
+
"clearfix",
|
2212
|
+
"float-left",
|
2213
|
+
"float-right",
|
2214
|
+
"float-none",
|
2215
|
+
"float-sm-left",
|
2216
|
+
"float-sm-right",
|
2217
|
+
"float-sm-none",
|
2218
|
+
"float-md-left",
|
2219
|
+
"float-md-right",
|
2220
|
+
"float-md-none",
|
2221
|
+
"float-lg-left",
|
2222
|
+
"float-lg-right",
|
2223
|
+
"float-lg-none",
|
2224
|
+
"float-xl-left",
|
2225
|
+
"float-xl-right",
|
2226
|
+
"float-xl-none",
|
2227
|
+
"width-fit",
|
2228
|
+
"width-full",
|
2229
|
+
"height-fit",
|
2230
|
+
"height-full",
|
2231
|
+
"min-width-0",
|
2232
|
+
"width-auto",
|
2233
|
+
"direction-rtl",
|
2234
|
+
"direction-ltr",
|
2235
|
+
"width-sm-auto",
|
2236
|
+
"direction-sm-rtl",
|
2237
|
+
"direction-sm-ltr",
|
2238
|
+
"width-md-auto",
|
2239
|
+
"direction-md-rtl",
|
2240
|
+
"direction-md-ltr",
|
2241
|
+
"width-lg-auto",
|
2242
|
+
"direction-lg-rtl",
|
2243
|
+
"direction-lg-ltr",
|
2244
|
+
"width-xl-auto",
|
2245
|
+
"direction-xl-rtl",
|
2246
|
+
"direction-xl-ltr",
|
2247
|
+
"m-0",
|
2248
|
+
"mt-0",
|
2249
|
+
"mb-0",
|
2250
|
+
"mr-0",
|
2251
|
+
"ml-0",
|
2252
|
+
"mx-0",
|
2253
|
+
"my-0",
|
2254
|
+
"m-1",
|
2255
|
+
"mt-1",
|
2256
|
+
"mb-1",
|
2257
|
+
"mr-1",
|
2258
|
+
"ml-1",
|
2259
|
+
"mt-n1",
|
2260
|
+
"mb-n1",
|
2261
|
+
"mr-n1",
|
2262
|
+
"ml-n1",
|
2263
|
+
"mx-1",
|
2264
|
+
"my-1",
|
2265
|
+
"m-2",
|
2266
|
+
"mt-2",
|
2267
|
+
"mb-2",
|
2268
|
+
"mr-2",
|
2269
|
+
"ml-2",
|
2270
|
+
"mt-n2",
|
2271
|
+
"mb-n2",
|
2272
|
+
"mr-n2",
|
2273
|
+
"ml-n2",
|
2274
|
+
"mx-2",
|
2275
|
+
"my-2",
|
2276
|
+
"m-3",
|
2277
|
+
"mt-3",
|
2278
|
+
"mb-3",
|
2279
|
+
"mr-3",
|
2280
|
+
"ml-3",
|
2281
|
+
"mt-n3",
|
2282
|
+
"mb-n3",
|
2283
|
+
"mr-n3",
|
2284
|
+
"ml-n3",
|
2285
|
+
"mx-3",
|
2286
|
+
"my-3",
|
2287
|
+
"m-4",
|
2288
|
+
"mt-4",
|
2289
|
+
"mb-4",
|
2290
|
+
"mr-4",
|
2291
|
+
"ml-4",
|
2292
|
+
"mt-n4",
|
2293
|
+
"mb-n4",
|
2294
|
+
"mr-n4",
|
2295
|
+
"ml-n4",
|
2296
|
+
"mx-4",
|
2297
|
+
"my-4",
|
2298
|
+
"m-5",
|
2299
|
+
"mt-5",
|
2300
|
+
"mb-5",
|
2301
|
+
"mr-5",
|
2302
|
+
"ml-5",
|
2303
|
+
"mt-n5",
|
2304
|
+
"mb-n5",
|
2305
|
+
"mr-n5",
|
2306
|
+
"ml-n5",
|
2307
|
+
"mx-5",
|
2308
|
+
"my-5",
|
2309
|
+
"m-6",
|
2310
|
+
"mt-6",
|
2311
|
+
"mb-6",
|
2312
|
+
"mr-6",
|
2313
|
+
"ml-6",
|
2314
|
+
"mt-n6",
|
2315
|
+
"mb-n6",
|
2316
|
+
"mr-n6",
|
2317
|
+
"ml-n6",
|
2318
|
+
"mx-6",
|
2319
|
+
"my-6",
|
2320
|
+
"mt-7",
|
2321
|
+
"mb-7",
|
2322
|
+
"mt-n7",
|
2323
|
+
"mb-n7",
|
2324
|
+
"my-7",
|
2325
|
+
"mt-8",
|
2326
|
+
"mb-8",
|
2327
|
+
"mt-n8",
|
2328
|
+
"mb-n8",
|
2329
|
+
"my-8",
|
2330
|
+
"mt-9",
|
2331
|
+
"mb-9",
|
2332
|
+
"mt-n9",
|
2333
|
+
"mb-n9",
|
2334
|
+
"my-9",
|
2335
|
+
"mt-10",
|
2336
|
+
"mb-10",
|
2337
|
+
"mt-n10",
|
2338
|
+
"mb-n10",
|
2339
|
+
"my-10",
|
2340
|
+
"mt-11",
|
2341
|
+
"mb-11",
|
2342
|
+
"mt-n11",
|
2343
|
+
"mb-n11",
|
2344
|
+
"my-11",
|
2345
|
+
"mt-12",
|
2346
|
+
"mb-12",
|
2347
|
+
"mt-n12",
|
2348
|
+
"mb-n12",
|
2349
|
+
"my-12",
|
2350
|
+
"mx-auto",
|
2351
|
+
"m-sm-0",
|
2352
|
+
"mt-sm-0",
|
2353
|
+
"mb-sm-0",
|
2354
|
+
"mr-sm-0",
|
2355
|
+
"ml-sm-0",
|
2356
|
+
"mx-sm-0",
|
2357
|
+
"my-sm-0",
|
2358
|
+
"m-sm-1",
|
2359
|
+
"mt-sm-1",
|
2360
|
+
"mb-sm-1",
|
2361
|
+
"mr-sm-1",
|
2362
|
+
"ml-sm-1",
|
2363
|
+
"mt-sm-n1",
|
2364
|
+
"mb-sm-n1",
|
2365
|
+
"mr-sm-n1",
|
2366
|
+
"ml-sm-n1",
|
2367
|
+
"mx-sm-1",
|
2368
|
+
"my-sm-1",
|
2369
|
+
"m-sm-2",
|
2370
|
+
"mt-sm-2",
|
2371
|
+
"mb-sm-2",
|
2372
|
+
"mr-sm-2",
|
2373
|
+
"ml-sm-2",
|
2374
|
+
"mt-sm-n2",
|
2375
|
+
"mb-sm-n2",
|
2376
|
+
"mr-sm-n2",
|
2377
|
+
"ml-sm-n2",
|
2378
|
+
"mx-sm-2",
|
2379
|
+
"my-sm-2",
|
2380
|
+
"m-sm-3",
|
2381
|
+
"mt-sm-3",
|
2382
|
+
"mb-sm-3",
|
2383
|
+
"mr-sm-3",
|
2384
|
+
"ml-sm-3",
|
2385
|
+
"mt-sm-n3",
|
2386
|
+
"mb-sm-n3",
|
2387
|
+
"mr-sm-n3",
|
2388
|
+
"ml-sm-n3",
|
2389
|
+
"mx-sm-3",
|
2390
|
+
"my-sm-3",
|
2391
|
+
"m-sm-4",
|
2392
|
+
"mt-sm-4",
|
2393
|
+
"mb-sm-4",
|
2394
|
+
"mr-sm-4",
|
2395
|
+
"ml-sm-4",
|
2396
|
+
"mt-sm-n4",
|
2397
|
+
"mb-sm-n4",
|
2398
|
+
"mr-sm-n4",
|
2399
|
+
"ml-sm-n4",
|
2400
|
+
"mx-sm-4",
|
2401
|
+
"my-sm-4",
|
2402
|
+
"m-sm-5",
|
2403
|
+
"mt-sm-5",
|
2404
|
+
"mb-sm-5",
|
2405
|
+
"mr-sm-5",
|
2406
|
+
"ml-sm-5",
|
2407
|
+
"mt-sm-n5",
|
2408
|
+
"mb-sm-n5",
|
2409
|
+
"mr-sm-n5",
|
2410
|
+
"ml-sm-n5",
|
2411
|
+
"mx-sm-5",
|
2412
|
+
"my-sm-5",
|
2413
|
+
"m-sm-6",
|
2414
|
+
"mt-sm-6",
|
2415
|
+
"mb-sm-6",
|
2416
|
+
"mr-sm-6",
|
2417
|
+
"ml-sm-6",
|
2418
|
+
"mt-sm-n6",
|
2419
|
+
"mb-sm-n6",
|
2420
|
+
"mr-sm-n6",
|
2421
|
+
"ml-sm-n6",
|
2422
|
+
"mx-sm-6",
|
2423
|
+
"my-sm-6",
|
2424
|
+
"mt-sm-7",
|
2425
|
+
"mb-sm-7",
|
2426
|
+
"mt-sm-n7",
|
2427
|
+
"mb-sm-n7",
|
2428
|
+
"my-sm-7",
|
2429
|
+
"mt-sm-8",
|
2430
|
+
"mb-sm-8",
|
2431
|
+
"mt-sm-n8",
|
2432
|
+
"mb-sm-n8",
|
2433
|
+
"my-sm-8",
|
2434
|
+
"mt-sm-9",
|
2435
|
+
"mb-sm-9",
|
2436
|
+
"mt-sm-n9",
|
2437
|
+
"mb-sm-n9",
|
2438
|
+
"my-sm-9",
|
2439
|
+
"mt-sm-10",
|
2440
|
+
"mb-sm-10",
|
2441
|
+
"mt-sm-n10",
|
2442
|
+
"mb-sm-n10",
|
2443
|
+
"my-sm-10",
|
2444
|
+
"mt-sm-11",
|
2445
|
+
"mb-sm-11",
|
2446
|
+
"mt-sm-n11",
|
2447
|
+
"mb-sm-n11",
|
2448
|
+
"my-sm-11",
|
2449
|
+
"mt-sm-12",
|
2450
|
+
"mb-sm-12",
|
2451
|
+
"mt-sm-n12",
|
2452
|
+
"mb-sm-n12",
|
2453
|
+
"my-sm-12",
|
2454
|
+
"mx-sm-auto",
|
2455
|
+
"m-md-0",
|
2456
|
+
"mt-md-0",
|
2457
|
+
"mb-md-0",
|
2458
|
+
"mr-md-0",
|
2459
|
+
"ml-md-0",
|
2460
|
+
"mx-md-0",
|
2461
|
+
"my-md-0",
|
2462
|
+
"m-md-1",
|
2463
|
+
"mt-md-1",
|
2464
|
+
"mb-md-1",
|
2465
|
+
"mr-md-1",
|
2466
|
+
"ml-md-1",
|
2467
|
+
"mt-md-n1",
|
2468
|
+
"mb-md-n1",
|
2469
|
+
"mr-md-n1",
|
2470
|
+
"ml-md-n1",
|
2471
|
+
"mx-md-1",
|
2472
|
+
"my-md-1",
|
2473
|
+
"m-md-2",
|
2474
|
+
"mt-md-2",
|
2475
|
+
"mb-md-2",
|
2476
|
+
"mr-md-2",
|
2477
|
+
"ml-md-2",
|
2478
|
+
"mt-md-n2",
|
2479
|
+
"mb-md-n2",
|
2480
|
+
"mr-md-n2",
|
2481
|
+
"ml-md-n2",
|
2482
|
+
"mx-md-2",
|
2483
|
+
"my-md-2",
|
2484
|
+
"m-md-3",
|
2485
|
+
"mt-md-3",
|
2486
|
+
"mb-md-3",
|
2487
|
+
"mr-md-3",
|
2488
|
+
"ml-md-3",
|
2489
|
+
"mt-md-n3",
|
2490
|
+
"mb-md-n3",
|
2491
|
+
"mr-md-n3",
|
2492
|
+
"ml-md-n3",
|
2493
|
+
"mx-md-3",
|
2494
|
+
"my-md-3",
|
2495
|
+
"m-md-4",
|
2496
|
+
"mt-md-4",
|
2497
|
+
"mb-md-4",
|
2498
|
+
"mr-md-4",
|
2499
|
+
"ml-md-4",
|
2500
|
+
"mt-md-n4",
|
2501
|
+
"mb-md-n4",
|
2502
|
+
"mr-md-n4",
|
2503
|
+
"ml-md-n4",
|
2504
|
+
"mx-md-4",
|
2505
|
+
"my-md-4",
|
2506
|
+
"m-md-5",
|
2507
|
+
"mt-md-5",
|
2508
|
+
"mb-md-5",
|
2509
|
+
"mr-md-5",
|
2510
|
+
"ml-md-5",
|
2511
|
+
"mt-md-n5",
|
2512
|
+
"mb-md-n5",
|
2513
|
+
"mr-md-n5",
|
2514
|
+
"ml-md-n5",
|
2515
|
+
"mx-md-5",
|
2516
|
+
"my-md-5",
|
2517
|
+
"m-md-6",
|
2518
|
+
"mt-md-6",
|
2519
|
+
"mb-md-6",
|
2520
|
+
"mr-md-6",
|
2521
|
+
"ml-md-6",
|
2522
|
+
"mt-md-n6",
|
2523
|
+
"mb-md-n6",
|
2524
|
+
"mr-md-n6",
|
2525
|
+
"ml-md-n6",
|
2526
|
+
"mx-md-6",
|
2527
|
+
"my-md-6",
|
2528
|
+
"mt-md-7",
|
2529
|
+
"mb-md-7",
|
2530
|
+
"mt-md-n7",
|
2531
|
+
"mb-md-n7",
|
2532
|
+
"my-md-7",
|
2533
|
+
"mt-md-8",
|
2534
|
+
"mb-md-8",
|
2535
|
+
"mt-md-n8",
|
2536
|
+
"mb-md-n8",
|
2537
|
+
"my-md-8",
|
2538
|
+
"mt-md-9",
|
2539
|
+
"mb-md-9",
|
2540
|
+
"mt-md-n9",
|
2541
|
+
"mb-md-n9",
|
2542
|
+
"my-md-9",
|
2543
|
+
"mt-md-10",
|
2544
|
+
"mb-md-10",
|
2545
|
+
"mt-md-n10",
|
2546
|
+
"mb-md-n10",
|
2547
|
+
"my-md-10",
|
2548
|
+
"mt-md-11",
|
2549
|
+
"mb-md-11",
|
2550
|
+
"mt-md-n11",
|
2551
|
+
"mb-md-n11",
|
2552
|
+
"my-md-11",
|
2553
|
+
"mt-md-12",
|
2554
|
+
"mb-md-12",
|
2555
|
+
"mt-md-n12",
|
2556
|
+
"mb-md-n12",
|
2557
|
+
"my-md-12",
|
2558
|
+
"mx-md-auto",
|
2559
|
+
"m-lg-0",
|
2560
|
+
"mt-lg-0",
|
2561
|
+
"mb-lg-0",
|
2562
|
+
"mr-lg-0",
|
2563
|
+
"ml-lg-0",
|
2564
|
+
"mx-lg-0",
|
2565
|
+
"my-lg-0",
|
2566
|
+
"m-lg-1",
|
2567
|
+
"mt-lg-1",
|
2568
|
+
"mb-lg-1",
|
2569
|
+
"mr-lg-1",
|
2570
|
+
"ml-lg-1",
|
2571
|
+
"mt-lg-n1",
|
2572
|
+
"mb-lg-n1",
|
2573
|
+
"mr-lg-n1",
|
2574
|
+
"ml-lg-n1",
|
2575
|
+
"mx-lg-1",
|
2576
|
+
"my-lg-1",
|
2577
|
+
"m-lg-2",
|
2578
|
+
"mt-lg-2",
|
2579
|
+
"mb-lg-2",
|
2580
|
+
"mr-lg-2",
|
2581
|
+
"ml-lg-2",
|
2582
|
+
"mt-lg-n2",
|
2583
|
+
"mb-lg-n2",
|
2584
|
+
"mr-lg-n2",
|
2585
|
+
"ml-lg-n2",
|
2586
|
+
"mx-lg-2",
|
2587
|
+
"my-lg-2",
|
2588
|
+
"m-lg-3",
|
2589
|
+
"mt-lg-3",
|
2590
|
+
"mb-lg-3",
|
2591
|
+
"mr-lg-3",
|
2592
|
+
"ml-lg-3",
|
2593
|
+
"mt-lg-n3",
|
2594
|
+
"mb-lg-n3",
|
2595
|
+
"mr-lg-n3",
|
2596
|
+
"ml-lg-n3",
|
2597
|
+
"mx-lg-3",
|
2598
|
+
"my-lg-3",
|
2599
|
+
"m-lg-4",
|
2600
|
+
"mt-lg-4",
|
2601
|
+
"mb-lg-4",
|
2602
|
+
"mr-lg-4",
|
2603
|
+
"ml-lg-4",
|
2604
|
+
"mt-lg-n4",
|
2605
|
+
"mb-lg-n4",
|
2606
|
+
"mr-lg-n4",
|
2607
|
+
"ml-lg-n4",
|
2608
|
+
"mx-lg-4",
|
2609
|
+
"my-lg-4",
|
2610
|
+
"m-lg-5",
|
2611
|
+
"mt-lg-5",
|
2612
|
+
"mb-lg-5",
|
2613
|
+
"mr-lg-5",
|
2614
|
+
"ml-lg-5",
|
2615
|
+
"mt-lg-n5",
|
2616
|
+
"mb-lg-n5",
|
2617
|
+
"mr-lg-n5",
|
2618
|
+
"ml-lg-n5",
|
2619
|
+
"mx-lg-5",
|
2620
|
+
"my-lg-5",
|
2621
|
+
"m-lg-6",
|
2622
|
+
"mt-lg-6",
|
2623
|
+
"mb-lg-6",
|
2624
|
+
"mr-lg-6",
|
2625
|
+
"ml-lg-6",
|
2626
|
+
"mt-lg-n6",
|
2627
|
+
"mb-lg-n6",
|
2628
|
+
"mr-lg-n6",
|
2629
|
+
"ml-lg-n6",
|
2630
|
+
"mx-lg-6",
|
2631
|
+
"my-lg-6",
|
2632
|
+
"mt-lg-7",
|
2633
|
+
"mb-lg-7",
|
2634
|
+
"mt-lg-n7",
|
2635
|
+
"mb-lg-n7",
|
2636
|
+
"my-lg-7",
|
2637
|
+
"mt-lg-8",
|
2638
|
+
"mb-lg-8",
|
2639
|
+
"mt-lg-n8",
|
2640
|
+
"mb-lg-n8",
|
2641
|
+
"my-lg-8",
|
2642
|
+
"mt-lg-9",
|
2643
|
+
"mb-lg-9",
|
2644
|
+
"mt-lg-n9",
|
2645
|
+
"mb-lg-n9",
|
2646
|
+
"my-lg-9",
|
2647
|
+
"mt-lg-10",
|
2648
|
+
"mb-lg-10",
|
2649
|
+
"mt-lg-n10",
|
2650
|
+
"mb-lg-n10",
|
2651
|
+
"my-lg-10",
|
2652
|
+
"mt-lg-11",
|
2653
|
+
"mb-lg-11",
|
2654
|
+
"mt-lg-n11",
|
2655
|
+
"mb-lg-n11",
|
2656
|
+
"my-lg-11",
|
2657
|
+
"mt-lg-12",
|
2658
|
+
"mb-lg-12",
|
2659
|
+
"mt-lg-n12",
|
2660
|
+
"mb-lg-n12",
|
2661
|
+
"my-lg-12",
|
2662
|
+
"mx-lg-auto",
|
2663
|
+
"m-xl-0",
|
2664
|
+
"mt-xl-0",
|
2665
|
+
"mb-xl-0",
|
2666
|
+
"mr-xl-0",
|
2667
|
+
"ml-xl-0",
|
2668
|
+
"mx-xl-0",
|
2669
|
+
"my-xl-0",
|
2670
|
+
"m-xl-1",
|
2671
|
+
"mt-xl-1",
|
2672
|
+
"mb-xl-1",
|
2673
|
+
"mr-xl-1",
|
2674
|
+
"ml-xl-1",
|
2675
|
+
"mt-xl-n1",
|
2676
|
+
"mb-xl-n1",
|
2677
|
+
"mr-xl-n1",
|
2678
|
+
"ml-xl-n1",
|
2679
|
+
"mx-xl-1",
|
2680
|
+
"my-xl-1",
|
2681
|
+
"m-xl-2",
|
2682
|
+
"mt-xl-2",
|
2683
|
+
"mb-xl-2",
|
2684
|
+
"mr-xl-2",
|
2685
|
+
"ml-xl-2",
|
2686
|
+
"mt-xl-n2",
|
2687
|
+
"mb-xl-n2",
|
2688
|
+
"mr-xl-n2",
|
2689
|
+
"ml-xl-n2",
|
2690
|
+
"mx-xl-2",
|
2691
|
+
"my-xl-2",
|
2692
|
+
"m-xl-3",
|
2693
|
+
"mt-xl-3",
|
2694
|
+
"mb-xl-3",
|
2695
|
+
"mr-xl-3",
|
2696
|
+
"ml-xl-3",
|
2697
|
+
"mt-xl-n3",
|
2698
|
+
"mb-xl-n3",
|
2699
|
+
"mr-xl-n3",
|
2700
|
+
"ml-xl-n3",
|
2701
|
+
"mx-xl-3",
|
2702
|
+
"my-xl-3",
|
2703
|
+
"m-xl-4",
|
2704
|
+
"mt-xl-4",
|
2705
|
+
"mb-xl-4",
|
2706
|
+
"mr-xl-4",
|
2707
|
+
"ml-xl-4",
|
2708
|
+
"mt-xl-n4",
|
2709
|
+
"mb-xl-n4",
|
2710
|
+
"mr-xl-n4",
|
2711
|
+
"ml-xl-n4",
|
2712
|
+
"mx-xl-4",
|
2713
|
+
"my-xl-4",
|
2714
|
+
"m-xl-5",
|
2715
|
+
"mt-xl-5",
|
2716
|
+
"mb-xl-5",
|
2717
|
+
"mr-xl-5",
|
2718
|
+
"ml-xl-5",
|
2719
|
+
"mt-xl-n5",
|
2720
|
+
"mb-xl-n5",
|
2721
|
+
"mr-xl-n5",
|
2722
|
+
"ml-xl-n5",
|
2723
|
+
"mx-xl-5",
|
2724
|
+
"my-xl-5",
|
2725
|
+
"m-xl-6",
|
2726
|
+
"mt-xl-6",
|
2727
|
+
"mb-xl-6",
|
2728
|
+
"mr-xl-6",
|
2729
|
+
"ml-xl-6",
|
2730
|
+
"mt-xl-n6",
|
2731
|
+
"mb-xl-n6",
|
2732
|
+
"mr-xl-n6",
|
2733
|
+
"ml-xl-n6",
|
2734
|
+
"mx-xl-6",
|
2735
|
+
"my-xl-6",
|
2736
|
+
"mt-xl-7",
|
2737
|
+
"mb-xl-7",
|
2738
|
+
"mt-xl-n7",
|
2739
|
+
"mb-xl-n7",
|
2740
|
+
"my-xl-7",
|
2741
|
+
"mt-xl-8",
|
2742
|
+
"mb-xl-8",
|
2743
|
+
"mt-xl-n8",
|
2744
|
+
"mb-xl-n8",
|
2745
|
+
"my-xl-8",
|
2746
|
+
"mt-xl-9",
|
2747
|
+
"mb-xl-9",
|
2748
|
+
"mt-xl-n9",
|
2749
|
+
"mb-xl-n9",
|
2750
|
+
"my-xl-9",
|
2751
|
+
"mt-xl-10",
|
2752
|
+
"mb-xl-10",
|
2753
|
+
"mt-xl-n10",
|
2754
|
+
"mb-xl-n10",
|
2755
|
+
"my-xl-10",
|
2756
|
+
"mt-xl-11",
|
2757
|
+
"mb-xl-11",
|
2758
|
+
"mt-xl-n11",
|
2759
|
+
"mb-xl-n11",
|
2760
|
+
"my-xl-11",
|
2761
|
+
"mt-xl-12",
|
2762
|
+
"mb-xl-12",
|
2763
|
+
"mt-xl-n12",
|
2764
|
+
"mb-xl-n12",
|
2765
|
+
"my-xl-12",
|
2766
|
+
"mx-xl-auto",
|
2767
|
+
"m-auto",
|
2768
|
+
"mt-auto",
|
2769
|
+
"mr-auto",
|
2770
|
+
"mb-auto",
|
2771
|
+
"ml-auto",
|
2772
|
+
"p-0",
|
2773
|
+
"pt-0",
|
2774
|
+
"pr-0",
|
2775
|
+
"pb-0",
|
2776
|
+
"pl-0",
|
2777
|
+
"px-0",
|
2778
|
+
"py-0",
|
2779
|
+
"p-1",
|
2780
|
+
"pt-1",
|
2781
|
+
"pr-1",
|
2782
|
+
"pb-1",
|
2783
|
+
"pl-1",
|
2784
|
+
"px-1",
|
2785
|
+
"py-1",
|
2786
|
+
"p-2",
|
2787
|
+
"pt-2",
|
2788
|
+
"pr-2",
|
2789
|
+
"pb-2",
|
2790
|
+
"pl-2",
|
2791
|
+
"px-2",
|
2792
|
+
"py-2",
|
2793
|
+
"p-3",
|
2794
|
+
"pt-3",
|
2795
|
+
"pr-3",
|
2796
|
+
"pb-3",
|
2797
|
+
"pl-3",
|
2798
|
+
"px-3",
|
2799
|
+
"py-3",
|
2800
|
+
"p-4",
|
2801
|
+
"pt-4",
|
2802
|
+
"pr-4",
|
2803
|
+
"pb-4",
|
2804
|
+
"pl-4",
|
2805
|
+
"px-4",
|
2806
|
+
"py-4",
|
2807
|
+
"p-5",
|
2808
|
+
"pt-5",
|
2809
|
+
"pr-5",
|
2810
|
+
"pb-5",
|
2811
|
+
"pl-5",
|
2812
|
+
"px-5",
|
2813
|
+
"py-5",
|
2814
|
+
"p-6",
|
2815
|
+
"pt-6",
|
2816
|
+
"pr-6",
|
2817
|
+
"pb-6",
|
2818
|
+
"pl-6",
|
2819
|
+
"px-6",
|
2820
|
+
"py-6",
|
2821
|
+
"pt-7",
|
2822
|
+
"pr-7",
|
2823
|
+
"pb-7",
|
2824
|
+
"pl-7",
|
2825
|
+
"py-7",
|
2826
|
+
"pt-8",
|
2827
|
+
"pr-8",
|
2828
|
+
"pb-8",
|
2829
|
+
"pl-8",
|
2830
|
+
"py-8",
|
2831
|
+
"pt-9",
|
2832
|
+
"pr-9",
|
2833
|
+
"pb-9",
|
2834
|
+
"pl-9",
|
2835
|
+
"py-9",
|
2836
|
+
"pt-10",
|
2837
|
+
"pr-10",
|
2838
|
+
"pb-10",
|
2839
|
+
"pl-10",
|
2840
|
+
"py-10",
|
2841
|
+
"pt-11",
|
2842
|
+
"pr-11",
|
2843
|
+
"pb-11",
|
2844
|
+
"pl-11",
|
2845
|
+
"py-11",
|
2846
|
+
"pt-12",
|
2847
|
+
"pr-12",
|
2848
|
+
"pb-12",
|
2849
|
+
"pl-12",
|
2850
|
+
"py-12",
|
2851
|
+
"p-sm-0",
|
2852
|
+
"pt-sm-0",
|
2853
|
+
"pr-sm-0",
|
2854
|
+
"pb-sm-0",
|
2855
|
+
"pl-sm-0",
|
2856
|
+
"px-sm-0",
|
2857
|
+
"py-sm-0",
|
2858
|
+
"p-sm-1",
|
2859
|
+
"pt-sm-1",
|
2860
|
+
"pr-sm-1",
|
2861
|
+
"pb-sm-1",
|
2862
|
+
"pl-sm-1",
|
2863
|
+
"px-sm-1",
|
2864
|
+
"py-sm-1",
|
2865
|
+
"p-sm-2",
|
2866
|
+
"pt-sm-2",
|
2867
|
+
"pr-sm-2",
|
2868
|
+
"pb-sm-2",
|
2869
|
+
"pl-sm-2",
|
2870
|
+
"px-sm-2",
|
2871
|
+
"py-sm-2",
|
2872
|
+
"p-sm-3",
|
2873
|
+
"pt-sm-3",
|
2874
|
+
"pr-sm-3",
|
2875
|
+
"pb-sm-3",
|
2876
|
+
"pl-sm-3",
|
2877
|
+
"px-sm-3",
|
2878
|
+
"py-sm-3",
|
2879
|
+
"p-sm-4",
|
2880
|
+
"pt-sm-4",
|
2881
|
+
"pr-sm-4",
|
2882
|
+
"pb-sm-4",
|
2883
|
+
"pl-sm-4",
|
2884
|
+
"px-sm-4",
|
2885
|
+
"py-sm-4",
|
2886
|
+
"p-sm-5",
|
2887
|
+
"pt-sm-5",
|
2888
|
+
"pr-sm-5",
|
2889
|
+
"pb-sm-5",
|
2890
|
+
"pl-sm-5",
|
2891
|
+
"px-sm-5",
|
2892
|
+
"py-sm-5",
|
2893
|
+
"p-sm-6",
|
2894
|
+
"pt-sm-6",
|
2895
|
+
"pr-sm-6",
|
2896
|
+
"pb-sm-6",
|
2897
|
+
"pl-sm-6",
|
2898
|
+
"px-sm-6",
|
2899
|
+
"py-sm-6",
|
2900
|
+
"pt-sm-7",
|
2901
|
+
"pr-sm-7",
|
2902
|
+
"pb-sm-7",
|
2903
|
+
"pl-sm-7",
|
2904
|
+
"py-sm-7",
|
2905
|
+
"pt-sm-8",
|
2906
|
+
"pr-sm-8",
|
2907
|
+
"pb-sm-8",
|
2908
|
+
"pl-sm-8",
|
2909
|
+
"py-sm-8",
|
2910
|
+
"pt-sm-9",
|
2911
|
+
"pr-sm-9",
|
2912
|
+
"pb-sm-9",
|
2913
|
+
"pl-sm-9",
|
2914
|
+
"py-sm-9",
|
2915
|
+
"pt-sm-10",
|
2916
|
+
"pr-sm-10",
|
2917
|
+
"pb-sm-10",
|
2918
|
+
"pl-sm-10",
|
2919
|
+
"py-sm-10",
|
2920
|
+
"pt-sm-11",
|
2921
|
+
"pr-sm-11",
|
2922
|
+
"pb-sm-11",
|
2923
|
+
"pl-sm-11",
|
2924
|
+
"py-sm-11",
|
2925
|
+
"pt-sm-12",
|
2926
|
+
"pr-sm-12",
|
2927
|
+
"pb-sm-12",
|
2928
|
+
"pl-sm-12",
|
2929
|
+
"py-sm-12",
|
2930
|
+
"p-md-0",
|
2931
|
+
"pt-md-0",
|
2932
|
+
"pr-md-0",
|
2933
|
+
"pb-md-0",
|
2934
|
+
"pl-md-0",
|
2935
|
+
"px-md-0",
|
2936
|
+
"py-md-0",
|
2937
|
+
"p-md-1",
|
2938
|
+
"pt-md-1",
|
2939
|
+
"pr-md-1",
|
2940
|
+
"pb-md-1",
|
2941
|
+
"pl-md-1",
|
2942
|
+
"px-md-1",
|
2943
|
+
"py-md-1",
|
2944
|
+
"p-md-2",
|
2945
|
+
"pt-md-2",
|
2946
|
+
"pr-md-2",
|
2947
|
+
"pb-md-2",
|
2948
|
+
"pl-md-2",
|
2949
|
+
"px-md-2",
|
2950
|
+
"py-md-2",
|
2951
|
+
"p-md-3",
|
2952
|
+
"pt-md-3",
|
2953
|
+
"pr-md-3",
|
2954
|
+
"pb-md-3",
|
2955
|
+
"pl-md-3",
|
2956
|
+
"px-md-3",
|
2957
|
+
"py-md-3",
|
2958
|
+
"p-md-4",
|
2959
|
+
"pt-md-4",
|
2960
|
+
"pr-md-4",
|
2961
|
+
"pb-md-4",
|
2962
|
+
"pl-md-4",
|
2963
|
+
"px-md-4",
|
2964
|
+
"py-md-4",
|
2965
|
+
"p-md-5",
|
2966
|
+
"pt-md-5",
|
2967
|
+
"pr-md-5",
|
2968
|
+
"pb-md-5",
|
2969
|
+
"pl-md-5",
|
2970
|
+
"px-md-5",
|
2971
|
+
"py-md-5",
|
2972
|
+
"p-md-6",
|
2973
|
+
"pt-md-6",
|
2974
|
+
"pr-md-6",
|
2975
|
+
"pb-md-6",
|
2976
|
+
"pl-md-6",
|
2977
|
+
"px-md-6",
|
2978
|
+
"py-md-6",
|
2979
|
+
"pt-md-7",
|
2980
|
+
"pr-md-7",
|
2981
|
+
"pb-md-7",
|
2982
|
+
"pl-md-7",
|
2983
|
+
"py-md-7",
|
2984
|
+
"pt-md-8",
|
2985
|
+
"pr-md-8",
|
2986
|
+
"pb-md-8",
|
2987
|
+
"pl-md-8",
|
2988
|
+
"py-md-8",
|
2989
|
+
"pt-md-9",
|
2990
|
+
"pr-md-9",
|
2991
|
+
"pb-md-9",
|
2992
|
+
"pl-md-9",
|
2993
|
+
"py-md-9",
|
2994
|
+
"pt-md-10",
|
2995
|
+
"pr-md-10",
|
2996
|
+
"pb-md-10",
|
2997
|
+
"pl-md-10",
|
2998
|
+
"py-md-10",
|
2999
|
+
"pt-md-11",
|
3000
|
+
"pr-md-11",
|
3001
|
+
"pb-md-11",
|
3002
|
+
"pl-md-11",
|
3003
|
+
"py-md-11",
|
3004
|
+
"pt-md-12",
|
3005
|
+
"pr-md-12",
|
3006
|
+
"pb-md-12",
|
3007
|
+
"pl-md-12",
|
3008
|
+
"py-md-12",
|
3009
|
+
"p-lg-0",
|
3010
|
+
"pt-lg-0",
|
3011
|
+
"pr-lg-0",
|
3012
|
+
"pb-lg-0",
|
3013
|
+
"pl-lg-0",
|
3014
|
+
"px-lg-0",
|
3015
|
+
"py-lg-0",
|
3016
|
+
"p-lg-1",
|
3017
|
+
"pt-lg-1",
|
3018
|
+
"pr-lg-1",
|
3019
|
+
"pb-lg-1",
|
3020
|
+
"pl-lg-1",
|
3021
|
+
"px-lg-1",
|
3022
|
+
"py-lg-1",
|
3023
|
+
"p-lg-2",
|
3024
|
+
"pt-lg-2",
|
3025
|
+
"pr-lg-2",
|
3026
|
+
"pb-lg-2",
|
3027
|
+
"pl-lg-2",
|
3028
|
+
"px-lg-2",
|
3029
|
+
"py-lg-2",
|
3030
|
+
"p-lg-3",
|
3031
|
+
"pt-lg-3",
|
3032
|
+
"pr-lg-3",
|
3033
|
+
"pb-lg-3",
|
3034
|
+
"pl-lg-3",
|
3035
|
+
"px-lg-3",
|
3036
|
+
"py-lg-3",
|
3037
|
+
"p-lg-4",
|
3038
|
+
"pt-lg-4",
|
3039
|
+
"pr-lg-4",
|
3040
|
+
"pb-lg-4",
|
3041
|
+
"pl-lg-4",
|
3042
|
+
"px-lg-4",
|
3043
|
+
"py-lg-4",
|
3044
|
+
"p-lg-5",
|
3045
|
+
"pt-lg-5",
|
3046
|
+
"pr-lg-5",
|
3047
|
+
"pb-lg-5",
|
3048
|
+
"pl-lg-5",
|
3049
|
+
"px-lg-5",
|
3050
|
+
"py-lg-5",
|
3051
|
+
"p-lg-6",
|
3052
|
+
"pt-lg-6",
|
3053
|
+
"pr-lg-6",
|
3054
|
+
"pb-lg-6",
|
3055
|
+
"pl-lg-6",
|
3056
|
+
"px-lg-6",
|
3057
|
+
"py-lg-6",
|
3058
|
+
"pt-lg-7",
|
3059
|
+
"pr-lg-7",
|
3060
|
+
"pb-lg-7",
|
3061
|
+
"pl-lg-7",
|
3062
|
+
"py-lg-7",
|
3063
|
+
"pt-lg-8",
|
3064
|
+
"pr-lg-8",
|
3065
|
+
"pb-lg-8",
|
3066
|
+
"pl-lg-8",
|
3067
|
+
"py-lg-8",
|
3068
|
+
"pt-lg-9",
|
3069
|
+
"pr-lg-9",
|
3070
|
+
"pb-lg-9",
|
3071
|
+
"pl-lg-9",
|
3072
|
+
"py-lg-9",
|
3073
|
+
"pt-lg-10",
|
3074
|
+
"pr-lg-10",
|
3075
|
+
"pb-lg-10",
|
3076
|
+
"pl-lg-10",
|
3077
|
+
"py-lg-10",
|
3078
|
+
"pt-lg-11",
|
3079
|
+
"pr-lg-11",
|
3080
|
+
"pb-lg-11",
|
3081
|
+
"pl-lg-11",
|
3082
|
+
"py-lg-11",
|
3083
|
+
"pt-lg-12",
|
3084
|
+
"pr-lg-12",
|
3085
|
+
"pb-lg-12",
|
3086
|
+
"pl-lg-12",
|
3087
|
+
"py-lg-12",
|
3088
|
+
"p-xl-0",
|
3089
|
+
"pt-xl-0",
|
3090
|
+
"pr-xl-0",
|
3091
|
+
"pb-xl-0",
|
3092
|
+
"pl-xl-0",
|
3093
|
+
"px-xl-0",
|
3094
|
+
"py-xl-0",
|
3095
|
+
"p-xl-1",
|
3096
|
+
"pt-xl-1",
|
3097
|
+
"pr-xl-1",
|
3098
|
+
"pb-xl-1",
|
3099
|
+
"pl-xl-1",
|
3100
|
+
"px-xl-1",
|
3101
|
+
"py-xl-1",
|
3102
|
+
"p-xl-2",
|
3103
|
+
"pt-xl-2",
|
3104
|
+
"pr-xl-2",
|
3105
|
+
"pb-xl-2",
|
3106
|
+
"pl-xl-2",
|
3107
|
+
"px-xl-2",
|
3108
|
+
"py-xl-2",
|
3109
|
+
"p-xl-3",
|
3110
|
+
"pt-xl-3",
|
3111
|
+
"pr-xl-3",
|
3112
|
+
"pb-xl-3",
|
3113
|
+
"pl-xl-3",
|
3114
|
+
"px-xl-3",
|
3115
|
+
"py-xl-3",
|
3116
|
+
"p-xl-4",
|
3117
|
+
"pt-xl-4",
|
3118
|
+
"pr-xl-4",
|
3119
|
+
"pb-xl-4",
|
3120
|
+
"pl-xl-4",
|
3121
|
+
"px-xl-4",
|
3122
|
+
"py-xl-4",
|
3123
|
+
"p-xl-5",
|
3124
|
+
"pt-xl-5",
|
3125
|
+
"pr-xl-5",
|
3126
|
+
"pb-xl-5",
|
3127
|
+
"pl-xl-5",
|
3128
|
+
"px-xl-5",
|
3129
|
+
"py-xl-5",
|
3130
|
+
"p-xl-6",
|
3131
|
+
"pt-xl-6",
|
3132
|
+
"pr-xl-6",
|
3133
|
+
"pb-xl-6",
|
3134
|
+
"pl-xl-6",
|
3135
|
+
"px-xl-6",
|
3136
|
+
"py-xl-6",
|
3137
|
+
"pt-xl-7",
|
3138
|
+
"pr-xl-7",
|
3139
|
+
"pb-xl-7",
|
3140
|
+
"pl-xl-7",
|
3141
|
+
"py-xl-7",
|
3142
|
+
"pt-xl-8",
|
3143
|
+
"pr-xl-8",
|
3144
|
+
"pb-xl-8",
|
3145
|
+
"pl-xl-8",
|
3146
|
+
"py-xl-8",
|
3147
|
+
"pt-xl-9",
|
3148
|
+
"pr-xl-9",
|
3149
|
+
"pb-xl-9",
|
3150
|
+
"pl-xl-9",
|
3151
|
+
"py-xl-9",
|
3152
|
+
"pt-xl-10",
|
3153
|
+
"pr-xl-10",
|
3154
|
+
"pb-xl-10",
|
3155
|
+
"pl-xl-10",
|
3156
|
+
"py-xl-10",
|
3157
|
+
"pt-xl-11",
|
3158
|
+
"pr-xl-11",
|
3159
|
+
"pb-xl-11",
|
3160
|
+
"pl-xl-11",
|
3161
|
+
"py-xl-11",
|
3162
|
+
"pt-xl-12",
|
3163
|
+
"pr-xl-12",
|
3164
|
+
"pb-xl-12",
|
3165
|
+
"pl-xl-12",
|
3166
|
+
"py-xl-12",
|
3167
|
+
"p-responsive",
|
3168
|
+
"h1",
|
3169
|
+
"h2",
|
3170
|
+
"h3",
|
3171
|
+
"h4",
|
3172
|
+
"h5",
|
3173
|
+
"h6",
|
3174
|
+
"f1",
|
3175
|
+
"f2",
|
3176
|
+
"f3",
|
3177
|
+
"f4",
|
3178
|
+
"f5",
|
3179
|
+
"f6",
|
3180
|
+
"f00-light",
|
3181
|
+
"f0-light",
|
3182
|
+
"f1-light",
|
3183
|
+
"f2-light",
|
3184
|
+
"f3-light",
|
3185
|
+
"text-small",
|
3186
|
+
"lead",
|
3187
|
+
"lh-condensed-ultra",
|
3188
|
+
"lh-condensed",
|
3189
|
+
"lh-default",
|
3190
|
+
"lh-0",
|
3191
|
+
"lh-sm-condensed-ultra",
|
3192
|
+
"lh-sm-condensed",
|
3193
|
+
"lh-sm-default",
|
3194
|
+
"lh-sm-0",
|
3195
|
+
"lh-md-condensed-ultra",
|
3196
|
+
"lh-md-condensed",
|
3197
|
+
"lh-md-default",
|
3198
|
+
"lh-md-0",
|
3199
|
+
"lh-lg-condensed-ultra",
|
3200
|
+
"lh-lg-condensed",
|
3201
|
+
"lh-lg-default",
|
3202
|
+
"lh-lg-0",
|
3203
|
+
"lh-xl-condensed-ultra",
|
3204
|
+
"lh-xl-condensed",
|
3205
|
+
"lh-xl-default",
|
3206
|
+
"lh-xl-0",
|
3207
|
+
"text-right",
|
3208
|
+
"text-left",
|
3209
|
+
"text-center",
|
3210
|
+
"text-sm-right",
|
3211
|
+
"text-sm-left",
|
3212
|
+
"text-sm-center",
|
3213
|
+
"text-md-right",
|
3214
|
+
"text-md-left",
|
3215
|
+
"text-md-center",
|
3216
|
+
"text-lg-right",
|
3217
|
+
"text-lg-left",
|
3218
|
+
"text-lg-center",
|
3219
|
+
"text-xl-right",
|
3220
|
+
"text-xl-left",
|
3221
|
+
"text-xl-center",
|
3222
|
+
"text-normal",
|
3223
|
+
"text-bold",
|
3224
|
+
"text-semibold",
|
3225
|
+
"text-light",
|
3226
|
+
"text-italic",
|
3227
|
+
"text-uppercase",
|
3228
|
+
"text-underline",
|
3229
|
+
"no-underline",
|
3230
|
+
"no-wrap",
|
3231
|
+
"ws-normal",
|
3232
|
+
"wb-break-word",
|
3233
|
+
"wb-break-all",
|
3234
|
+
"text-emphasized",
|
3235
|
+
"list-style-none",
|
3236
|
+
"text-mono",
|
3237
|
+
"user-select-none",
|
3238
|
+
"text-capitalize",
|
3239
|
+
"d-block",
|
3240
|
+
"d-flex",
|
3241
|
+
"d-inline",
|
3242
|
+
"d-inline-block",
|
3243
|
+
"d-inline-flex",
|
3244
|
+
"d-none",
|
3245
|
+
"d-table",
|
3246
|
+
"d-table-cell",
|
3247
|
+
"d-sm-block",
|
3248
|
+
"d-sm-flex",
|
3249
|
+
"d-sm-inline",
|
3250
|
+
"d-sm-inline-block",
|
3251
|
+
"d-sm-inline-flex",
|
3252
|
+
"d-sm-none",
|
3253
|
+
"d-sm-table",
|
3254
|
+
"d-sm-table-cell",
|
3255
|
+
"d-md-block",
|
3256
|
+
"d-md-flex",
|
3257
|
+
"d-md-inline",
|
3258
|
+
"d-md-inline-block",
|
3259
|
+
"d-md-inline-flex",
|
3260
|
+
"d-md-none",
|
3261
|
+
"d-md-table",
|
3262
|
+
"d-md-table-cell",
|
3263
|
+
"d-lg-block",
|
3264
|
+
"d-lg-flex",
|
3265
|
+
"d-lg-inline",
|
3266
|
+
"d-lg-inline-block",
|
3267
|
+
"d-lg-inline-flex",
|
3268
|
+
"d-lg-none",
|
3269
|
+
"d-lg-table",
|
3270
|
+
"d-lg-table-cell",
|
3271
|
+
"d-xl-block",
|
3272
|
+
"d-xl-flex",
|
3273
|
+
"d-xl-inline",
|
3274
|
+
"d-xl-inline-block",
|
3275
|
+
"d-xl-inline-flex",
|
3276
|
+
"d-xl-none",
|
3277
|
+
"d-xl-table",
|
3278
|
+
"d-xl-table-cell",
|
3279
|
+
"v-hidden",
|
3280
|
+
"v-visible",
|
3281
|
+
"hide-sm",
|
3282
|
+
"hide-md",
|
3283
|
+
"hide-lg",
|
3284
|
+
"hide-xl",
|
3285
|
+
"show-whenNarrow",
|
3286
|
+
"show-whenRegular",
|
3287
|
+
"show-whenWide",
|
3288
|
+
"hide-whenWide",
|
3289
|
+
"hide-whenNarrow",
|
3290
|
+
"hide-whenRegular",
|
3291
|
+
"table-fixed",
|
3292
|
+
"sr-only",
|
3293
|
+
"show-on-focus"
|
1658
3294
|
]
|
1659
3295
|
}
|