@clayui/css 3.119.1 → 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/_globals.scss +89 -0
- package/src/scss/atlas/variables/_menubar.scss +1 -0
- package/src/scss/cadmin/variables/_globals.scss +89 -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/_globals.scss +89 -0
- package/src/scss/variables/_sidebar.scss +0 -1
- package/src/scss/variables/_tables.scss +10 -0
package/lib/css/base.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>
|
|
@@ -18819,7 +18819,6 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
18819
18819
|
}
|
|
18820
18820
|
.sidebar-header .component-title {
|
|
18821
18821
|
font-size: 1.5rem;
|
|
18822
|
-
font-weight: 500;
|
|
18823
18822
|
overflow-wrap: break-word;
|
|
18824
18823
|
word-wrap: break-word;
|
|
18825
18824
|
}
|
|
@@ -19298,6 +19297,16 @@ caption {
|
|
|
19298
19297
|
border-top-width: 0px;
|
|
19299
19298
|
vertical-align: middle;
|
|
19300
19299
|
}
|
|
19300
|
+
.table thead .autofit-col {
|
|
19301
|
+
padding-left: 0.125rem;
|
|
19302
|
+
padding-right: 0.125rem;
|
|
19303
|
+
}
|
|
19304
|
+
.table thead .autofit-col:first-child {
|
|
19305
|
+
padding-left: 0;
|
|
19306
|
+
}
|
|
19307
|
+
.table thead .autofit-col:last-child {
|
|
19308
|
+
padding-right: 0;
|
|
19309
|
+
}
|
|
19301
19310
|
.table th:first-child,
|
|
19302
19311
|
.table td:first-child,
|
|
19303
19312
|
.table .table-column-start {
|