@clayui/css 3.139.1 → 3.141.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 +53 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +38 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +2 -5
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/pause.svg +3 -4
- package/package.json +2 -2
- package/src/images/icons/pause.svg +3 -4
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_sidebar.scss +19 -0
- package/src/scss/atlas/variables/_utilities.scss +1 -0
- package/src/scss/cadmin/variables/_sidebar.scss +25 -0
- package/src/scss/cadmin/variables/_utilities.scss +0 -3
- package/src/scss/functions/_lx-icons-generated.scss +1 -1
- package/src/scss/variables/_sidebar.scss +20 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.141.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.141.0
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -20007,7 +20007,6 @@ html:not(#__):not(#___) .cadmin .close {
|
|
|
20007
20007
|
height: 32px;
|
|
20008
20008
|
justify-content: center;
|
|
20009
20009
|
line-height: 1;
|
|
20010
|
-
opacity: 1;
|
|
20011
20010
|
padding: 0;
|
|
20012
20011
|
text-align: center;
|
|
20013
20012
|
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;
|
|
@@ -20027,13 +20026,11 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .close {
|
|
|
20027
20026
|
|
|
20028
20027
|
html:not(#__):not(#___) .cadmin .close:hover {
|
|
20029
20028
|
color: #272833;
|
|
20030
|
-
opacity: 1;
|
|
20031
20029
|
text-decoration: none;
|
|
20032
20030
|
}
|
|
20033
20031
|
html:not(#__):not(#___) .cadmin .close.focus, html:not(#__):not(#___) .cadmin .close:focus-visible,
|
|
20034
20032
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .close:focus {
|
|
20035
20033
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
20036
|
-
opacity: 1;
|
|
20037
20034
|
outline: 0;
|
|
20038
20035
|
}
|
|
20039
20036
|
|