@clayui/css 3.86.0 → 3.86.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/lib/css/atlas.css +1 -3
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +4 -6
- 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/atlas/variables/_list-group.scss +1 -1
- package/src/scss/cadmin/variables/_alerts.scss +2 -2
- package/src/scss/cadmin/variables/_list-group.scss +1 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.86.
|
|
3
|
+
* Clay 3.86.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>
|
|
@@ -11065,7 +11065,6 @@ label.custom-control-label {
|
|
|
11065
11065
|
|
|
11066
11066
|
.list-group {
|
|
11067
11067
|
border-radius: 0.25rem;
|
|
11068
|
-
color: #6b6c7e;
|
|
11069
11068
|
display: flex;
|
|
11070
11069
|
flex-direction: column;
|
|
11071
11070
|
font-size: 0.875rem;
|
|
@@ -11367,7 +11366,6 @@ label.custom-control-label {
|
|
|
11367
11366
|
.list-group-item {
|
|
11368
11367
|
background-color: #fff;
|
|
11369
11368
|
border: 0.0625rem solid #e7e7ed;
|
|
11370
|
-
color: #6b6c7e;
|
|
11371
11369
|
display: block;
|
|
11372
11370
|
padding: 1rem 1rem;
|
|
11373
11371
|
position: relative;
|