@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.
package/lib/css/base.css CHANGED
@@ -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>
@@ -4484,6 +4484,11 @@ input[type=button].btn-block {
4484
4484
  border-color: transparent;
4485
4485
  color: #ed99a1;
4486
4486
  }
4487
+ .breadcrumb-bar {
4488
+ align-items: center;
4489
+ display: flex;
4490
+ }
4491
+
4487
4492
  .breadcrumb {
4488
4493
  background-color: #e9ecef;
4489
4494
  border-radius: 0.25rem;
@@ -6325,13 +6330,19 @@ input[type=button].btn-block {
6325
6330
  max-width: 50%;
6326
6331
  }
6327
6332
  }
6333
+ @container c-card-page (min-width: 720px) {
6334
+ .card-page-item-directory {
6335
+ flex-basis: 33.33333%;
6336
+ max-width: 33.33333%;
6337
+ }
6338
+ }
6328
6339
  @container c-card-page (min-width: 960px) {
6329
6340
  .card-page-item-directory {
6330
6341
  flex-basis: 25%;
6331
6342
  max-width: 25%;
6332
6343
  }
6333
6344
  }
6334
- @container c-card-page (min-width: 1392px) {
6345
+ @container c-card-page (min-width: 1140px) {
6335
6346
  .card-page-item-directory {
6336
6347
  flex-basis: 20%;
6337
6348
  max-width: 20%;
@@ -6350,13 +6361,19 @@ input[type=button].btn-block {
6350
6361
  max-width: 50%;
6351
6362
  }
6352
6363
  }
6364
+ @container c-card-page (min-width: 720px) {
6365
+ .card-page-item-asset {
6366
+ flex-basis: 33.33333%;
6367
+ max-width: 33.33333%;
6368
+ }
6369
+ }
6353
6370
  @container c-card-page (min-width: 960px) {
6354
6371
  .card-page-item-asset {
6355
6372
  flex-basis: 25%;
6356
6373
  max-width: 25%;
6357
6374
  }
6358
6375
  }
6359
- @container c-card-page (min-width: 1392px) {
6376
+ @container c-card-page (min-width: 1140px) {
6360
6377
  .card-page-item-asset {
6361
6378
  flex-basis: 20%;
6362
6379
  max-width: 20%;
@@ -6375,13 +6392,19 @@ input[type=button].btn-block {
6375
6392
  max-width: 50%;
6376
6393
  }
6377
6394
  }
6395
+ @container c-card-page (min-width: 720px) {
6396
+ .card-page-item-user {
6397
+ flex-basis: 33.33333%;
6398
+ max-width: 33.33333%;
6399
+ }
6400
+ }
6378
6401
  @container c-card-page (min-width: 960px) {
6379
6402
  .card-page-item-user {
6380
6403
  flex-basis: 25%;
6381
6404
  max-width: 25%;
6382
6405
  }
6383
6406
  }
6384
- @container c-card-page (min-width: 1392px) {
6407
+ @container c-card-page (min-width: 1140px) {
6385
6408
  .card-page-item-user {
6386
6409
  flex-basis: 20%;
6387
6410
  max-width: 20%;