@clayui/css 3.115.0 → 3.115.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 +11 -0
- package/lib/css/atlas.css +6 -3
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +6 -3
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +3 -2
- 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/_empty-state.scss +1 -0
- package/src/scss/variables/_empty-state.scss +5 -2
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.115.
|
|
3
|
+
* Clay 3.115.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>
|
|
@@ -4683,14 +4683,17 @@ input[type=button].btn-block {
|
|
|
4683
4683
|
}
|
|
4684
4684
|
|
|
4685
4685
|
.c-empty-state-animation {
|
|
4686
|
-
|
|
4686
|
+
align-items: center;
|
|
4687
|
+
display: flex;
|
|
4688
|
+
flex-direction: column;
|
|
4689
|
+
flex-shrink: 0;
|
|
4687
4690
|
margin: 5rem auto 1.5rem;
|
|
4688
4691
|
max-width: 340px;
|
|
4689
4692
|
text-align: center;
|
|
4690
4693
|
}
|
|
4691
4694
|
|
|
4692
4695
|
.c-empty-state-image {
|
|
4693
|
-
margin: 0
|
|
4696
|
+
margin-bottom: -0.5rem;
|
|
4694
4697
|
max-width: 250px;
|
|
4695
4698
|
width: 100%;
|
|
4696
4699
|
overflow-wrap: break-word;
|