@clayui/css 3.150.0 → 3.151.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 +5 -5
- 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 +5 -5
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/click.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/semantic-search.svg +3 -3
- package/lib/images/icons/shopping-cart.svg +3 -4
- package/package.json +2 -2
- package/src/images/icons/click.svg +9 -0
- package/src/images/icons/semantic-search.svg +3 -3
- package/src/images/icons/shopping-cart.svg +3 -4
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_buttons.scss +1 -1
- package/src/scss/cadmin/variables/_buttons.scss +1 -1
- package/src/scss/functions/_lx-icons-generated.scss +4 -2
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.151.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.151.0
|
|
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>
|
|
@@ -1036,7 +1036,7 @@ html:not(#__):not(#___) .cadmin .sidebar-sm .btn, html:not(#__):not(#___) .cadmi
|
|
|
1036
1036
|
html:not(#__):not(#___) .cadmin .btn-group-sm .btn-group > .btn, html:not(#__):not(#___) .cadmin .btn-sm {
|
|
1037
1037
|
border-radius: 3px;
|
|
1038
1038
|
font-size: 14px;
|
|
1039
|
-
line-height: 1
|
|
1039
|
+
line-height: 1;
|
|
1040
1040
|
padding-bottom: 7px;
|
|
1041
1041
|
padding-left: 12px;
|
|
1042
1042
|
padding-right: 12px;
|
|
@@ -3405,7 +3405,7 @@ html:not(#__):not(#___) .cadmin .alert {
|
|
|
3405
3405
|
html:not(#__):not(#___) .cadmin .alert .alert-btn {
|
|
3406
3406
|
border-radius: 3px;
|
|
3407
3407
|
font-size: 14px;
|
|
3408
|
-
line-height: 1
|
|
3408
|
+
line-height: 1;
|
|
3409
3409
|
padding-bottom: 7px;
|
|
3410
3410
|
padding-left: 12px;
|
|
3411
3411
|
padding-right: 12px;
|
|
@@ -7957,7 +7957,7 @@ html:not(#__):not(#___) .cadmin .link-outline {
|
|
|
7957
7957
|
font-size: 14px;
|
|
7958
7958
|
font-weight: 600;
|
|
7959
7959
|
justify-content: center;
|
|
7960
|
-
line-height: 1
|
|
7960
|
+
line-height: 1;
|
|
7961
7961
|
padding-bottom: 7px;
|
|
7962
7962
|
padding-left: 12px;
|
|
7963
7963
|
padding-right: 12px;
|