@clayui/css 3.107.0 → 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.
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.107.0
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>
@@ -12746,6 +12746,24 @@ label.custom-control-label {
12746
12746
  width: 100%;
12747
12747
  z-index: 1050;
12748
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
+ }
12749
12767
 
12750
12768
  .modal-dialog {
12751
12769
  margin: 0.5rem;
@@ -12940,7 +12958,7 @@ label.custom-control-label {
12940
12958
  padding-top: 0.75rem;
12941
12959
  }
12942
12960
  .modal-footer > * {
12943
- margin: calc(0.5rem * 0.5);
12961
+ margin: 0 calc(0.5rem * 0.5);
12944
12962
  }
12945
12963
  .modal-item-group {
12946
12964
  align-items: center;
@@ -12986,6 +13004,7 @@ label.custom-control-label {
12986
13004
 
12987
13005
  .modal-footer > .modal-item-last {
12988
13006
  margin-left: auto;
13007
+ margin-right: 0;
12989
13008
  }
12990
13009
 
12991
13010
  .modal-title {
@@ -20618,8 +20637,8 @@ th {
20618
20637
 
20619
20638
  caption {
20620
20639
  color: #272833;
20621
- padding-bottom: 0.75rem;
20622
- padding-top: 0.75rem;
20640
+ padding-bottom: 0.5rem 1rem;
20641
+ padding-top: 0.5rem 1rem;
20623
20642
  text-align: left;
20624
20643
  }
20625
20644
 
@@ -20650,7 +20669,7 @@ caption {
20650
20669
  .table thead td {
20651
20670
  border-bottom: 0 solid #e7e7ed;
20652
20671
  border-top-width: 0px;
20653
- vertical-align: bottom;
20672
+ vertical-align: middle;
20654
20673
  }
20655
20674
  .table thead th a[href] {
20656
20675
  border-radius: 1px;
@@ -20676,20 +20695,15 @@ caption {
20676
20695
  .table th:first-child,
20677
20696
  .table td:first-child,
20678
20697
  .table .table-column-start {
20679
- padding-left: 12px;
20680
- }
20681
- .table th:last-child,
20682
- .table td:last-child,
20683
- .table .table-column-end {
20684
- padding-right: 12px;
20698
+ padding-left: 1.25rem;
20685
20699
  }
20686
20700
  .table th {
20687
20701
  background-clip: padding-box;
20688
20702
  border-top: 0.0625rem solid #e7e7ed;
20689
20703
  color: #6b6c7e;
20690
20704
  font-weight: 600;
20691
- height: 36px;
20692
- padding: 0.75rem;
20705
+ height: 56px;
20706
+ padding: 0.5rem 1rem;
20693
20707
  position: relative;
20694
20708
  vertical-align: top;
20695
20709
  }
@@ -20701,7 +20715,8 @@ caption {
20701
20715
  border-right-width: 0px;
20702
20716
  border-style: solid;
20703
20717
  border-top-width: 0.0625rem;
20704
- padding: 0.75rem;
20718
+ height: 56px;
20719
+ padding: 0.5rem 1rem;
20705
20720
  position: relative;
20706
20721
  vertical-align: middle;
20707
20722
  }
@@ -20710,15 +20725,18 @@ caption {
20710
20725
  }
20711
20726
  .table caption {
20712
20727
  caption-side: top;
20713
- padding-left: 0.75rem;
20714
- padding-right: 0.75rem;
20728
+ padding-left: 1rem;
20729
+ padding-right: 1rem;
20715
20730
  }
20716
20731
  .table .table-divider th,
20717
20732
  .table .table-divider td {
20733
+ background-color: #f1f2f5;
20718
20734
  color: #6b6c7e;
20719
20735
  font-size: 0.75rem;
20720
20736
  font-weight: 600;
20721
- padding: 0.4375rem 0.75rem;
20737
+ height: 34px;
20738
+ line-height: 17px;
20739
+ padding: 0.5rem 1rem 0.5rem 1.25rem;
20722
20740
  text-transform: uppercase;
20723
20741
  }
20724
20742
  .table .table-active {
@@ -20748,8 +20766,8 @@ caption {
20748
20766
  }
20749
20767
  .table .autofit-col {
20750
20768
  justify-content: center;
20751
- padding-left: 0.75rem;
20752
- padding-right: 0.75rem;
20769
+ padding-left: 1rem;
20770
+ padding-right: 1rem;
20753
20771
  }
20754
20772
  .table .autofit-col:first-child {
20755
20773
  padding-left: 0;
@@ -20772,17 +20790,27 @@ caption {
20772
20790
  .table .quick-action-menu {
20773
20791
  align-items: flex-start;
20774
20792
  background-color: #fff;
20775
- padding-bottom: 0.75rem;
20776
- padding-top: 0.75rem;
20793
+ padding-bottom: 0.5rem;
20794
+ padding-top: 0.5rem;
20777
20795
  }
20778
20796
 
20779
20797
  .table-caption-bottom caption {
20780
20798
  caption-side: bottom;
20781
20799
  }
20782
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
+ }
20783
20810
  .table-sm th,
20784
20811
  .table-sm td {
20785
- padding: 0.3rem;
20812
+ height: 32px;
20813
+ padding: 0.25rem 1rem;
20786
20814
  }
20787
20815
  .table-bordered {
20788
20816
  border: 0.0625rem solid #e7e7ed;
@@ -20795,6 +20823,14 @@ caption {
20795
20823
  .table-bordered td {
20796
20824
  border: 0.0625rem solid #e7e7ed;
20797
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
+ }
20798
20834
  .table-borderless th,
20799
20835
  .table-borderless td,
20800
20836
  .table-borderless thead th,
@@ -20802,8 +20838,9 @@ caption {
20802
20838
  border: 0;
20803
20839
  }
20804
20840
 
20805
- .table-striped tbody tr:nth-of-type(odd) td,
20806
- .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 {
20807
20844
  background-color: #f7f8f9;
20808
20845
  }
20809
20846
 
@@ -21049,11 +21086,6 @@ td.table-focus {
21049
21086
  background-color: #b6b6ba;
21050
21087
  }
21051
21088
 
21052
- .table-striped tbody .table-disabled:nth-of-type(odd) td,
21053
- .table-striped tbody .table-disabled:nth-of-type(odd) th {
21054
- background-color: #fff;
21055
- }
21056
-
21057
21089
  .table .thead-dark th {
21058
21090
  background-color: #393a4a;
21059
21091
  border-color: #4a4b60;
@@ -21077,7 +21109,9 @@ td.table-focus {
21077
21109
  .table-dark.table-bordered {
21078
21110
  border-width: 0;
21079
21111
  }
21080
- .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 {
21081
21115
  background-color: rgba(255, 255, 255, 0.05);
21082
21116
  }
21083
21117
  .table-dark.table-hover tbody tr:hover {
@@ -21338,10 +21372,10 @@ td.table-focus {
21338
21372
  }
21339
21373
  .table-list .table-divider th,
21340
21374
  .table-list .table-divider td {
21341
- padding-bottom: 0.4375rem;
21342
- padding-left: 0.75rem;
21343
- padding-right: 0.75rem;
21344
- padding-top: 0.4375rem;
21375
+ padding-bottom: 0.5rem;
21376
+ padding-left: 1.25rem;
21377
+ padding-right: 1rem;
21378
+ padding-top: 0.5rem;
21345
21379
  }
21346
21380
  .table-list .table-active {
21347
21381
  background-color: #f0f5ff;
@@ -21384,8 +21418,9 @@ td.table-focus {
21384
21418
  .table.table-list.table-bordered .table-column-start {
21385
21419
  border-left-width: 0;
21386
21420
  }
21387
- .table-list.table-striped tbody tr:nth-of-type(odd) td,
21388
- .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 {
21389
21424
  background-color: #f7f8f9;
21390
21425
  }
21391
21426
 
@@ -21407,12 +21442,6 @@ td.table-focus {
21407
21442
  .table-list.table-hover .table-disabled:hover {
21408
21443
  background-color: #fff;
21409
21444
  }
21410
- .table-list.table-striped tbody .table-disabled:nth-of-type(odd),
21411
- .table-list.table-striped tbody .table-disabled:nth-of-type(odd) td,
21412
- .table-list.table-striped tbody .table-disabled:nth-of-type(odd) th {
21413
- background-color: #fff;
21414
- }
21415
-
21416
21445
  .table-list-title {
21417
21446
  font-size: 0.875rem;
21418
21447
  font-weight: 600;
@@ -21606,16 +21635,6 @@ td.table-focus {
21606
21635
  vertical-align: top;
21607
21636
  }
21608
21637
 
21609
- .table-nested-rows th:first-child,
21610
- .table-nested-rows td:first-child,
21611
- .table-nested-rows .table-column-start {
21612
- padding-left: 1.25rem;
21613
- }
21614
- .table-nested-rows th:last-child,
21615
- .table-nested-rows td:last-child,
21616
- .table-nested-rows .table-column-end {
21617
- padding-right: 1.25rem;
21618
- }
21619
21638
  .table-nested-rows .autofit-col {
21620
21639
  padding-left: 0.125rem;
21621
21640
  padding-right: 0.125rem;