@clayui/css 3.68.0 → 3.69.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 +1 -1
- 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 +8 -2
- 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/_buttons.scss +26 -26
- package/src/scss/atlas/variables/_custom-forms.scss +2 -2
- package/src/scss/atlas/variables/_menubar.scss +6 -6
- package/src/scss/atlas/variables/_utilities.scss +1 -1
- package/src/scss/cadmin/components/_buttons.scss +14 -22
- package/src/scss/cadmin/variables/_buttons.scss +6 -0
- package/src/scss/cadmin/variables/_menubar.scss +8 -8
- package/src/scss/components/_buttons.scss +14 -22
- package/src/scss/mixins/_globals.scss +1 -1
- package/src/scss/variables/_menubar.scss +8 -8
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.69.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.69.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>
|
|
@@ -957,6 +957,9 @@ html:not(#__):not(#___) .cadmin .btn .c-inner {
|
|
|
957
957
|
html:not(#__):not(#___) .cadmin .btn .inline-item {
|
|
958
958
|
font-size: 16px;
|
|
959
959
|
}
|
|
960
|
+
html:not(#__):not(#___) .cadmin .btn .inline-item .lexicon-icon {
|
|
961
|
+
margin-top: 0;
|
|
962
|
+
}
|
|
960
963
|
html:not(#__):not(#___) .cadmin .btn .btn-section {
|
|
961
964
|
display: block;
|
|
962
965
|
font-size: 11px;
|
|
@@ -1079,6 +1082,9 @@ html:not(#__):not(#___) .cadmin .btn-monospaced .c-inner {
|
|
|
1079
1082
|
padding: 0;
|
|
1080
1083
|
width: 100%;
|
|
1081
1084
|
}
|
|
1085
|
+
html:not(#__):not(#___) .cadmin .btn-monospaced .lexicon-icon {
|
|
1086
|
+
margin-top: 0;
|
|
1087
|
+
}
|
|
1082
1088
|
html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-monospaced.btn-lg, html:not(#__):not(#___) .cadmin .btn-group-lg .btn-monospaced, html:not(#__):not(#___) .cadmin .btn-monospaced.btn-lg {
|
|
1083
1089
|
height: 48px;
|
|
1084
1090
|
width: 48px;
|