@clayui/css 3.62.1 → 3.63.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.62.1
3
+ * Clay 3.63.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>
@@ -2027,8 +2027,8 @@ input[type=button].btn-block {
2027
2027
  .container {
2028
2028
  margin-left: auto;
2029
2029
  margin-right: auto;
2030
- padding-left: 12px;
2031
- padding-right: 12px;
2030
+ padding-left: calc(24px * 0.5);
2031
+ padding-right: calc(24px * 0.5);
2032
2032
  width: 100%;
2033
2033
  }
2034
2034
  @media (min-width: 576px) {
@@ -2055,8 +2055,8 @@ input[type=button].btn-block {
2055
2055
  .container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
2056
2056
  margin-left: auto;
2057
2057
  margin-right: auto;
2058
- padding-left: 12px;
2059
- padding-right: 12px;
2058
+ padding-left: calc(24px * 0.5);
2059
+ padding-right: calc(24px * 0.5);
2060
2060
  width: 100%;
2061
2061
  }
2062
2062