@clayui/css 3.106.1 → 3.108.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.
Files changed (36) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +1 -1
  3. package/lib/css/atlas.css +431 -130
  4. package/lib/css/atlas.css.map +1 -1
  5. package/lib/css/base.css +428 -115
  6. package/lib/css/base.css.map +1 -1
  7. package/lib/css/cadmin.css +446 -124
  8. package/lib/css/cadmin.css.map +1 -1
  9. package/lib/images/icons/flags-en-CA.svg +13 -0
  10. package/lib/images/icons/icons.svg +1 -1
  11. package/lib/images/icons/twitter-x.svg +9 -0
  12. package/package.json +2 -2
  13. package/src/images/icons/flags-en-CA.svg +13 -0
  14. package/src/images/icons/twitter-x.svg +9 -0
  15. package/src/scss/_license-text.scss +1 -1
  16. package/src/scss/atlas/variables/_tables.scss +37 -18
  17. package/src/scss/cadmin/components/_badges.scss +1 -6
  18. package/src/scss/cadmin/components/_modals.scss +11 -0
  19. package/src/scss/cadmin/components/_tables.scss +82 -25
  20. package/src/scss/cadmin/variables/_alerts.scss +2 -16
  21. package/src/scss/cadmin/variables/_badges.scss +78 -3
  22. package/src/scss/cadmin/variables/_buttons.scss +204 -0
  23. package/src/scss/cadmin/variables/_dropdowns.scss +1 -1
  24. package/src/scss/cadmin/variables/_modals.scss +21 -1
  25. package/src/scss/cadmin/variables/_tables.scss +144 -99
  26. package/src/scss/cadmin/variables/_utilities.scss +2 -1
  27. package/src/scss/components/_modals.scss +8 -0
  28. package/src/scss/components/_tables.scss +87 -28
  29. package/src/scss/functions/_lx-icons-generated.scss +4 -0
  30. package/src/scss/mixins/_grid.scss +8 -0
  31. package/src/scss/mixins/_tables.scss +21 -2
  32. package/src/scss/variables/_badges.scss +74 -4
  33. package/src/scss/variables/_buttons.scss +198 -4
  34. package/src/scss/variables/_modals.scss +21 -1
  35. package/src/scss/variables/_tables.scss +131 -91
  36. package/src/scss/variables/_utilities.scss +1 -1
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.106.1
3
+ * Clay 3.108.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -1256,7 +1256,7 @@ fieldset:disabled a.btn:active {
1256
1256
  pointer-events: none;
1257
1257
  }
1258
1258
 
1259
- .sidebar-sm .btn.btn-xs, .btn-xs {
1259
+ .sidebar-sm .btn.btn-xs, .btn-translucent, .btn-xs {
1260
1260
  font-size: 0.75rem;
1261
1261
  line-height: 1.5;
1262
1262
  padding-bottom: 0.125rem;
@@ -1264,26 +1264,26 @@ fieldset:disabled a.btn:active {
1264
1264
  padding-right: 0.5rem;
1265
1265
  padding-top: 0.125rem;
1266
1266
  }
1267
- .sidebar-sm .btn.btn-xs .c-inner, .btn-xs .c-inner {
1267
+ .sidebar-sm .btn.btn-xs .c-inner, .btn-translucent .c-inner, .btn-xs .c-inner {
1268
1268
  margin-bottom: -0.125rem;
1269
1269
  margin-left: -0.5rem;
1270
1270
  margin-right: -0.5rem;
1271
1271
  margin-top: -0.125rem;
1272
1272
  }
1273
- .sidebar-sm .btn.btn-xs .lexicon-icon, .btn-xs .lexicon-icon {
1273
+ .sidebar-sm .btn.btn-xs .lexicon-icon, .btn-translucent .lexicon-icon, .btn-xs .lexicon-icon {
1274
1274
  font-size: inherit;
1275
1275
  }
1276
- .sidebar-sm .btn.btn-xs .inline-item, .btn-xs .inline-item {
1276
+ .sidebar-sm .btn.btn-xs .inline-item, .btn-translucent .inline-item, .btn-xs .inline-item {
1277
1277
  font-size: inherit;
1278
1278
  margin-top: -0.16em;
1279
1279
  }
1280
- .sidebar-sm .btn.btn-xs .inline-item-before, .btn-xs .inline-item-before {
1280
+ .sidebar-sm .btn.btn-xs .inline-item-before, .btn-translucent .inline-item-before, .btn-xs .inline-item-before {
1281
1281
  margin-right: 0.25rem;
1282
1282
  }
1283
- .sidebar-sm .btn.btn-xs .inline-item-after, .btn-xs .inline-item-after {
1283
+ .sidebar-sm .btn.btn-xs .inline-item-after, .btn-translucent .inline-item-after, .btn-xs .inline-item-after {
1284
1284
  margin-left: 0.25rem;
1285
1285
  }
1286
- .sidebar-sm .btn.btn-xs .btn-section, .btn-xs .btn-section {
1286
+ .sidebar-sm .btn.btn-xs .btn-section, .btn-translucent .btn-section, .btn-xs .btn-section {
1287
1287
  font-size: 0.375rem;
1288
1288
  }
1289
1289
  .btn-group-lg > .btn,
@@ -1720,33 +1720,284 @@ input[type=button].btn-block {
1720
1720
  color: #0b5fff;
1721
1721
  text-decoration: none;
1722
1722
  }
1723
- .btn-beta {
1723
+ .btn-translucent {
1724
+ border-radius: 50rem;
1725
+ }
1726
+ .btn-translucent.btn-primary {
1727
+ background-color: rgba(0, 83, 240, 0.04);
1728
+ border-color: transparent;
1729
+ color: #0053f0;
1730
+ }
1731
+ .btn-translucent.btn-primary:hover {
1732
+ background-color: rgba(0, 83, 240, 0.06);
1733
+ color: #0053f0;
1734
+ }
1735
+ .btn-translucent.btn-primary.focus, .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .btn-translucent.btn-primary:focus {
1736
+ background-color: rgba(0, 83, 240, 0.06);
1737
+ color: #0053f0;
1738
+ }
1739
+ .btn-translucent.btn-primary:active {
1740
+ background-color: rgba(0, 83, 240, 0.08);
1741
+ color: #0053f0;
1742
+ }
1743
+ .btn-translucent.btn-primary.active {
1744
+ background-color: rgba(0, 83, 240, 0.08);
1745
+ color: #0053f0;
1746
+ }
1747
+ .btn-translucent.btn-primary[aria-expanded=true], .btn-translucent.btn-primary.show {
1748
+ background-color: rgba(0, 83, 240, 0.08);
1749
+ color: #0053f0;
1750
+ }
1751
+ .btn-translucent.btn-secondary {
1752
+ background-color: rgba(57, 58, 74, 0.04);
1753
+ border-color: transparent;
1754
+ color: #6b6c7e;
1755
+ }
1756
+ .btn-translucent.btn-secondary:hover {
1757
+ background-color: rgba(57, 58, 74, 0.06);
1758
+ color: #6b6c7e;
1759
+ }
1760
+ .btn-translucent.btn-secondary.focus, .btn-translucent.btn-secondary:focus-visible, .c-prefers-focus .btn-translucent.btn-secondary:focus {
1761
+ background-color: rgba(57, 58, 74, 0.06);
1762
+ color: #6b6c7e;
1763
+ }
1764
+ .btn-translucent.btn-secondary:active {
1765
+ background-color: rgba(57, 58, 74, 0.08);
1766
+ color: #6b6c7e;
1767
+ }
1768
+ .btn-translucent.btn-secondary.active {
1769
+ background-color: rgba(57, 58, 74, 0.08);
1770
+ color: #6b6c7e;
1771
+ }
1772
+ .btn-translucent.btn-secondary[aria-expanded=true], .btn-translucent.btn-secondary.show {
1773
+ background-color: rgba(57, 58, 74, 0.08);
1774
+ color: #6b6c7e;
1775
+ }
1776
+ .btn-translucent.btn-info, .btn-beta {
1724
1777
  background-color: rgba(41, 79, 152, 0.04);
1778
+ border-color: transparent;
1725
1779
  color: #294f98;
1726
- text-transform: uppercase;
1727
1780
  }
1728
- .btn-beta:hover {
1781
+ .btn-translucent.btn-info:hover, .btn-beta:hover {
1729
1782
  background-color: rgba(41, 79, 152, 0.06);
1730
1783
  color: #294f98;
1731
1784
  }
1732
- .focus.btn-beta, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
1785
+ .btn-translucent.btn-info.focus, .btn-translucent.btn-info:focus-visible, .c-prefers-focus .btn-translucent.btn-info:focus, .btn-beta.focus, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
1733
1786
  background-color: rgba(41, 79, 152, 0.06);
1734
1787
  color: #294f98;
1735
1788
  }
1736
- .btn-beta-dark {
1789
+ .btn-translucent.btn-info:active, .btn-beta:active {
1790
+ background-color: rgba(41, 79, 152, 0.08);
1791
+ color: #294f98;
1792
+ }
1793
+ .btn-translucent.btn-info.active, .btn-beta.active {
1794
+ background-color: rgba(41, 79, 152, 0.08);
1795
+ color: #294f98;
1796
+ }
1797
+ .btn-translucent.btn-info[aria-expanded=true], .btn-translucent.btn-info.show, .btn-beta[aria-expanded=true], .btn-beta.show {
1798
+ background-color: rgba(41, 79, 152, 0.08);
1799
+ color: #294f98;
1800
+ }
1801
+ .btn-translucent.btn-success {
1802
+ background-color: rgba(34, 106, 51, 0.04);
1803
+ border-color: transparent;
1804
+ color: #226a33;
1805
+ }
1806
+ .btn-translucent.btn-success:hover {
1807
+ background-color: rgba(34, 106, 51, 0.06);
1808
+ color: #226a33;
1809
+ }
1810
+ .btn-translucent.btn-success.focus, .btn-translucent.btn-success:focus-visible, .c-prefers-focus .btn-translucent.btn-success:focus {
1811
+ background-color: rgba(34, 106, 51, 0.06);
1812
+ color: #226a33;
1813
+ }
1814
+ .btn-translucent.btn-success:active {
1815
+ background-color: rgba(34, 106, 51, 0.08);
1816
+ color: #226a33;
1817
+ }
1818
+ .btn-translucent.btn-success.active {
1819
+ background-color: rgba(34, 106, 51, 0.08);
1820
+ color: #226a33;
1821
+ }
1822
+ .btn-translucent.btn-success[aria-expanded=true], .btn-translucent.btn-success.show {
1823
+ background-color: rgba(34, 106, 51, 0.08);
1824
+ color: #226a33;
1825
+ }
1826
+ .btn-translucent.btn-warning {
1827
+ background-color: rgba(159, 69, 0, 0.04);
1828
+ border-color: transparent;
1829
+ color: #9f4500;
1830
+ }
1831
+ .btn-translucent.btn-warning:hover {
1832
+ background-color: rgba(159, 69, 0, 0.06);
1833
+ color: #9f4500;
1834
+ }
1835
+ .btn-translucent.btn-warning.focus, .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .btn-translucent.btn-warning:focus {
1836
+ background-color: rgba(159, 69, 0, 0.06);
1837
+ color: #9f4500;
1838
+ }
1839
+ .btn-translucent.btn-warning:active {
1840
+ background-color: rgba(159, 69, 0, 0.08);
1841
+ color: #9f4500;
1842
+ }
1843
+ .btn-translucent.btn-warning.active {
1844
+ background-color: rgba(159, 69, 0, 0.08);
1845
+ color: #9f4500;
1846
+ }
1847
+ .btn-translucent.btn-warning[aria-expanded=true], .btn-translucent.btn-warning.show {
1848
+ background-color: rgba(159, 69, 0, 0.08);
1849
+ color: #9f4500;
1850
+ }
1851
+ .btn-translucent.btn-danger {
1852
+ background-color: rgba(195, 18, 18, 0.04);
1853
+ border-color: transparent;
1854
+ color: #c31212;
1855
+ }
1856
+ .btn-translucent.btn-danger:hover {
1857
+ background-color: rgba(195, 18, 18, 0.06);
1858
+ color: #c31212;
1859
+ }
1860
+ .btn-translucent.btn-danger.focus, .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .btn-translucent.btn-danger:focus {
1861
+ background-color: rgba(195, 18, 18, 0.06);
1862
+ color: #c31212;
1863
+ }
1864
+ .btn-translucent.btn-danger:active {
1865
+ background-color: rgba(195, 18, 18, 0.08);
1866
+ color: #c31212;
1867
+ }
1868
+ .btn-translucent.btn-danger.active {
1869
+ background-color: rgba(195, 18, 18, 0.08);
1870
+ color: #c31212;
1871
+ }
1872
+ .btn-translucent.btn-danger[aria-expanded=true], .btn-translucent.btn-danger.show {
1873
+ background-color: rgba(195, 18, 18, 0.08);
1874
+ color: #c31212;
1875
+ }
1876
+ .clay-dark.btn-translucent.btn-primary, .clay-dark .btn-translucent.btn-primary {
1877
+ background-color: rgba(179, 205, 255, 0.04);
1878
+ border-color: transparent;
1879
+ color: #80acff;
1880
+ }
1881
+ .clay-dark.btn-translucent.btn-primary:hover, .clay-dark .btn-translucent.btn-primary:hover {
1882
+ background-color: rgba(179, 205, 255, 0.06);
1883
+ color: #80acff;
1884
+ }
1885
+ .focus.clay-dark.btn-translucent.btn-primary, .clay-dark .focus.btn-translucent.btn-primary, .clay-dark.btn-translucent.btn-primary:focus-visible, .clay-dark .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-primary:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-primary:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-primary:focus {
1886
+ background-color: rgba(179, 205, 255, 0.06);
1887
+ color: #80acff;
1888
+ }
1889
+ .clay-dark.btn-translucent.btn-primary:active, .clay-dark .btn-translucent.btn-primary:active {
1890
+ background-color: rgba(179, 205, 255, 0.08);
1891
+ color: #80acff;
1892
+ }
1893
+ .active.clay-dark.btn-translucent.btn-primary, .clay-dark .active.btn-translucent.btn-primary {
1894
+ background-color: rgba(179, 205, 255, 0.08);
1895
+ color: #80acff;
1896
+ }
1897
+ [aria-expanded=true].clay-dark.btn-translucent.btn-primary, .clay-dark [aria-expanded=true].btn-translucent.btn-primary, .show.clay-dark.btn-translucent.btn-primary, .clay-dark .show.btn-translucent.btn-primary {
1898
+ background-color: rgba(179, 205, 255, 0.08);
1899
+ color: #80acff;
1900
+ }
1901
+ .clay-dark.btn-translucent.btn-info, .clay-dark .btn-translucent.btn-info, .btn-beta-dark {
1737
1902
  background-color: rgba(238, 242, 250, 0.04);
1738
1903
  border-color: transparent;
1739
1904
  color: #89a7e0;
1740
- text-transform: uppercase;
1741
1905
  }
1742
- .btn-beta-dark:hover {
1906
+ .clay-dark.btn-translucent.btn-info:hover, .clay-dark .btn-translucent.btn-info:hover, .btn-beta-dark:hover {
1743
1907
  background-color: rgba(238, 242, 250, 0.06);
1744
1908
  color: #89a7e0;
1745
1909
  }
1746
- .focus.btn-beta-dark, .btn-beta-dark:focus-visible, .c-prefers-focus .btn-beta-dark:focus {
1910
+ .focus.clay-dark.btn-translucent.btn-info, .clay-dark .focus.btn-translucent.btn-info, .focus.btn-beta-dark, .clay-dark.btn-translucent.btn-info:focus-visible, .clay-dark .btn-translucent.btn-info:focus-visible, .btn-beta-dark:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-info:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-info:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-info:focus, .c-prefers-focus .btn-beta-dark:focus {
1747
1911
  background-color: rgba(238, 242, 250, 0.06);
1748
1912
  color: #89a7e0;
1749
1913
  }
1914
+ .clay-dark.btn-translucent.btn-info:active, .clay-dark .btn-translucent.btn-info:active, .btn-beta-dark:active {
1915
+ background-color: rgba(238, 242, 250, 0.08);
1916
+ color: #89a7e0;
1917
+ }
1918
+ .active.clay-dark.btn-translucent.btn-info, .clay-dark .active.btn-translucent.btn-info, .active.btn-beta-dark {
1919
+ background-color: rgba(238, 242, 250, 0.08);
1920
+ color: #89a7e0;
1921
+ }
1922
+ [aria-expanded=true].clay-dark.btn-translucent.btn-info, .clay-dark [aria-expanded=true].btn-translucent.btn-info, [aria-expanded=true].btn-beta-dark, .show.clay-dark.btn-translucent.btn-info, .clay-dark .show.btn-translucent.btn-info, .show.btn-beta-dark {
1923
+ background-color: rgba(238, 242, 250, 0.08);
1924
+ color: #89a7e0;
1925
+ }
1926
+ .clay-dark.btn-translucent.btn-success, .clay-dark .btn-translucent.btn-success {
1927
+ background-color: rgba(237, 249, 240, 0.04);
1928
+ border-color: transparent;
1929
+ color: #5aca75;
1930
+ }
1931
+ .clay-dark.btn-translucent.btn-success:hover, .clay-dark .btn-translucent.btn-success:hover {
1932
+ background-color: rgba(237, 249, 240, 0.06);
1933
+ color: #5aca75;
1934
+ }
1935
+ .focus.clay-dark.btn-translucent.btn-success, .clay-dark .focus.btn-translucent.btn-success, .clay-dark.btn-translucent.btn-success:focus-visible, .clay-dark .btn-translucent.btn-success:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-success:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-success:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-success:focus {
1936
+ background-color: rgba(237, 249, 240, 0.06);
1937
+ color: #5aca75;
1938
+ }
1939
+ .clay-dark.btn-translucent.btn-success:active, .clay-dark .btn-translucent.btn-success:active {
1940
+ background-color: rgba(237, 249, 240, 0.08);
1941
+ color: #5aca75;
1942
+ }
1943
+ .active.clay-dark.btn-translucent.btn-success, .clay-dark .active.btn-translucent.btn-success {
1944
+ background-color: rgba(237, 249, 240, 0.08);
1945
+ color: #5aca75;
1946
+ }
1947
+ [aria-expanded=true].clay-dark.btn-translucent.btn-success, .clay-dark [aria-expanded=true].btn-translucent.btn-success, .show.clay-dark.btn-translucent.btn-success, .clay-dark .show.btn-translucent.btn-success {
1948
+ background-color: rgba(237, 249, 240, 0.08);
1949
+ color: #5aca75;
1950
+ }
1951
+ .clay-dark.btn-translucent.btn-warning, .clay-dark .btn-translucent.btn-warning {
1952
+ background-color: rgba(255, 244, 236, 0.04);
1953
+ border-color: transparent;
1954
+ color: #ff8f39;
1955
+ }
1956
+ .clay-dark.btn-translucent.btn-warning:hover, .clay-dark .btn-translucent.btn-warning:hover {
1957
+ background-color: rgba(255, 244, 236, 0.06);
1958
+ color: #ff8f39;
1959
+ }
1960
+ .focus.clay-dark.btn-translucent.btn-warning, .clay-dark .focus.btn-translucent.btn-warning, .clay-dark.btn-translucent.btn-warning:focus-visible, .clay-dark .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-warning:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-warning:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-warning:focus {
1961
+ background-color: rgba(255, 244, 236, 0.06);
1962
+ color: #ff8f39;
1963
+ }
1964
+ .clay-dark.btn-translucent.btn-warning:active, .clay-dark .btn-translucent.btn-warning:active {
1965
+ background-color: rgba(255, 244, 236, 0.08);
1966
+ color: #ff8f39;
1967
+ }
1968
+ .active.clay-dark.btn-translucent.btn-warning, .clay-dark .active.btn-translucent.btn-warning {
1969
+ background-color: rgba(255, 244, 236, 0.08);
1970
+ color: #ff8f39;
1971
+ }
1972
+ [aria-expanded=true].clay-dark.btn-translucent.btn-warning, .clay-dark [aria-expanded=true].btn-translucent.btn-warning, .show.clay-dark.btn-translucent.btn-warning, .clay-dark .show.btn-translucent.btn-warning {
1973
+ background-color: rgba(255, 244, 236, 0.08);
1974
+ color: #ff8f39;
1975
+ }
1976
+ .clay-dark.btn-translucent.btn-danger, .clay-dark .btn-translucent.btn-danger {
1977
+ background-color: rgba(254, 239, 239, 0.04);
1978
+ border-color: transparent;
1979
+ color: #f48989;
1980
+ }
1981
+ .clay-dark.btn-translucent.btn-danger:hover, .clay-dark .btn-translucent.btn-danger:hover {
1982
+ background-color: rgba(254, 239, 239, 0.06);
1983
+ color: #f48989;
1984
+ }
1985
+ .focus.clay-dark.btn-translucent.btn-danger, .clay-dark .focus.btn-translucent.btn-danger, .clay-dark.btn-translucent.btn-danger:focus-visible, .clay-dark .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-danger:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-danger:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-danger:focus {
1986
+ background-color: rgba(254, 239, 239, 0.06);
1987
+ color: #f48989;
1988
+ }
1989
+ .clay-dark.btn-translucent.btn-danger:active, .clay-dark .btn-translucent.btn-danger:active {
1990
+ background-color: rgba(254, 239, 239, 0.08);
1991
+ color: #f48989;
1992
+ }
1993
+ .active.clay-dark.btn-translucent.btn-danger, .clay-dark .active.btn-translucent.btn-danger {
1994
+ background-color: rgba(254, 239, 239, 0.08);
1995
+ color: #f48989;
1996
+ }
1997
+ [aria-expanded=true].clay-dark.btn-translucent.btn-danger, .clay-dark [aria-expanded=true].btn-translucent.btn-danger, .show.clay-dark.btn-translucent.btn-danger, .clay-dark .show.btn-translucent.btn-danger {
1998
+ background-color: rgba(254, 239, 239, 0.08);
1999
+ color: #f48989;
2000
+ }
1750
2001
  .btn-outline-primary {
1751
2002
  border-color: #0b5fff;
1752
2003
  color: #0b5fff;
@@ -4316,15 +4567,55 @@ input[type=button].btn-block {
4316
4567
  color: #fff;
4317
4568
  box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
4318
4569
  }
4319
- .badge-beta {
4570
+ .badge-translucent.badge-primary {
4571
+ background-color: rgba(0, 83, 240, 0.04);
4572
+ border-color: transparent;
4573
+ color: #0053f0;
4574
+ }
4575
+ .badge-translucent.badge-info, .badge-beta {
4320
4576
  background-color: rgba(41, 79, 152, 0.04);
4577
+ border-color: transparent;
4321
4578
  color: #294f98;
4322
- text-transform: uppercase;
4323
4579
  }
4324
- .badge-beta-dark {
4580
+ .badge-translucent.badge-success {
4581
+ background-color: rgba(34, 106, 51, 0.04);
4582
+ border-color: transparent;
4583
+ color: #226a33;
4584
+ }
4585
+ .badge-translucent.badge-warning {
4586
+ background-color: rgba(159, 69, 0, 0.04);
4587
+ border-color: transparent;
4588
+ color: #9f4500;
4589
+ }
4590
+ .badge-translucent.badge-danger {
4591
+ background-color: rgba(195, 18, 18, 0.04);
4592
+ border-color: transparent;
4593
+ color: #c31212;
4594
+ }
4595
+ .clay-dark.badge-translucent.badge-primary, .clay-dark .badge-translucent.badge-primary {
4596
+ background-color: rgba(179, 205, 255, 0.04);
4597
+ border-color: transparent;
4598
+ color: #80acff;
4599
+ }
4600
+ .clay-dark.badge-translucent.badge-info, .clay-dark .badge-translucent.badge-info, .badge-beta-dark {
4325
4601
  background-color: rgba(238, 242, 250, 0.04);
4602
+ border-color: transparent;
4326
4603
  color: #89a7e0;
4327
- text-transform: uppercase;
4604
+ }
4605
+ .clay-dark.badge-translucent.badge-success, .clay-dark .badge-translucent.badge-success {
4606
+ background-color: rgba(237, 249, 240, 0.04);
4607
+ border-color: transparent;
4608
+ color: #5aca75;
4609
+ }
4610
+ .clay-dark.badge-translucent.badge-warning, .clay-dark .badge-translucent.badge-warning {
4611
+ background-color: rgba(255, 244, 236, 0.04);
4612
+ border-color: transparent;
4613
+ color: #ff8f39;
4614
+ }
4615
+ .clay-dark.badge-translucent.badge-danger, .clay-dark .badge-translucent.badge-danger {
4616
+ background-color: rgba(254, 239, 239, 0.04);
4617
+ border-color: transparent;
4618
+ color: #f48989;
4328
4619
  }
4329
4620
  .breadcrumb {
4330
4621
  background-color: transparent;
@@ -12455,6 +12746,24 @@ label.custom-control-label {
12455
12746
  width: 100%;
12456
12747
  z-index: 1050;
12457
12748
  }
12749
+ @media (max-width: 767.98px) {
12750
+ .modal .close {
12751
+ margin-right: -0.5rem;
12752
+ }
12753
+ .modal .modal-header {
12754
+ height: 3rem;
12755
+ padding: 0.5rem 1rem;
12756
+ }
12757
+ .modal .modal-title {
12758
+ font-size: 1.125rem;
12759
+ }
12760
+ .modal .modal-body {
12761
+ padding: 0.5rem 1rem;
12762
+ }
12763
+ .modal .modal-footer {
12764
+ padding: 0.5rem;
12765
+ }
12766
+ }
12458
12767
 
12459
12768
  .modal-dialog {
12460
12769
  margin: 0.5rem;
@@ -12649,7 +12958,7 @@ label.custom-control-label {
12649
12958
  padding-top: 0.75rem;
12650
12959
  }
12651
12960
  .modal-footer > * {
12652
- margin: calc(0.5rem * 0.5);
12961
+ margin: 0 calc(0.5rem * 0.5);
12653
12962
  }
12654
12963
  .modal-item-group {
12655
12964
  align-items: center;
@@ -12695,6 +13004,7 @@ label.custom-control-label {
12695
13004
 
12696
13005
  .modal-footer > .modal-item-last {
12697
13006
  margin-left: auto;
13007
+ margin-right: 0;
12698
13008
  }
12699
13009
 
12700
13010
  .modal-title {
@@ -20327,8 +20637,8 @@ th {
20327
20637
 
20328
20638
  caption {
20329
20639
  color: #272833;
20330
- padding-bottom: 0.75rem;
20331
- padding-top: 0.75rem;
20640
+ padding-bottom: 0.5rem 1rem;
20641
+ padding-top: 0.5rem 1rem;
20332
20642
  text-align: left;
20333
20643
  }
20334
20644
 
@@ -20345,6 +20655,7 @@ caption {
20345
20655
  }
20346
20656
 
20347
20657
  .table {
20658
+ background-color: #fff;
20348
20659
  border-spacing: 0;
20349
20660
  color: #272833;
20350
20661
  font-size: 0.875rem;
@@ -20356,10 +20667,9 @@ caption {
20356
20667
  }
20357
20668
  .table thead th,
20358
20669
  .table thead td {
20359
- background-color: #fff;
20360
20670
  border-bottom: 0 solid #e7e7ed;
20361
20671
  border-top-width: 0px;
20362
- vertical-align: bottom;
20672
+ vertical-align: middle;
20363
20673
  }
20364
20674
  .table thead th a[href] {
20365
20675
  border-radius: 1px;
@@ -20385,20 +20695,15 @@ caption {
20385
20695
  .table th:first-child,
20386
20696
  .table td:first-child,
20387
20697
  .table .table-column-start {
20388
- padding-left: 12px;
20389
- }
20390
- .table th:last-child,
20391
- .table td:last-child,
20392
- .table .table-column-end {
20393
- padding-right: 12px;
20698
+ padding-left: 1.25rem;
20394
20699
  }
20395
20700
  .table th {
20396
20701
  background-clip: padding-box;
20397
20702
  border-top: 0.0625rem solid #e7e7ed;
20398
20703
  color: #6b6c7e;
20399
20704
  font-weight: 600;
20400
- height: 36px;
20401
- padding: 0.75rem;
20705
+ height: 56px;
20706
+ padding: 0.5rem 1rem;
20402
20707
  position: relative;
20403
20708
  vertical-align: top;
20404
20709
  }
@@ -20410,57 +20715,42 @@ caption {
20410
20715
  border-right-width: 0px;
20411
20716
  border-style: solid;
20412
20717
  border-top-width: 0.0625rem;
20413
- padding: 0.75rem;
20718
+ height: 56px;
20719
+ padding: 0.5rem 1rem;
20414
20720
  position: relative;
20415
20721
  vertical-align: middle;
20416
20722
  }
20417
- .table tbody {
20418
- background-color: #fff;
20419
- }
20420
- .table tbody th,
20421
- .table tbody td {
20422
- background-color: #fff;
20423
- }
20424
20723
  .table tbody + tbody {
20425
20724
  border-top: calc(2 * 0.0625rem) solid #e7e7ed;
20426
20725
  }
20427
- .table tfoot {
20428
- background-color: #fff;
20429
- }
20430
- .table tfoot th,
20431
- .table tfoot td {
20432
- background-color: #fff;
20433
- }
20434
20726
  .table caption {
20435
20727
  caption-side: top;
20436
- padding-left: 0.75rem;
20437
- padding-right: 0.75rem;
20728
+ padding-left: 1rem;
20729
+ padding-right: 1rem;
20438
20730
  }
20439
20731
  .table .table-divider th,
20440
20732
  .table .table-divider td {
20441
- background-color: #f7f8f9;
20733
+ background-color: #f1f2f5;
20442
20734
  color: #6b6c7e;
20443
20735
  font-size: 0.75rem;
20444
20736
  font-weight: 600;
20445
- padding: 0.4375rem 0.75rem;
20737
+ height: 34px;
20738
+ line-height: 17px;
20739
+ padding: 0.5rem 1rem 0.5rem 1.25rem;
20446
20740
  text-transform: uppercase;
20447
20741
  }
20448
20742
  .table .table-active {
20449
20743
  background-color: #f0f5ff;
20450
20744
  }
20451
- .table .table-active th,
20452
- .table .table-active td {
20453
- background-color: #f0f5ff;
20454
- }
20455
20745
  .table .table-active .quick-action-menu {
20456
20746
  background-color: #f1f2f5;
20457
20747
  }
20458
20748
  .table .table-disabled {
20749
+ background-color: #fff;
20459
20750
  color: #a7a9bc;
20460
20751
  }
20461
20752
  .table .table-disabled th,
20462
20753
  .table .table-disabled td {
20463
- background-color: #fff;
20464
20754
  cursor: not-allowed;
20465
20755
  }
20466
20756
  .table .table-disabled th a[href],
@@ -20476,8 +20766,8 @@ caption {
20476
20766
  }
20477
20767
  .table .autofit-col {
20478
20768
  justify-content: center;
20479
- padding-left: 0.75rem;
20480
- padding-right: 0.75rem;
20769
+ padding-left: 1rem;
20770
+ padding-right: 1rem;
20481
20771
  }
20482
20772
  .table .autofit-col:first-child {
20483
20773
  padding-left: 0;
@@ -20500,17 +20790,27 @@ caption {
20500
20790
  .table .quick-action-menu {
20501
20791
  align-items: flex-start;
20502
20792
  background-color: #fff;
20503
- padding-bottom: 0.75rem;
20504
- padding-top: 0.75rem;
20793
+ padding-bottom: 0.5rem;
20794
+ padding-top: 0.5rem;
20505
20795
  }
20506
20796
 
20507
20797
  .table-caption-bottom caption {
20508
20798
  caption-side: bottom;
20509
20799
  }
20510
20800
 
20801
+ .table-lg th,
20802
+ .table-lg td {
20803
+ padding: 1.0625rem;
20804
+ }
20805
+ .table-md th,
20806
+ .table-md td {
20807
+ height: 48px;
20808
+ padding: 0.375rem 1rem;
20809
+ }
20511
20810
  .table-sm th,
20512
20811
  .table-sm td {
20513
- padding: 0.3rem;
20812
+ height: 32px;
20813
+ padding: 0.25rem 1rem;
20514
20814
  }
20515
20815
  .table-bordered {
20516
20816
  border: 0.0625rem solid #e7e7ed;
@@ -20523,6 +20823,14 @@ caption {
20523
20823
  .table-bordered td {
20524
20824
  border: 0.0625rem solid #e7e7ed;
20525
20825
  }
20826
+ .table-head-bordered thead th,
20827
+ .table-head-bordered thead td {
20828
+ border-left: 0.0625rem solid #e7e7ed;
20829
+ }
20830
+ .table-head-bordered thead th:first-child,
20831
+ .table-head-bordered thead td:first-child {
20832
+ border-left-width: 0;
20833
+ }
20526
20834
  .table-borderless th,
20527
20835
  .table-borderless td,
20528
20836
  .table-borderless thead th,
@@ -20530,8 +20838,9 @@ caption {
20530
20838
  border: 0;
20531
20839
  }
20532
20840
 
20533
- .table-striped tbody tr:nth-of-type(odd) td,
20534
- .table-striped tbody tr:nth-of-type(odd) th {
20841
+ .table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
20842
+ .table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td,
20843
+ .table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
20535
20844
  background-color: #f7f8f9;
20536
20845
  }
20537
20846
 
@@ -20539,11 +20848,6 @@ caption {
20539
20848
  background-color: #f0f5ff;
20540
20849
  color: #272833;
20541
20850
  }
20542
- .table-hover tbody tr:hover th,
20543
- .table-hover tbody tr:hover td {
20544
- background-color: #f0f5ff;
20545
- color: #272833;
20546
- }
20547
20851
  .table-hover tbody tr:hover .quick-action-menu {
20548
20852
  background-color: #f0f5ff;
20549
20853
  }
@@ -20553,10 +20857,54 @@ caption {
20553
20857
  .table-hover .table-disabled:hover {
20554
20858
  background-color: #fff;
20555
20859
  }
20556
- .table-hover .table-disabled:hover th,
20557
- .table-hover .table-disabled:hover td {
20558
- background-color: #fff;
20860
+ tr.table-focus {
20861
+ outline: 0;
20559
20862
  }
20863
+ tr.table-focus td {
20864
+ outline: 0;
20865
+ }
20866
+ tr.table-focus td::before {
20867
+ box-shadow: inset 0 0.125rem 0 0 #528eff, inset 0 0.25rem 0 0 #fff, inset 0 -0.125rem 0 0 #528eff, inset 0 -0.25rem 0 0 #fff;
20868
+ content: "";
20869
+ display: block;
20870
+ position: absolute;
20871
+ left: -0.0625rem;
20872
+ right: -0.0625rem;
20873
+ top: -0.0625rem;
20874
+ bottom: -0.0625rem;
20875
+ pointer-events: none;
20876
+ z-index: 1;
20877
+ }
20878
+ tr.table-focus td:first-child::after {
20879
+ box-shadow: inset 0.125rem 0 0 0 #528eff, inset 0.25rem 0 0 0 #fff;
20880
+ content: "";
20881
+ display: block;
20882
+ position: absolute;
20883
+ pointer-events: none;
20884
+ top: 0.0625rem;
20885
+ bottom: 0.0625rem;
20886
+ left: -0.0625rem;
20887
+ z-index: 1;
20888
+ width: 0.25rem;
20889
+ }
20890
+ tr.table-focus td:last-child::after {
20891
+ box-shadow: inset -0.125rem 0 0 0 #528eff, inset -0.25rem 0 0 0 #fff;
20892
+ content: "";
20893
+ display: block;
20894
+ position: absolute;
20895
+ pointer-events: none;
20896
+ top: 0.0625rem;
20897
+ bottom: 0.0625rem;
20898
+ right: -0.0625rem;
20899
+ z-index: 1;
20900
+ width: 0.25rem;
20901
+ }
20902
+
20903
+ td.table-focus {
20904
+ outline: none;
20905
+ box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
20906
+ }
20907
+
20560
20908
  .table .table-primary,
20561
20909
  .table .table-primary > th,
20562
20910
  .table .table-primary > td {
@@ -20738,11 +21086,6 @@ caption {
20738
21086
  background-color: #b6b6ba;
20739
21087
  }
20740
21088
 
20741
- .table-striped tbody .table-disabled:nth-of-type(odd) td,
20742
- .table-striped tbody .table-disabled:nth-of-type(odd) th {
20743
- background-color: #fff;
20744
- }
20745
-
20746
21089
  .table .thead-dark th {
20747
21090
  background-color: #393a4a;
20748
21091
  border-color: #4a4b60;
@@ -20766,7 +21109,9 @@ caption {
20766
21109
  .table-dark.table-bordered {
20767
21110
  border-width: 0;
20768
21111
  }
20769
- .table-dark.table-striped tbody tr:nth-of-type(odd) {
21112
+ .table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
21113
+ .table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th,
21114
+ .table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
20770
21115
  background-color: rgba(255, 255, 255, 0.05);
20771
21116
  }
20772
21117
  .table-dark.table-hover tbody tr:hover {
@@ -20942,13 +21287,11 @@ caption {
20942
21287
  margin-bottom: 0.0625rem;
20943
21288
  }
20944
21289
  .table-list thead {
20945
- background-color: #fff;
20946
21290
  border-top-left-radius: calc(0.25rem - 0.0625rem);
20947
21291
  border-top-right-radius: calc(0.25rem - 0.0625rem);
20948
21292
  }
20949
21293
  .table-list thead th,
20950
21294
  .table-list thead td {
20951
- background-color: #fff;
20952
21295
  border-bottom-width: 0;
20953
21296
  }
20954
21297
  .table-list th,
@@ -21016,37 +21359,27 @@ caption {
21016
21359
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
21017
21360
  }
21018
21361
  .table-list tbody {
21019
- background-color: #fff;
21020
21362
  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
21021
21363
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
21022
21364
  }
21023
21365
  .table-list tbody th,
21024
21366
  .table-list tbody td {
21025
- background-color: #fff;
21026
21367
  vertical-align: middle;
21027
21368
  }
21028
- .table-list tfoot {
21029
- background-color: #fff;
21030
- }
21031
21369
  .table-list tfoot th,
21032
21370
  .table-list tfoot td {
21033
- background-color: #fff;
21034
21371
  vertical-align: middle;
21035
21372
  }
21036
21373
  .table-list .table-divider th,
21037
21374
  .table-list .table-divider td {
21038
- padding-bottom: 0.4375rem;
21039
- padding-left: 0.75rem;
21040
- padding-right: 0.75rem;
21041
- padding-top: 0.4375rem;
21375
+ padding-bottom: 0.5rem;
21376
+ padding-left: 1.25rem;
21377
+ padding-right: 1rem;
21378
+ padding-top: 0.5rem;
21042
21379
  }
21043
21380
  .table-list .table-active {
21044
21381
  background-color: #f0f5ff;
21045
21382
  }
21046
- .table-list .table-active th,
21047
- .table-list .table-active td {
21048
- background-color: #f0f5ff;
21049
- }
21050
21383
  .table-list .table-active .quick-action-menu {
21051
21384
  background-color: #f0f5ff;
21052
21385
  }
@@ -21054,11 +21387,6 @@ caption {
21054
21387
  background-color: #fff;
21055
21388
  color: #a7a9bc;
21056
21389
  }
21057
- .table-list .table-disabled th,
21058
- .table-list .table-disabled td {
21059
- background-color: #fff;
21060
- color: #a7a9bc;
21061
- }
21062
21390
  .table-list .table-disabled th a[href],
21063
21391
  .table-list .table-disabled td a[href] {
21064
21392
  color: #a7a9bc;
@@ -21090,28 +21418,21 @@ caption {
21090
21418
  .table.table-list.table-bordered .table-column-start {
21091
21419
  border-left-width: 0;
21092
21420
  }
21093
- .table-list.table-striped tbody tr:nth-of-type(odd) td,
21094
- .table-list.table-striped tbody tr:nth-of-type(odd) th {
21421
+ .table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
21422
+ .table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th,
21423
+ .table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
21095
21424
  background-color: #f7f8f9;
21096
21425
  }
21097
21426
 
21098
21427
  .table-list.table-hover tbody tr:hover {
21099
21428
  background-color: #f0f5ff;
21100
21429
  }
21101
- .table-list.table-hover tbody tr:hover th,
21102
- .table-list.table-hover tbody tr:hover td {
21103
- background-color: #f0f5ff;
21104
- }
21105
21430
  .table-list.table-hover tbody tr:hover .quick-action-menu {
21106
21431
  background-color: #f0f5ff;
21107
21432
  }
21108
21433
  .table-list.table-hover .table-active:hover {
21109
21434
  background-color: #f0f5ff;
21110
21435
  }
21111
- .table-list.table-hover .table-active:hover th,
21112
- .table-list.table-hover .table-active:hover td {
21113
- background-color: #f0f5ff;
21114
- }
21115
21436
  .table-list.table-hover .table-active:hover .quick-action-menu {
21116
21437
  background-color: #f0f5ff;
21117
21438
  }
@@ -21121,16 +21442,6 @@ caption {
21121
21442
  .table-list.table-hover .table-disabled:hover {
21122
21443
  background-color: #fff;
21123
21444
  }
21124
- .table-list.table-hover .table-disabled:hover th,
21125
- .table-list.table-hover .table-disabled:hover td {
21126
- background-color: #fff;
21127
- }
21128
- .table-list.table-striped tbody .table-disabled:nth-of-type(odd),
21129
- .table-list.table-striped tbody .table-disabled:nth-of-type(odd) td,
21130
- .table-list.table-striped tbody .table-disabled:nth-of-type(odd) th {
21131
- background-color: #fff;
21132
- }
21133
-
21134
21445
  .table-list-title {
21135
21446
  font-size: 0.875rem;
21136
21447
  font-weight: 600;
@@ -21324,16 +21635,6 @@ caption {
21324
21635
  vertical-align: top;
21325
21636
  }
21326
21637
 
21327
- .table-nested-rows th:first-child,
21328
- .table-nested-rows td:first-child,
21329
- .table-nested-rows .table-column-start {
21330
- padding-left: 1.25rem;
21331
- }
21332
- .table-nested-rows th:last-child,
21333
- .table-nested-rows td:last-child,
21334
- .table-nested-rows .table-column-end {
21335
- padding-right: 1.25rem;
21336
- }
21337
21638
  .table-nested-rows .autofit-col {
21338
21639
  padding-left: 0.125rem;
21339
21640
  padding-right: 0.125rem;
@@ -33830,7 +34131,7 @@ a.text-dark:hover, a.text-dark:focus {
33830
34131
  text-decoration: none !important;
33831
34132
  }
33832
34133
 
33833
- .c-prefers-letter-spacing-1 {
34134
+ .c-prefers-letter-spacing-1, .c-prefers-letter-spacing-1 * {
33834
34135
  letter-spacing: 1px !important;
33835
34136
  }
33836
34137