@clayui/css 3.145.0 → 3.147.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 +11 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +11 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +11 -2
- 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/_stickers.scss +15 -0
- package/src/scss/variables/_stickers.scss +15 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.147.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.147.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>
|
|
@@ -5253,6 +5253,15 @@ html:not(#__):not(#___) .cadmin .sticker-outside.sticker-top-right.sticker-xl {
|
|
|
5253
5253
|
left: auto;
|
|
5254
5254
|
right: calc(-48px / 2);
|
|
5255
5255
|
}
|
|
5256
|
+
html:not(#__):not(#___) .cadmin .sticker-xxl {
|
|
5257
|
+
font-size: 2.5rem;
|
|
5258
|
+
height: 5rem;
|
|
5259
|
+
line-height: 5rem;
|
|
5260
|
+
width: 5rem;
|
|
5261
|
+
}
|
|
5262
|
+
html:not(#__):not(#___) .cadmin .sticker-xxl .lexicon-icon {
|
|
5263
|
+
font-size: 1.5rem;
|
|
5264
|
+
}
|
|
5256
5265
|
html:not(#__):not(#___) .cadmin .sticker-primary {
|
|
5257
5266
|
background-color: #fff;
|
|
5258
5267
|
color: #0b5fff;
|