@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/atlas.css +27 -4
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +27 -4
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +27 -5
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/slash.svg +9 -0
- package/package.json +2 -2
- package/src/images/icons/slash.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/components/_breadcrumbs.scss +4 -0
- package/src/scss/cadmin/variables/_breadcrumbs.scss +9 -0
- package/src/scss/cadmin/variables/_cards.scss +6 -1
- package/src/scss/components/_breadcrumbs.scss +4 -0
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_breadcrumbs.scss +9 -0
- package/src/scss/variables/_cards.scss +6 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
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>
|
|
@@ -4655,6 +4655,11 @@ input[type=button].btn-block {
|
|
|
4655
4655
|
border-color: transparent;
|
|
4656
4656
|
color: #f48989;
|
|
4657
4657
|
}
|
|
4658
|
+
.breadcrumb-bar {
|
|
4659
|
+
align-items: center;
|
|
4660
|
+
display: flex;
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4658
4663
|
.breadcrumb {
|
|
4659
4664
|
background-color: transparent;
|
|
4660
4665
|
border-radius: 0.25rem;
|
|
@@ -6492,13 +6497,19 @@ input[type=button].btn-block {
|
|
|
6492
6497
|
max-width: 50%;
|
|
6493
6498
|
}
|
|
6494
6499
|
}
|
|
6500
|
+
@container c-card-page (min-width: 720px) {
|
|
6501
|
+
.card-page-item-directory {
|
|
6502
|
+
flex-basis: 33.33333%;
|
|
6503
|
+
max-width: 33.33333%;
|
|
6504
|
+
}
|
|
6505
|
+
}
|
|
6495
6506
|
@container c-card-page (min-width: 960px) {
|
|
6496
6507
|
.card-page-item-directory {
|
|
6497
6508
|
flex-basis: 25%;
|
|
6498
6509
|
max-width: 25%;
|
|
6499
6510
|
}
|
|
6500
6511
|
}
|
|
6501
|
-
@container c-card-page (min-width:
|
|
6512
|
+
@container c-card-page (min-width: 1248px) {
|
|
6502
6513
|
.card-page-item-directory {
|
|
6503
6514
|
flex-basis: 20%;
|
|
6504
6515
|
max-width: 20%;
|
|
@@ -6517,13 +6528,19 @@ input[type=button].btn-block {
|
|
|
6517
6528
|
max-width: 50%;
|
|
6518
6529
|
}
|
|
6519
6530
|
}
|
|
6531
|
+
@container c-card-page (min-width: 720px) {
|
|
6532
|
+
.card-page-item-asset {
|
|
6533
|
+
flex-basis: 33.33333%;
|
|
6534
|
+
max-width: 33.33333%;
|
|
6535
|
+
}
|
|
6536
|
+
}
|
|
6520
6537
|
@container c-card-page (min-width: 960px) {
|
|
6521
6538
|
.card-page-item-asset {
|
|
6522
6539
|
flex-basis: 25%;
|
|
6523
6540
|
max-width: 25%;
|
|
6524
6541
|
}
|
|
6525
6542
|
}
|
|
6526
|
-
@container c-card-page (min-width:
|
|
6543
|
+
@container c-card-page (min-width: 1248px) {
|
|
6527
6544
|
.card-page-item-asset {
|
|
6528
6545
|
flex-basis: 20%;
|
|
6529
6546
|
max-width: 20%;
|
|
@@ -6542,13 +6559,19 @@ input[type=button].btn-block {
|
|
|
6542
6559
|
max-width: 50%;
|
|
6543
6560
|
}
|
|
6544
6561
|
}
|
|
6562
|
+
@container c-card-page (min-width: 720px) {
|
|
6563
|
+
.card-page-item-user {
|
|
6564
|
+
flex-basis: 33.33333%;
|
|
6565
|
+
max-width: 33.33333%;
|
|
6566
|
+
}
|
|
6567
|
+
}
|
|
6545
6568
|
@container c-card-page (min-width: 960px) {
|
|
6546
6569
|
.card-page-item-user {
|
|
6547
6570
|
flex-basis: 25%;
|
|
6548
6571
|
max-width: 25%;
|
|
6549
6572
|
}
|
|
6550
6573
|
}
|
|
6551
|
-
@container c-card-page (min-width:
|
|
6574
|
+
@container c-card-page (min-width: 1248px) {
|
|
6552
6575
|
.card-page-item-user {
|
|
6553
6576
|
flex-basis: 20%;
|
|
6554
6577
|
max-width: 20%;
|