@clayui/css 3.95.0 → 3.95.2
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 +2 -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/components/_badges.scss +1 -6
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.95.
|
|
3
|
+
* Clay 3.95.2
|
|
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>
|
|
@@ -4302,7 +4302,7 @@ input[type=button].btn-block {
|
|
|
4302
4302
|
color: #fff;
|
|
4303
4303
|
box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
|
|
4304
4304
|
}
|
|
4305
|
-
|
|
4305
|
+
.badge-beta {
|
|
4306
4306
|
background-color: #f7f8f9;
|
|
4307
4307
|
color: #294f98;
|
|
4308
4308
|
text-transform: uppercase;
|