@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/base.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>
|
|
@@ -5473,6 +5473,16 @@ input[type=button].btn-block {
|
|
|
5473
5473
|
right: -1.5rem;
|
|
5474
5474
|
}
|
|
5475
5475
|
|
|
5476
|
+
.sticker-xxl {
|
|
5477
|
+
font-size: 2.5rem;
|
|
5478
|
+
height: 5rem;
|
|
5479
|
+
line-height: 5rem;
|
|
5480
|
+
width: 5rem;
|
|
5481
|
+
}
|
|
5482
|
+
.sticker-xxl .lexicon-icon {
|
|
5483
|
+
font-size: 1.5rem;
|
|
5484
|
+
}
|
|
5485
|
+
|
|
5476
5486
|
.sticker-primary {
|
|
5477
5487
|
background-color: #007bff;
|
|
5478
5488
|
color: #fff;
|