@clayui/css 3.131.0 → 3.133.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.131.0
3
+ * Clay 3.133.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.131.0
19
+ * Clay 3.133.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>
@@ -4351,6 +4351,10 @@ html:not(#__):not(#___) .cadmin .clay-dark.badge-translucent.badge-danger, html:
4351
4351
  border-color: transparent;
4352
4352
  color: #f48989;
4353
4353
  }
4354
+ html:not(#__):not(#___) .cadmin .breadcrumb-bar {
4355
+ align-items: center;
4356
+ display: flex;
4357
+ }
4354
4358
  html:not(#__):not(#___) .cadmin .breadcrumb {
4355
4359
  background-color: transparent;
4356
4360
  border-radius: 4px;
@@ -5901,13 +5905,19 @@ html:not(#__):not(#___) .cadmin .card-page-item-directory {
5901
5905
  max-width: 50%;
5902
5906
  }
5903
5907
  }
5908
+ @container c-card-page (min-width: 720px) {
5909
+ html:not(#__):not(#___) .cadmin .card-page-item-directory {
5910
+ flex-basis: 33.33333%;
5911
+ max-width: 33.33333%;
5912
+ }
5913
+ }
5904
5914
  @container c-card-page (min-width: 960px) {
5905
5915
  html:not(#__):not(#___) .cadmin .card-page-item-directory {
5906
5916
  flex-basis: 25%;
5907
5917
  max-width: 25%;
5908
5918
  }
5909
5919
  }
5910
- @container c-card-page (min-width: 1392px) {
5920
+ @container c-card-page (min-width: 1248px) {
5911
5921
  html:not(#__):not(#___) .cadmin .card-page-item-directory {
5912
5922
  flex-basis: 20%;
5913
5923
  max-width: 20%;
@@ -5925,13 +5935,19 @@ html:not(#__):not(#___) .cadmin .card-page-item-asset {
5925
5935
  max-width: 50%;
5926
5936
  }
5927
5937
  }
5938
+ @container c-card-page (min-width: 720px) {
5939
+ html:not(#__):not(#___) .cadmin .card-page-item-asset {
5940
+ flex-basis: 33.33333%;
5941
+ max-width: 33.33333%;
5942
+ }
5943
+ }
5928
5944
  @container c-card-page (min-width: 960px) {
5929
5945
  html:not(#__):not(#___) .cadmin .card-page-item-asset {
5930
5946
  flex-basis: 25%;
5931
5947
  max-width: 25%;
5932
5948
  }
5933
5949
  }
5934
- @container c-card-page (min-width: 1392px) {
5950
+ @container c-card-page (min-width: 1248px) {
5935
5951
  html:not(#__):not(#___) .cadmin .card-page-item-asset {
5936
5952
  flex-basis: 20%;
5937
5953
  max-width: 20%;
@@ -5949,13 +5965,19 @@ html:not(#__):not(#___) .cadmin .card-page-item-user {
5949
5965
  max-width: 50%;
5950
5966
  }
5951
5967
  }
5968
+ @container c-card-page (min-width: 720px) {
5969
+ html:not(#__):not(#___) .cadmin .card-page-item-user {
5970
+ flex-basis: 33.33333%;
5971
+ max-width: 33.33333%;
5972
+ }
5973
+ }
5952
5974
  @container c-card-page (min-width: 960px) {
5953
5975
  html:not(#__):not(#___) .cadmin .card-page-item-user {
5954
5976
  flex-basis: 25%;
5955
5977
  max-width: 25%;
5956
5978
  }
5957
5979
  }
5958
- @container c-card-page (min-width: 1392px) {
5980
+ @container c-card-page (min-width: 1248px) {
5959
5981
  html:not(#__):not(#___) .cadmin .card-page-item-user {
5960
5982
  flex-basis: 20%;
5961
5983
  max-width: 20%;