@clayui/css 3.86.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 +1 -3
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +4 -6
- 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/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.86.
|
|
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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.86.
|
|
19
|
+
* Clay 3.86.1
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -3483,8 +3483,8 @@ html:not(#__):not(#___) .cadmin .alert-primary .lead {
|
|
|
3483
3483
|
color: #0b5fff;
|
|
3484
3484
|
}
|
|
3485
3485
|
html:not(#__):not(#___) .cadmin .alert-secondary {
|
|
3486
|
-
background-color: #
|
|
3487
|
-
border-color: #
|
|
3486
|
+
background-color: #f7f8f9;
|
|
3487
|
+
border-color: #d3d6e0;
|
|
3488
3488
|
color: #6b6c7e;
|
|
3489
3489
|
}
|
|
3490
3490
|
html:not(#__):not(#___) .cadmin .alert-secondary .alert-btn {
|
|
@@ -9306,7 +9306,6 @@ html:not(#__):not(#___) .cadmin .list-group-item-action:active {
|
|
|
9306
9306
|
}
|
|
9307
9307
|
html:not(#__):not(#___) .cadmin .list-group {
|
|
9308
9308
|
border-radius: 4px;
|
|
9309
|
-
color: #6b6c7e;
|
|
9310
9309
|
display: flex;
|
|
9311
9310
|
flex-direction: column;
|
|
9312
9311
|
font-size: 14px;
|
|
@@ -9486,7 +9485,6 @@ html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item
|
|
|
9486
9485
|
html:not(#__):not(#___) .cadmin .list-group-item {
|
|
9487
9486
|
background-color: #fff;
|
|
9488
9487
|
border: 1px solid #e7e7ed;
|
|
9489
|
-
color: #6b6c7e;
|
|
9490
9488
|
display: block;
|
|
9491
9489
|
padding: 16px 16px;
|
|
9492
9490
|
position: relative;
|