@clayui/css 3.141.0 → 3.142.2

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/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.141.0
3
+ * Clay 3.142.2
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>
@@ -13436,6 +13436,12 @@ label.custom-control-label {
13436
13436
  color: #495057;
13437
13437
  border-color: #dee2e6 #dee2e6 #fff;
13438
13438
  }
13439
+ .nav-tabs .nav-link .inline-item-before {
13440
+ margin-right: 0.25rem;
13441
+ }
13442
+ .nav-tabs .nav-link .inline-item-after {
13443
+ margin-left: 0.25rem;
13444
+ }
13439
13445
  .nav-tabs .nav-item {
13440
13446
  margin-bottom: -0.0625rem;
13441
13447
  }