@clayui/css 3.138.0 → 3.139.1
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 +5 -5
- 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 +6 -6
- 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/atlas/variables/_date-picker.scss +1 -0
- package/src/scss/cadmin/variables/_date-picker.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/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.139.1
|
|
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.139.1
|
|
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>
|
|
@@ -9825,15 +9825,15 @@ html:not(#__):not(#___) .cadmin .previous-month-date {
|
|
|
9825
9825
|
}
|
|
9826
9826
|
html:not(#__):not(#___) .cadmin .previous-month-date:active {
|
|
9827
9827
|
background-color: #b3cdff;
|
|
9828
|
-
color: #
|
|
9828
|
+
color: #6b6c7e;
|
|
9829
9829
|
}
|
|
9830
9830
|
html:not(#__):not(#___) .cadmin .previous-month-date.active {
|
|
9831
9831
|
background-color: #b3cdff;
|
|
9832
|
-
color: #
|
|
9832
|
+
color: #6b6c7e;
|
|
9833
9833
|
}
|
|
9834
9834
|
html:not(#__):not(#___) .cadmin .previous-month-date[aria-expanded=true], html:not(#__):not(#___) .cadmin .previous-month-date.show {
|
|
9835
9835
|
background-color: #b3cdff;
|
|
9836
|
-
color: #
|
|
9836
|
+
color: #6b6c7e;
|
|
9837
9837
|
}
|
|
9838
9838
|
html:not(#__):not(#___) .cadmin .next-month-date {
|
|
9839
9839
|
color: #a7a9bc;
|
|
@@ -11368,7 +11368,7 @@ html:not(#__):not(#___) .cadmin .modal-body .aspect-ratio, html:not(#__):not(#__
|
|
|
11368
11368
|
margin-right: -24px;
|
|
11369
11369
|
top: -24px;
|
|
11370
11370
|
}
|
|
11371
|
-
html:not(#__):not(#___) .cadmin .modal-body .close, html:not(#__):not(#___) .cadmin.modal-body .close {
|
|
11371
|
+
html:not(#__):not(#___) .cadmin .modal-body > .close, html:not(#__):not(#___) .cadmin.modal-body > .close {
|
|
11372
11372
|
position: absolute;
|
|
11373
11373
|
right: 1rem;
|
|
11374
11374
|
top: 1rem;
|