@clayui/css 3.95.0 → 3.95.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/CHANGELOG.md +2579 -0
- package/LICENSES/Apache-2.0.txt +73 -0
- package/LICENSES/BSD-3-Clause.txt +30 -0
- package/LICENSES/LicenseRef-MIT-Bootstrap.txt +22 -0
- package/LICENSES/MIT.txt +19 -0
- package/lib/.DS_Store +0 -0
- 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/bootstrap.css +0 -0
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +2 -2
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/.DS_Store +0 -0
- package/lib/images/icons/.DS_Store +0 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -3
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/components/_badges.scss +1 -6
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.95.
|
|
3
|
+
* Clay 3.95.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>
|
|
@@ -4154,7 +4154,7 @@ input[type=button].btn-block {
|
|
|
4154
4154
|
color: #fff;
|
|
4155
4155
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
4156
4156
|
}
|
|
4157
|
-
|
|
4157
|
+
.badge-beta {
|
|
4158
4158
|
background-color: white;
|
|
4159
4159
|
color: #138496;
|
|
4160
4160
|
text-transform: uppercase;
|