@clayui/css 3.85.0 → 3.86.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 +5 -7
- 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 +4 -4
- 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/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/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.86.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>
|
|
@@ -4525,16 +4525,14 @@ input[type=button].btn-block {
|
|
|
4525
4525
|
}
|
|
4526
4526
|
|
|
4527
4527
|
.c-empty-state-animation {
|
|
4528
|
-
|
|
4529
|
-
display: flex;
|
|
4530
|
-
flex-direction: column;
|
|
4528
|
+
display: block;
|
|
4531
4529
|
margin: 5rem auto 1.5rem;
|
|
4532
4530
|
max-width: 340px;
|
|
4533
4531
|
text-align: center;
|
|
4534
4532
|
}
|
|
4535
4533
|
|
|
4536
4534
|
.c-empty-state-image {
|
|
4537
|
-
margin
|
|
4535
|
+
margin: 0 auto 2rem;
|
|
4538
4536
|
max-width: 250px;
|
|
4539
4537
|
width: 100%;
|
|
4540
4538
|
overflow-wrap: break-word;
|
|
@@ -32405,10 +32403,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32405
32403
|
text-shadow: none;
|
|
32406
32404
|
}
|
|
32407
32405
|
|
|
32408
|
-
.text-decoration-none {
|
|
32406
|
+
.text-none, .text-decoration-none {
|
|
32409
32407
|
text-decoration: none !important;
|
|
32410
32408
|
}
|
|
32411
|
-
.text-decoration-underline {
|
|
32409
|
+
.text-underline, .text-decoration-underline {
|
|
32412
32410
|
text-decoration: underline !important;
|
|
32413
32411
|
}
|
|
32414
32412
|
.text-break {
|