@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/base.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>
@@ -2011,8 +2011,8 @@ input[type=button].btn-block {
2011
2011
  .container {
2012
2012
  margin-left: auto;
2013
2013
  margin-right: auto;
2014
- padding-left: 15px;
2015
- padding-right: 15px;
2014
+ padding-left: calc(30px * 0.5);
2015
+ padding-right: calc(30px * 0.5);
2016
2016
  width: 100%;
2017
2017
  }
2018
2018
  @media (min-width: 576px) {
@@ -2039,8 +2039,8 @@ input[type=button].btn-block {
2039
2039
  .container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
2040
2040
  margin-left: auto;
2041
2041
  margin-right: auto;
2042
- padding-left: 15px;
2043
- padding-right: 15px;
2042
+ padding-left: calc(30px * 0.5);
2043
+ padding-right: calc(30px * 0.5);
2044
2044
  width: 100%;
2045
2045
  }
2046
2046