@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/atlas.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>
|
|
@@ -21467,9 +21467,6 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21467
21467
|
position: relative;
|
|
21468
21468
|
width: 320px;
|
|
21469
21469
|
}
|
|
21470
|
-
.c-slideout .sidebar .sidebar-header {
|
|
21471
|
-
border-bottom-width: 1px;
|
|
21472
|
-
}
|
|
21473
21470
|
.c-slideout .sidebar .sidebar-body {
|
|
21474
21471
|
flex-grow: 1;
|
|
21475
21472
|
overflow: visible;
|
|
@@ -21477,9 +21474,6 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21477
21474
|
.c-slideout .sidebar .sidebar-footer {
|
|
21478
21475
|
border-top-width: 1px;
|
|
21479
21476
|
}
|
|
21480
|
-
.c-slideout .sidebar .sidebar-header {
|
|
21481
|
-
border-bottom-width: 1px;
|
|
21482
|
-
}
|
|
21483
21477
|
.c-slideout .sidebar .sidebar-body {
|
|
21484
21478
|
flex-grow: 1;
|
|
21485
21479
|
overflow: visible;
|