@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/atlas.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>
|
|
@@ -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;
|
|
@@ -11067,7 +11065,6 @@ label.custom-control-label {
|
|
|
11067
11065
|
|
|
11068
11066
|
.list-group {
|
|
11069
11067
|
border-radius: 0.25rem;
|
|
11070
|
-
color: #6b6c7e;
|
|
11071
11068
|
display: flex;
|
|
11072
11069
|
flex-direction: column;
|
|
11073
11070
|
font-size: 0.875rem;
|
|
@@ -11369,7 +11366,6 @@ label.custom-control-label {
|
|
|
11369
11366
|
.list-group-item {
|
|
11370
11367
|
background-color: #fff;
|
|
11371
11368
|
border: 0.0625rem solid #e7e7ed;
|
|
11372
|
-
color: #6b6c7e;
|
|
11373
11369
|
display: block;
|
|
11374
11370
|
padding: 1rem 1rem;
|
|
11375
11371
|
position: relative;
|
|
@@ -32405,10 +32401,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32405
32401
|
text-shadow: none;
|
|
32406
32402
|
}
|
|
32407
32403
|
|
|
32408
|
-
.text-decoration-none {
|
|
32404
|
+
.text-none, .text-decoration-none {
|
|
32409
32405
|
text-decoration: none !important;
|
|
32410
32406
|
}
|
|
32411
|
-
.text-decoration-underline {
|
|
32407
|
+
.text-underline, .text-decoration-underline {
|
|
32412
32408
|
text-decoration: underline !important;
|
|
32413
32409
|
}
|
|
32414
32410
|
.text-break {
|