@clayui/css 3.49.0 → 3.50.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 +16 -12
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +16 -12
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/components/_tables.scss +29 -17
- package/src/scss/functions/_global-functions.scss +18 -0
- package/src/scss/variables/_tables.scss +63 -3
package/lib/css/atlas.css
CHANGED
|
@@ -18891,21 +18891,21 @@ caption {
|
|
|
18891
18891
|
.table-list caption:first-child + thead tr:first-child th:first-child,
|
|
18892
18892
|
.table-list caption:first-child + thead tr:first-child td:first-child,
|
|
18893
18893
|
.table-list caption:first-child + thead tr:first-child .table-cell-start {
|
|
18894
|
-
border-top-left-radius: 0.25rem;
|
|
18894
|
+
border-top-left-radius: calc(0.25rem - 0.0625rem);
|
|
18895
18895
|
}
|
|
18896
18896
|
.table-list thead:first-child tr:first-child th:last-child,
|
|
18897
18897
|
.table-list thead:first-child tr:first-child td:last-child,
|
|
18898
|
-
.table-list thead:first-child tr:first-child .table-cell-
|
|
18898
|
+
.table-list thead:first-child tr:first-child .table-cell-end,
|
|
18899
18899
|
.table-list tbody:first-child tr:first-child th:last-child,
|
|
18900
18900
|
.table-list tbody:first-child tr:first-child td:last-child,
|
|
18901
|
-
.table-list tbody:first-child tr:first-child .table-cell-
|
|
18901
|
+
.table-list tbody:first-child tr:first-child .table-cell-end,
|
|
18902
18902
|
.table-list tfoot:first-child tr:first-child th:last-child,
|
|
18903
18903
|
.table-list tfoot:first-child tr:first-child td:last-child,
|
|
18904
|
-
.table-list tfoot:first-child tr:first-child .table-cell-
|
|
18904
|
+
.table-list tfoot:first-child tr:first-child .table-cell-end,
|
|
18905
18905
|
.table-list caption:first-child + thead tr:first-child th:last-child,
|
|
18906
18906
|
.table-list caption:first-child + thead tr:first-child td:last-child,
|
|
18907
|
-
.table-list caption:first-child + thead tr:first-child .table-cell-
|
|
18908
|
-
border-top-right-radius: 0.25rem;
|
|
18907
|
+
.table-list caption:first-child + thead tr:first-child .table-cell-end {
|
|
18908
|
+
border-top-right-radius: calc(0.25rem - 0.0625rem);
|
|
18909
18909
|
}
|
|
18910
18910
|
.table-list thead td,
|
|
18911
18911
|
.table-list thead th,
|
|
@@ -18926,7 +18926,7 @@ caption {
|
|
|
18926
18926
|
.table-list tfoot:last-child tr:last-child th:first-child,
|
|
18927
18927
|
.table-list tfoot:last-child tr:last-child td:first-child,
|
|
18928
18928
|
.table-list tfoot:last-child tr:last-child .table-cell-start {
|
|
18929
|
-
border-bottom-left-radius: 0.25rem;
|
|
18929
|
+
border-bottom-left-radius: calc(0.25rem - 0.0625rem);
|
|
18930
18930
|
}
|
|
18931
18931
|
.table-list thead:last-child tr:last-child th:last-child,
|
|
18932
18932
|
.table-list thead:last-child tr:last-child td:last-child,
|
|
@@ -18937,10 +18937,12 @@ caption {
|
|
|
18937
18937
|
.table-list tfoot:last-child tr:last-child th:last-child,
|
|
18938
18938
|
.table-list tfoot:last-child tr:last-child td:last-child,
|
|
18939
18939
|
.table-list tfoot:last-child tr:last-child .table-cell-end {
|
|
18940
|
-
border-bottom-right-radius: 0.25rem;
|
|
18940
|
+
border-bottom-right-radius: calc(0.25rem - 0.0625rem);
|
|
18941
18941
|
}
|
|
18942
18942
|
.table-list thead {
|
|
18943
18943
|
background-color: #fff;
|
|
18944
|
+
border-top-left-radius: calc(0.25rem - 0.0625rem);
|
|
18945
|
+
border-top-right-radius: calc(0.25rem - 0.0625rem);
|
|
18944
18946
|
}
|
|
18945
18947
|
.table-list thead td,
|
|
18946
18948
|
.table-list thead th {
|
|
@@ -18948,6 +18950,8 @@ caption {
|
|
|
18948
18950
|
}
|
|
18949
18951
|
.table-list tbody {
|
|
18950
18952
|
background-color: #fff;
|
|
18953
|
+
border-bottom-left-radius: calc(0.25rem - 0.0625rem);
|
|
18954
|
+
border-bottom-right-radius: calc(0.25rem - 0.0625rem);
|
|
18951
18955
|
}
|
|
18952
18956
|
.table-list tbody td,
|
|
18953
18957
|
.table-list tbody th {
|
|
@@ -18963,16 +18967,16 @@ caption {
|
|
|
18963
18967
|
vertical-align: middle;
|
|
18964
18968
|
}
|
|
18965
18969
|
.table-list .table-row-start .table-cell-start {
|
|
18966
|
-
border-top-left-radius: 0.25rem;
|
|
18970
|
+
border-top-left-radius: calc(0.25rem - 0.0625rem);
|
|
18967
18971
|
}
|
|
18968
18972
|
.table-list .table-row-start .table-cell-end {
|
|
18969
|
-
border-top-right-radius: 0.25rem;
|
|
18973
|
+
border-top-right-radius: calc(0.25rem - 0.0625rem);
|
|
18970
18974
|
}
|
|
18971
18975
|
.table-list .table-row-end .table-cell-start {
|
|
18972
|
-
border-bottom-left-radius: 0.25rem;
|
|
18976
|
+
border-bottom-left-radius: calc(0.25rem - 0.0625rem);
|
|
18973
18977
|
}
|
|
18974
18978
|
.table-list .table-row-end .table-cell-end {
|
|
18975
|
-
border-bottom-right-radius: 0.25rem;
|
|
18979
|
+
border-bottom-right-radius: calc(0.25rem - 0.0625rem);
|
|
18976
18980
|
}
|
|
18977
18981
|
|
|
18978
18982
|
.table-list.table-bordered thead th,
|