@clayui/css 3.138.0 → 3.139.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 +2 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +2 -2
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +3 -3
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/minus-circle.svg +2 -2
- package/lib/images/icons/paste-plaintext.svg +1 -1
- package/lib/images/icons/slash.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/minus-circle.svg +2 -2
- package/src/images/icons/paste-plaintext.svg +1 -1
- package/src/images/icons/slash.svg +1 -1
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/variables/_modals.scss +1 -1
- package/src/scss/functions/_lx-icons-generated.scss +2 -2
- package/src/scss/mixins/_stickers.scss +447 -0
- package/src/scss/variables/_modals.scss +1 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.139.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>
|
|
@@ -13214,7 +13214,7 @@ label.custom-control-label {
|
|
|
13214
13214
|
margin-right: -1.5rem;
|
|
13215
13215
|
top: -1.5rem;
|
|
13216
13216
|
}
|
|
13217
|
-
.modal-body .close {
|
|
13217
|
+
.modal-body > .close {
|
|
13218
13218
|
position: absolute;
|
|
13219
13219
|
right: 1rem;
|
|
13220
13220
|
top: 1rem;
|