@clayui/css 3.87.1 → 3.88.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 +4 -4
- 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 +6 -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/_globals.scss +1 -1
- package/src/scss/atlas/variables/_list-group.scss +4 -2
- package/src/scss/cadmin/variables/_globals.scss +1 -1
- package/src/scss/cadmin/variables/_list-group.scss +4 -4
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.88.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>
|
|
@@ -11243,6 +11243,7 @@ label.custom-control-label {
|
|
|
11243
11243
|
max-width: 100%;
|
|
11244
11244
|
border-radius: 1px;
|
|
11245
11245
|
display: inline-block;
|
|
11246
|
+
text-decoration: underline;
|
|
11246
11247
|
transition: box-shadow 0.15s ease-in-out;
|
|
11247
11248
|
}
|
|
11248
11249
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -11292,9 +11293,8 @@ label.custom-control-label {
|
|
|
11292
11293
|
outline: 0;
|
|
11293
11294
|
}
|
|
11294
11295
|
.list-group-text {
|
|
11295
|
-
color: #
|
|
11296
|
+
color: #6b6c7e;
|
|
11296
11297
|
margin-bottom: 0;
|
|
11297
|
-
line-height: 1.45;
|
|
11298
11298
|
}
|
|
11299
11299
|
.list-group-text[href],
|
|
11300
11300
|
.list-group-text [href] {
|
|
@@ -11324,7 +11324,7 @@ label.custom-control-label {
|
|
|
11324
11324
|
.list-group-subtext {
|
|
11325
11325
|
color: #6b6c7e;
|
|
11326
11326
|
margin-bottom: 0;
|
|
11327
|
-
|
|
11327
|
+
margin-top: 0.5rem;
|
|
11328
11328
|
}
|
|
11329
11329
|
.list-group-subtext[href],
|
|
11330
11330
|
.list-group-subtext [href] {
|