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