@clayui/css 3.130.0 → 3.132.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 +177 -54
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +177 -54
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +176 -55
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/components/_breadcrumbs.scss +4 -0
- package/src/scss/cadmin/components/_cards.scss +4 -4
- package/src/scss/cadmin/components/_grid.scss +1 -0
- package/src/scss/cadmin/components/_utilities-functional-important.scss +3 -5
- package/src/scss/cadmin/variables/_breadcrumbs.scss +9 -0
- package/src/scss/cadmin/variables/_cards.scss +28 -37
- package/src/scss/cadmin/variables/_loaders.scss +48 -0
- package/src/scss/cadmin/variables/_utilities.scss +0 -16
- package/src/scss/components/_breadcrumbs.scss +4 -0
- package/src/scss/components/_cards.scss +4 -4
- package/src/scss/components/_grid.scss +1 -0
- package/src/scss/components/_utilities-functional-important.scss +1 -3
- package/src/scss/mixins/_globals.scss +8 -0
- package/src/scss/mixins/_grid.scss +2 -0
- package/src/scss/mixins/_loaders.scss +6 -0
- package/src/scss/variables/_breadcrumbs.scss +9 -0
- package/src/scss/variables/_cards.scss +28 -34
- package/src/scss/variables/_loaders.scss +48 -0
- package/src/scss/variables/_utilities.scss +0 -16
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.132.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>
|
|
@@ -3590,6 +3590,7 @@ input[type=button].btn-block {
|
|
|
3590
3590
|
}
|
|
3591
3591
|
|
|
3592
3592
|
.card-page {
|
|
3593
|
+
container-type: inline-size;
|
|
3593
3594
|
display: flex;
|
|
3594
3595
|
flex-wrap: wrap;
|
|
3595
3596
|
list-style: none;
|
|
@@ -4654,6 +4655,11 @@ input[type=button].btn-block {
|
|
|
4654
4655
|
border-color: transparent;
|
|
4655
4656
|
color: #f48989;
|
|
4656
4657
|
}
|
|
4658
|
+
.breadcrumb-bar {
|
|
4659
|
+
align-items: center;
|
|
4660
|
+
display: flex;
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4657
4663
|
.breadcrumb {
|
|
4658
4664
|
background-color: transparent;
|
|
4659
4665
|
border-radius: 0.25rem;
|
|
@@ -6454,6 +6460,10 @@ input[type=button].btn-block {
|
|
|
6454
6460
|
transform: none;
|
|
6455
6461
|
}
|
|
6456
6462
|
|
|
6463
|
+
.card-page {
|
|
6464
|
+
container-name: c-card-page;
|
|
6465
|
+
container-type: inline-size;
|
|
6466
|
+
}
|
|
6457
6467
|
.card-page.card-page-equal-height .card-page-item,
|
|
6458
6468
|
.card-page.card-page-equal-height .card-page-item-asset,
|
|
6459
6469
|
.card-page.card-page-equal-height .card-page-item-directory {
|
|
@@ -6476,101 +6486,92 @@ input[type=button].btn-block {
|
|
|
6476
6486
|
}
|
|
6477
6487
|
|
|
6478
6488
|
.card-page-item-directory {
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
min-width: 193px;
|
|
6489
|
+
flex-basis: 100%;
|
|
6490
|
+
max-width: 100%;
|
|
6482
6491
|
padding-left: 12px;
|
|
6483
6492
|
padding-right: 12px;
|
|
6484
|
-
position: relative;
|
|
6485
|
-
width: 100%;
|
|
6486
6493
|
}
|
|
6487
|
-
@
|
|
6488
|
-
.card-page-item-directory {
|
|
6489
|
-
min-width: 193px;
|
|
6490
|
-
padding-left: 12px;
|
|
6491
|
-
padding-right: 12px;
|
|
6492
|
-
}
|
|
6493
|
-
}
|
|
6494
|
-
@media (min-width: 576px) {
|
|
6494
|
+
@container c-card-page (min-width: 540px) {
|
|
6495
6495
|
.card-page-item-directory {
|
|
6496
6496
|
flex-basis: 50%;
|
|
6497
6497
|
max-width: 50%;
|
|
6498
6498
|
}
|
|
6499
6499
|
}
|
|
6500
|
-
@
|
|
6500
|
+
@container c-card-page (min-width: 720px) {
|
|
6501
6501
|
.card-page-item-directory {
|
|
6502
|
-
flex-basis: 33.
|
|
6503
|
-
max-width: 33.
|
|
6502
|
+
flex-basis: 33.33333%;
|
|
6503
|
+
max-width: 33.33333%;
|
|
6504
6504
|
}
|
|
6505
6505
|
}
|
|
6506
|
-
@
|
|
6506
|
+
@container c-card-page (min-width: 960px) {
|
|
6507
6507
|
.card-page-item-directory {
|
|
6508
6508
|
flex-basis: 25%;
|
|
6509
6509
|
max-width: 25%;
|
|
6510
6510
|
}
|
|
6511
6511
|
}
|
|
6512
|
+
@container c-card-page (min-width: 1248px) {
|
|
6513
|
+
.card-page-item-directory {
|
|
6514
|
+
flex-basis: 20%;
|
|
6515
|
+
max-width: 20%;
|
|
6516
|
+
}
|
|
6517
|
+
}
|
|
6512
6518
|
|
|
6513
6519
|
.card-page-item-asset {
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
min-width: 193px;
|
|
6520
|
+
flex-basis: 100%;
|
|
6521
|
+
max-width: 100%;
|
|
6517
6522
|
padding-left: 12px;
|
|
6518
6523
|
padding-right: 12px;
|
|
6519
|
-
position: relative;
|
|
6520
|
-
width: 100%;
|
|
6521
6524
|
}
|
|
6522
|
-
@
|
|
6523
|
-
.card-page-item-asset {
|
|
6524
|
-
min-width: 193px;
|
|
6525
|
-
padding-left: 12px;
|
|
6526
|
-
padding-right: 12px;
|
|
6527
|
-
}
|
|
6528
|
-
}
|
|
6529
|
-
@media (min-width: 576px) {
|
|
6525
|
+
@container c-card-page (min-width: 540px) {
|
|
6530
6526
|
.card-page-item-asset {
|
|
6531
6527
|
flex-basis: 50%;
|
|
6532
6528
|
max-width: 50%;
|
|
6533
6529
|
}
|
|
6534
6530
|
}
|
|
6535
|
-
@
|
|
6531
|
+
@container c-card-page (min-width: 720px) {
|
|
6536
6532
|
.card-page-item-asset {
|
|
6537
|
-
flex-basis: 33.
|
|
6538
|
-
max-width: 33.
|
|
6533
|
+
flex-basis: 33.33333%;
|
|
6534
|
+
max-width: 33.33333%;
|
|
6539
6535
|
}
|
|
6540
6536
|
}
|
|
6541
|
-
@
|
|
6537
|
+
@container c-card-page (min-width: 960px) {
|
|
6542
6538
|
.card-page-item-asset {
|
|
6543
6539
|
flex-basis: 25%;
|
|
6544
6540
|
max-width: 25%;
|
|
6545
6541
|
}
|
|
6546
6542
|
}
|
|
6543
|
+
@container c-card-page (min-width: 1248px) {
|
|
6544
|
+
.card-page-item-asset {
|
|
6545
|
+
flex-basis: 20%;
|
|
6546
|
+
max-width: 20%;
|
|
6547
|
+
}
|
|
6548
|
+
}
|
|
6547
6549
|
|
|
6548
6550
|
.card-page-item-user {
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
flex-grow: 1;
|
|
6552
|
-
max-width: 50%;
|
|
6551
|
+
flex-basis: 100%;
|
|
6552
|
+
max-width: 100%;
|
|
6553
6553
|
padding-left: 12px;
|
|
6554
6554
|
padding-right: 12px;
|
|
6555
|
-
position: relative;
|
|
6556
|
-
width: 100%;
|
|
6557
6555
|
}
|
|
6558
|
-
@
|
|
6556
|
+
@container c-card-page (min-width: 540px) {
|
|
6559
6557
|
.card-page-item-user {
|
|
6560
6558
|
flex-basis: 50%;
|
|
6561
6559
|
max-width: 50%;
|
|
6562
|
-
padding-left: 12px;
|
|
6563
|
-
padding-right: 12px;
|
|
6564
6560
|
}
|
|
6565
6561
|
}
|
|
6566
|
-
@
|
|
6562
|
+
@container c-card-page (min-width: 720px) {
|
|
6567
6563
|
.card-page-item-user {
|
|
6568
6564
|
flex-basis: 33.33333%;
|
|
6569
6565
|
max-width: 33.33333%;
|
|
6570
|
-
min-width: 200px;
|
|
6571
6566
|
}
|
|
6572
6567
|
}
|
|
6573
|
-
@
|
|
6568
|
+
@container c-card-page (min-width: 960px) {
|
|
6569
|
+
.card-page-item-user {
|
|
6570
|
+
flex-basis: 25%;
|
|
6571
|
+
max-width: 25%;
|
|
6572
|
+
}
|
|
6573
|
+
}
|
|
6574
|
+
@container c-card-page (min-width: 1248px) {
|
|
6574
6575
|
.card-page-item-user {
|
|
6575
6576
|
flex-basis: 20%;
|
|
6576
6577
|
max-width: 20%;
|
|
@@ -34843,19 +34844,69 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
34843
34844
|
scroll-behavior: auto;
|
|
34844
34845
|
transition: none;
|
|
34845
34846
|
}
|
|
34847
|
+
.c-prefers-reduced-motion .loading-animation-squares {
|
|
34848
|
+
display: block;
|
|
34849
|
+
height: 1em;
|
|
34850
|
+
margin-left: auto;
|
|
34851
|
+
margin-right: auto;
|
|
34852
|
+
overflow: hidden;
|
|
34853
|
+
position: relative;
|
|
34854
|
+
text-align: left;
|
|
34855
|
+
vertical-align: middle;
|
|
34856
|
+
width: 1em;
|
|
34857
|
+
}
|
|
34846
34858
|
.c-prefers-reduced-motion .loading-animation-squares::before {
|
|
34859
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
34847
34860
|
background-color: transparent;
|
|
34861
|
+
border-radius: 50%;
|
|
34862
|
+
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
34863
|
+
content: "";
|
|
34848
34864
|
display: block;
|
|
34849
34865
|
font-size: inherit;
|
|
34866
|
+
height: 0.25em;
|
|
34867
|
+
left: 50%;
|
|
34868
|
+
margin-left: -0.125em;
|
|
34869
|
+
margin-top: -0.125em;
|
|
34850
34870
|
opacity: inherit;
|
|
34871
|
+
position: absolute;
|
|
34872
|
+
top: 50%;
|
|
34851
34873
|
transform: none;
|
|
34874
|
+
width: 0.25em;
|
|
34852
34875
|
}
|
|
34876
|
+
@media (prefers-reduced-motion: reduce) {
|
|
34877
|
+
.c-prefers-reduced-motion .loading-animation-squares::before {
|
|
34878
|
+
animation: none;
|
|
34879
|
+
}
|
|
34880
|
+
}
|
|
34881
|
+
.c-prefers-reduced-motion .c-prefers-reduced-motion .loading-animation-squares::before {
|
|
34882
|
+
animation: none;
|
|
34883
|
+
}
|
|
34884
|
+
|
|
34853
34885
|
.c-prefers-reduced-motion .loading-animation-squares::after {
|
|
34886
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
34887
|
+
background-color: currentColor;
|
|
34888
|
+
border-radius: 50%;
|
|
34889
|
+
content: "";
|
|
34890
|
+
display: block;
|
|
34854
34891
|
font-size: inherit;
|
|
34892
|
+
height: 1em;
|
|
34855
34893
|
left: auto;
|
|
34894
|
+
-webkit-mask: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
|
|
34895
|
+
-webkit-mask-composite: source-out;
|
|
34896
|
+
mask-composite: subtract;
|
|
34897
|
+
padding: 0.25em;
|
|
34856
34898
|
position: relative;
|
|
34857
34899
|
top: auto;
|
|
34858
34900
|
transform: none;
|
|
34901
|
+
width: 1em;
|
|
34902
|
+
}
|
|
34903
|
+
@media (prefers-reduced-motion: reduce) {
|
|
34904
|
+
.c-prefers-reduced-motion .loading-animation-squares::after {
|
|
34905
|
+
animation: none;
|
|
34906
|
+
}
|
|
34907
|
+
}
|
|
34908
|
+
.c-prefers-reduced-motion .c-prefers-reduced-motion .loading-animation-squares::after {
|
|
34909
|
+
animation: none;
|
|
34859
34910
|
}
|
|
34860
34911
|
|
|
34861
34912
|
@keyframes loading-animation-circle {
|
|
@@ -34863,7 +34914,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
34863
34914
|
transform: rotate(360deg);
|
|
34864
34915
|
}
|
|
34865
34916
|
}
|
|
34866
|
-
.loading-animation
|
|
34917
|
+
.loading-animation {
|
|
34867
34918
|
display: block;
|
|
34868
34919
|
height: 1em;
|
|
34869
34920
|
margin-left: auto;
|
|
@@ -34874,7 +34925,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
34874
34925
|
vertical-align: middle;
|
|
34875
34926
|
width: 1em;
|
|
34876
34927
|
}
|
|
34877
|
-
.loading-animation::before
|
|
34928
|
+
.loading-animation::before {
|
|
34878
34929
|
animation: loading-animation-circle 1s linear infinite;
|
|
34879
34930
|
border-radius: 50%;
|
|
34880
34931
|
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
@@ -34888,15 +34939,15 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
34888
34939
|
width: 0.25em;
|
|
34889
34940
|
}
|
|
34890
34941
|
@media (prefers-reduced-motion: reduce) {
|
|
34891
|
-
.loading-animation::before
|
|
34942
|
+
.loading-animation::before {
|
|
34892
34943
|
animation: none;
|
|
34893
34944
|
}
|
|
34894
34945
|
}
|
|
34895
|
-
.c-prefers-reduced-motion .loading-animation::before
|
|
34946
|
+
.c-prefers-reduced-motion .loading-animation::before {
|
|
34896
34947
|
animation: none;
|
|
34897
34948
|
}
|
|
34898
34949
|
|
|
34899
|
-
.loading-animation::after
|
|
34950
|
+
.loading-animation::after {
|
|
34900
34951
|
animation: loading-animation-circle 1s linear infinite;
|
|
34901
34952
|
background-color: currentColor;
|
|
34902
34953
|
border-radius: 50%;
|
|
@@ -34910,11 +34961,11 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
34910
34961
|
width: 1em;
|
|
34911
34962
|
}
|
|
34912
34963
|
@media (prefers-reduced-motion: reduce) {
|
|
34913
|
-
.loading-animation::after
|
|
34964
|
+
.loading-animation::after {
|
|
34914
34965
|
animation: none;
|
|
34915
34966
|
}
|
|
34916
34967
|
}
|
|
34917
|
-
.c-prefers-reduced-motion .loading-animation::after
|
|
34968
|
+
.c-prefers-reduced-motion .loading-animation::after {
|
|
34918
34969
|
animation: none;
|
|
34919
34970
|
}
|
|
34920
34971
|
|
|
@@ -35028,6 +35079,78 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
35028
35079
|
animation: none;
|
|
35029
35080
|
}
|
|
35030
35081
|
|
|
35082
|
+
@media (prefers-reduced-motion: reduce) {
|
|
35083
|
+
.loading-animation-squares {
|
|
35084
|
+
display: block;
|
|
35085
|
+
height: 1em;
|
|
35086
|
+
margin-left: auto;
|
|
35087
|
+
margin-right: auto;
|
|
35088
|
+
overflow: hidden;
|
|
35089
|
+
position: relative;
|
|
35090
|
+
text-align: left;
|
|
35091
|
+
vertical-align: middle;
|
|
35092
|
+
width: 1em;
|
|
35093
|
+
}
|
|
35094
|
+
.loading-animation-squares::before {
|
|
35095
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
35096
|
+
background-color: transparent;
|
|
35097
|
+
border-radius: 50%;
|
|
35098
|
+
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
35099
|
+
content: "";
|
|
35100
|
+
display: block;
|
|
35101
|
+
font-size: inherit;
|
|
35102
|
+
height: 0.25em;
|
|
35103
|
+
left: 50%;
|
|
35104
|
+
margin-left: -0.125em;
|
|
35105
|
+
margin-top: -0.125em;
|
|
35106
|
+
opacity: inherit;
|
|
35107
|
+
position: absolute;
|
|
35108
|
+
top: 50%;
|
|
35109
|
+
transform: none;
|
|
35110
|
+
width: 0.25em;
|
|
35111
|
+
}
|
|
35112
|
+
}
|
|
35113
|
+
@media (prefers-reduced-motion: reduce) and (prefers-reduced-motion: reduce) {
|
|
35114
|
+
.loading-animation-squares::before {
|
|
35115
|
+
animation: none;
|
|
35116
|
+
}
|
|
35117
|
+
}
|
|
35118
|
+
@media (prefers-reduced-motion: reduce) {
|
|
35119
|
+
.c-prefers-reduced-motion .loading-animation-squares::before {
|
|
35120
|
+
animation: none;
|
|
35121
|
+
}
|
|
35122
|
+
}
|
|
35123
|
+
@media (prefers-reduced-motion: reduce) {
|
|
35124
|
+
.loading-animation-squares::after {
|
|
35125
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
35126
|
+
background-color: currentColor;
|
|
35127
|
+
border-radius: 50%;
|
|
35128
|
+
content: "";
|
|
35129
|
+
display: block;
|
|
35130
|
+
font-size: inherit;
|
|
35131
|
+
height: 1em;
|
|
35132
|
+
left: auto;
|
|
35133
|
+
-webkit-mask: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
|
|
35134
|
+
-webkit-mask-composite: source-out;
|
|
35135
|
+
mask-composite: subtract;
|
|
35136
|
+
padding: 0.25em;
|
|
35137
|
+
position: relative;
|
|
35138
|
+
top: auto;
|
|
35139
|
+
transform: none;
|
|
35140
|
+
width: 1em;
|
|
35141
|
+
}
|
|
35142
|
+
}
|
|
35143
|
+
@media (prefers-reduced-motion: reduce) and (prefers-reduced-motion: reduce) {
|
|
35144
|
+
.loading-animation-squares::after {
|
|
35145
|
+
animation: none;
|
|
35146
|
+
}
|
|
35147
|
+
}
|
|
35148
|
+
@media (prefers-reduced-motion: reduce) {
|
|
35149
|
+
.c-prefers-reduced-motion .loading-animation-squares::after {
|
|
35150
|
+
animation: none;
|
|
35151
|
+
}
|
|
35152
|
+
}
|
|
35153
|
+
|
|
35031
35154
|
.loading-animation-xs {
|
|
35032
35155
|
font-size: 0.625rem;
|
|
35033
35156
|
}
|