@clayui/css 3.85.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 +5 -9
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +5 -7
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +6 -8
- 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/src/scss/cadmin/variables/_utilities.scss +2 -2
- package/src/scss/variables/_empty-state.scss +2 -4
- package/src/scss/variables/_utilities.scss +2 -2
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
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>
|
|
@@ -4357,16 +4357,14 @@ input[type=button].btn-block {
|
|
|
4357
4357
|
}
|
|
4358
4358
|
|
|
4359
4359
|
.c-empty-state-animation {
|
|
4360
|
-
|
|
4361
|
-
display: flex;
|
|
4362
|
-
flex-direction: column;
|
|
4360
|
+
display: block;
|
|
4363
4361
|
margin: 5rem auto 1.5rem;
|
|
4364
4362
|
max-width: 340px;
|
|
4365
4363
|
text-align: center;
|
|
4366
4364
|
}
|
|
4367
4365
|
|
|
4368
4366
|
.c-empty-state-image {
|
|
4369
|
-
margin
|
|
4367
|
+
margin: 0 auto 2rem;
|
|
4370
4368
|
max-width: 250px;
|
|
4371
4369
|
width: 100%;
|
|
4372
4370
|
overflow-wrap: break-word;
|
|
@@ -29609,10 +29607,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
29609
29607
|
text-shadow: none;
|
|
29610
29608
|
}
|
|
29611
29609
|
|
|
29612
|
-
.text-decoration-none {
|
|
29610
|
+
.text-none, .text-decoration-none {
|
|
29613
29611
|
text-decoration: none !important;
|
|
29614
29612
|
}
|
|
29615
|
-
.text-decoration-underline {
|
|
29613
|
+
.text-underline, .text-decoration-underline {
|
|
29616
29614
|
text-decoration: underline !important;
|
|
29617
29615
|
}
|
|
29618
29616
|
.text-break {
|