@clayui/css 3.121.0 → 3.122.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 +12 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +11 -2
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +13 -3
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/flags-rw-RW.svg +8 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/marketplace.svg +8 -0
- package/package.json +2 -2
- package/src/images/icons/flags-rw-RW.svg +8 -0
- package/src/images/icons/marketplace.svg +8 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_menubar.scss +1 -0
- package/src/scss/cadmin/variables/_menubar.scss +1 -0
- package/src/scss/cadmin/variables/_sidebar.scss +0 -1
- package/src/scss/cadmin/variables/_tables.scss +10 -0
- package/src/scss/functions/_lx-icons-generated.scss +4 -0
- package/src/scss/mixins/_tables.scss +24 -0
- package/src/scss/variables/_sidebar.scss +0 -1
- package/src/scss/variables/_tables.scss +10 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.122.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>
|
|
@@ -14049,6 +14049,7 @@ label.custom-control-label {
|
|
|
14049
14049
|
border-radius: 0.25rem;
|
|
14050
14050
|
color: #6b6c7e;
|
|
14051
14051
|
letter-spacing: 0.016rem;
|
|
14052
|
+
line-height: 1.25rem;
|
|
14052
14053
|
margin-bottom: 0.25rem;
|
|
14053
14054
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
14054
14055
|
}
|
|
@@ -20298,7 +20299,6 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
20298
20299
|
}
|
|
20299
20300
|
.sidebar-header .component-title {
|
|
20300
20301
|
font-size: 1.25rem;
|
|
20301
|
-
font-weight: 600;
|
|
20302
20302
|
overflow-wrap: break-word;
|
|
20303
20303
|
word-wrap: break-word;
|
|
20304
20304
|
}
|
|
@@ -20818,6 +20818,16 @@ caption {
|
|
|
20818
20818
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
|
|
20819
20819
|
outline: 0;
|
|
20820
20820
|
}
|
|
20821
|
+
.table thead .autofit-col {
|
|
20822
|
+
padding-left: 0.125rem;
|
|
20823
|
+
padding-right: 0.125rem;
|
|
20824
|
+
}
|
|
20825
|
+
.table thead .autofit-col:first-child {
|
|
20826
|
+
padding-left: 0;
|
|
20827
|
+
}
|
|
20828
|
+
.table thead .autofit-col:last-child {
|
|
20829
|
+
padding-right: 0;
|
|
20830
|
+
}
|
|
20821
20831
|
.table th:first-child,
|
|
20822
20832
|
.table td:first-child,
|
|
20823
20833
|
.table .table-column-start {
|