@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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.68.0
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.68.0
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;