@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.85.0
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
- align-items: center;
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-bottom: -0.5rem;
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 {