@clayui/css 3.157.0-alpha.1 → 3.159.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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.154.0
3
+ * Clay 3.158.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.154.0
19
+ * Clay 3.158.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>
@@ -5122,6 +5122,11 @@ html:not(#__):not(#___) .cadmin .sticker-dark {
5122
5122
  background-color: #fff;
5123
5123
  color: #272833;
5124
5124
  }
5125
+ html:not(#__):not(#___) .cadmin .sticker-outline {
5126
+ background-color: #e5f1ff;
5127
+ border: 1px solid #005fcc;
5128
+ color: #005fcc;
5129
+ }
5125
5130
  html:not(#__):not(#___) .cadmin .sticker-outline-0 {
5126
5131
  background-color: #f1f2f5;
5127
5132
  border: 1px solid #272833;