@clayui/css 3.144.0 → 3.145.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 +1 -7
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -7
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +2 -8
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/variables/_slideout.scss +0 -3
- package/src/scss/variables/_slideout.scss +0 -3
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.145.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>
|
|
@@ -19885,9 +19885,6 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19885
19885
|
position: relative;
|
|
19886
19886
|
width: 320px;
|
|
19887
19887
|
}
|
|
19888
|
-
.c-slideout .sidebar .sidebar-header {
|
|
19889
|
-
border-bottom-width: 1px;
|
|
19890
|
-
}
|
|
19891
19888
|
.c-slideout .sidebar .sidebar-body {
|
|
19892
19889
|
flex-grow: 1;
|
|
19893
19890
|
overflow: visible;
|
|
@@ -19895,9 +19892,6 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19895
19892
|
.c-slideout .sidebar .sidebar-footer {
|
|
19896
19893
|
border-top-width: 1px;
|
|
19897
19894
|
}
|
|
19898
|
-
.c-slideout .sidebar .sidebar-header {
|
|
19899
|
-
border-bottom-width: 1px;
|
|
19900
|
-
}
|
|
19901
19895
|
.c-slideout .sidebar .sidebar-body {
|
|
19902
19896
|
flex-grow: 1;
|
|
19903
19897
|
overflow: visible;
|