@clayui/css 3.128.0 → 3.130.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 +48 -25
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +47 -31
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +52 -26
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/send.svg +9 -0
- package/lib/images/icons/speed.svg +10 -0
- package/lib/images/icons/voice.svg +9 -0
- package/package.json +2 -2
- package/src/images/icons/send.svg +9 -0
- package/src/images/icons/speed.svg +10 -0
- package/src/images/icons/voice.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +1 -0
- package/src/scss/cadmin/components/_dropdowns.scss +10 -0
- package/src/scss/cadmin/components/_forms.scss +16 -14
- package/src/scss/cadmin/components/_input-groups.scss +12 -1
- package/src/scss/cadmin/components/_type.scss +5 -1
- package/src/scss/cadmin/components/_utilities-functional-important.scss +11 -0
- package/src/scss/cadmin/variables/_custom-forms.scss +1 -1
- package/src/scss/cadmin/variables/_forms.scss +15 -0
- package/src/scss/cadmin/variables/_utilities.scss +16 -0
- package/src/scss/components/_dropdowns.scss +10 -0
- package/src/scss/components/_forms.scss +16 -14
- package/src/scss/components/_input-groups.scss +12 -1
- package/src/scss/components/_type.scss +5 -1
- package/src/scss/components/_utilities-functional-important.scss +8 -0
- package/src/scss/functions/_lx-icons-generated.scss +6 -0
- package/src/scss/mixins/_forms.scss +0 -13
- package/src/scss/variables/_custom-forms.scss +1 -1
- package/src/scss/variables/_forms.scss +10 -0
- package/src/scss/variables/_utilities.scss +16 -0
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.130.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>
|
|
@@ -382,7 +382,7 @@ mark.clay-dark,
|
|
|
382
382
|
background-color: #828e9a;
|
|
383
383
|
color: #fff;
|
|
384
384
|
}
|
|
385
|
-
.list-unstyled {
|
|
385
|
+
.dropdown-section-grid, .list-unstyled {
|
|
386
386
|
list-style: none;
|
|
387
387
|
padding-left: 0;
|
|
388
388
|
}
|
|
@@ -6824,6 +6824,14 @@ input[type=button].btn-block {
|
|
|
6824
6824
|
.dropdown-section .custom-control {
|
|
6825
6825
|
margin-bottom: 0;
|
|
6826
6826
|
}
|
|
6827
|
+
.dropdown-section-grid {
|
|
6828
|
+
display: grid;
|
|
6829
|
+
gap: 0.5rem 0.75rem;
|
|
6830
|
+
grid-template-columns: repeat(9, 1fr);
|
|
6831
|
+
margin-bottom: 0;
|
|
6832
|
+
padding: 0.25rem 1.5rem;
|
|
6833
|
+
}
|
|
6834
|
+
|
|
6827
6835
|
.dropdown-footer {
|
|
6828
6836
|
box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
|
|
6829
6837
|
padding: 0.5rem 1.5rem 0;
|
|
@@ -7934,7 +7942,6 @@ select.form-control {
|
|
|
7934
7942
|
background-size: 8px 10px;
|
|
7935
7943
|
cursor: pointer;
|
|
7936
7944
|
padding-right: 1.75rem;
|
|
7937
|
-
color: #495057;
|
|
7938
7945
|
}
|
|
7939
7946
|
select.form-control:disabled > option, select.form-control.disabled > option {
|
|
7940
7947
|
cursor: not-allowed;
|
|
@@ -7976,7 +7983,6 @@ select.form-control[size] {
|
|
|
7976
7983
|
padding-left: 0.5rem;
|
|
7977
7984
|
padding-right: 0.5rem;
|
|
7978
7985
|
scrollbar-width: thin;
|
|
7979
|
-
color: #495057;
|
|
7980
7986
|
}
|
|
7981
7987
|
select.form-control[size].focus, select.form-control[size]:focus-visible, .c-prefers-focus select.form-control[size]:focus {
|
|
7982
7988
|
background-image: none;
|
|
@@ -7991,7 +7997,6 @@ select.form-control[multiple] {
|
|
|
7991
7997
|
padding-left: 0.5rem;
|
|
7992
7998
|
padding-right: 0.5rem;
|
|
7993
7999
|
scrollbar-width: thin;
|
|
7994
|
-
color: #495057;
|
|
7995
8000
|
}
|
|
7996
8001
|
select.form-control[multiple].focus, select.form-control[multiple]:focus-visible, .c-prefers-focus select.form-control[multiple]:focus {
|
|
7997
8002
|
background-image: none;
|
|
@@ -7999,6 +8004,11 @@ select.form-control[multiple].focus, select.form-control[multiple]:focus-visible
|
|
|
7999
8004
|
select.form-control[multiple] option {
|
|
8000
8005
|
padding: 0.25rem;
|
|
8001
8006
|
}
|
|
8007
|
+
.form-control-shrink {
|
|
8008
|
+
max-width: 100%;
|
|
8009
|
+
white-space: nowrap;
|
|
8010
|
+
width: min-content;
|
|
8011
|
+
}
|
|
8002
8012
|
textarea.form-control,
|
|
8003
8013
|
textarea.form-control-plaintext,
|
|
8004
8014
|
.form-control.form-control-textarea {
|
|
@@ -9706,7 +9716,7 @@ label.custom-control-label {
|
|
|
9706
9716
|
}
|
|
9707
9717
|
|
|
9708
9718
|
.custom-control-outside label {
|
|
9709
|
-
display: block;
|
|
9719
|
+
display: inline-block;
|
|
9710
9720
|
padding-left: calc( 1rem + 0.5rem );
|
|
9711
9721
|
}
|
|
9712
9722
|
.custom-control-outside .custom-control-label-text {
|
|
@@ -10245,24 +10255,16 @@ label.custom-control-label {
|
|
|
10245
10255
|
min-width: 1.5rem;
|
|
10246
10256
|
}
|
|
10247
10257
|
}
|
|
10248
|
-
.date-picker-nav select.form-control {
|
|
10249
|
-
color: #495057;
|
|
10250
|
-
}
|
|
10251
10258
|
@media (max-width: 575.98px) {
|
|
10252
10259
|
.date-picker-nav select.form-control {
|
|
10253
10260
|
font-size: 0.75rem;
|
|
10254
10261
|
height: 1.5rem;
|
|
10255
|
-
color: #495057;
|
|
10256
10262
|
}
|
|
10257
10263
|
}
|
|
10258
|
-
.date-picker-nav .form-control-select {
|
|
10259
|
-
color: #495057;
|
|
10260
|
-
}
|
|
10261
10264
|
@media (max-width: 575.98px) {
|
|
10262
10265
|
.date-picker-nav .form-control-select {
|
|
10263
10266
|
font-size: 0.75rem;
|
|
10264
10267
|
height: 1.5rem;
|
|
10265
|
-
color: #495057;
|
|
10266
10268
|
}
|
|
10267
10269
|
}
|
|
10268
10270
|
.date-picker-nav-item {
|
|
@@ -10766,15 +10768,12 @@ label.custom-control-label {
|
|
|
10766
10768
|
}
|
|
10767
10769
|
.has-error select.form-control {
|
|
10768
10770
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23dc3545' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
|
|
10769
|
-
color: #495057;
|
|
10770
10771
|
}
|
|
10771
10772
|
.has-error select.form-control[size] {
|
|
10772
10773
|
background-image: none;
|
|
10773
|
-
color: #495057;
|
|
10774
10774
|
}
|
|
10775
10775
|
.has-error select.form-control[multiple] {
|
|
10776
10776
|
background-image: none;
|
|
10777
|
-
color: #495057;
|
|
10778
10777
|
}
|
|
10779
10778
|
.has-error .input-group-item.focus {
|
|
10780
10779
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
|
@@ -10810,15 +10809,12 @@ label.custom-control-label {
|
|
|
10810
10809
|
}
|
|
10811
10810
|
.has-warning select.form-control {
|
|
10812
10811
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffc107' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
|
|
10813
|
-
color: #495057;
|
|
10814
10812
|
}
|
|
10815
10813
|
.has-warning select.form-control[size] {
|
|
10816
10814
|
background-image: none;
|
|
10817
|
-
color: #495057;
|
|
10818
10815
|
}
|
|
10819
10816
|
.has-warning select.form-control[multiple] {
|
|
10820
10817
|
background-image: none;
|
|
10821
|
-
color: #495057;
|
|
10822
10818
|
}
|
|
10823
10819
|
.has-warning .input-group-item.focus {
|
|
10824
10820
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
|
|
@@ -10854,15 +10850,12 @@ label.custom-control-label {
|
|
|
10854
10850
|
}
|
|
10855
10851
|
.has-success select.form-control {
|
|
10856
10852
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2328a745' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
|
|
10857
|
-
color: #495057;
|
|
10858
10853
|
}
|
|
10859
10854
|
.has-success select.form-control[size] {
|
|
10860
10855
|
background-image: none;
|
|
10861
|
-
color: #495057;
|
|
10862
10856
|
}
|
|
10863
10857
|
.has-success select.form-control[multiple] {
|
|
10864
10858
|
background-image: none;
|
|
10865
|
-
color: #495057;
|
|
10866
10859
|
}
|
|
10867
10860
|
.has-success .input-group-item.focus {
|
|
10868
10861
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
|
@@ -11418,7 +11411,8 @@ label.custom-control-label {
|
|
|
11418
11411
|
.input-group .input-group-inset-item .btn .c-inner .lexicon-icon {
|
|
11419
11412
|
margin-top: 0;
|
|
11420
11413
|
}
|
|
11421
|
-
.input-group .input-group-inset-item .btn-monospaced
|
|
11414
|
+
.input-group .input-group-inset-item .btn-monospaced,
|
|
11415
|
+
.input-group .input-group-inset-item .input-group-inset-icon {
|
|
11422
11416
|
font-size: 1rem;
|
|
11423
11417
|
height: 2rem;
|
|
11424
11418
|
margin-bottom: -0.0625rem;
|
|
@@ -11432,6 +11426,14 @@ label.custom-control-label {
|
|
|
11432
11426
|
.input-group .input-group-inset-item .form-file .btn {
|
|
11433
11427
|
height: 100%;
|
|
11434
11428
|
}
|
|
11429
|
+
.input-group .input-group-inset-icon {
|
|
11430
|
+
align-items: center;
|
|
11431
|
+
display: flex;
|
|
11432
|
+
justify-content: center;
|
|
11433
|
+
}
|
|
11434
|
+
.input-group .input-group-inset-icon .lexicon-icon {
|
|
11435
|
+
margin-top: 0;
|
|
11436
|
+
}
|
|
11435
11437
|
.input-group .input-group-item .input-group-inset-before.form-control {
|
|
11436
11438
|
border-bottom-left-radius: 0;
|
|
11437
11439
|
border-top-left-radius: 0;
|
|
@@ -31623,13 +31625,27 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
31623
31625
|
scroll-behavior: auto;
|
|
31624
31626
|
transition: none;
|
|
31625
31627
|
}
|
|
31628
|
+
.c-prefers-reduced-motion .loading-animation-squares::before {
|
|
31629
|
+
background-color: transparent;
|
|
31630
|
+
display: block;
|
|
31631
|
+
font-size: inherit;
|
|
31632
|
+
opacity: inherit;
|
|
31633
|
+
transform: none;
|
|
31634
|
+
}
|
|
31635
|
+
.c-prefers-reduced-motion .loading-animation-squares::after {
|
|
31636
|
+
font-size: inherit;
|
|
31637
|
+
left: auto;
|
|
31638
|
+
position: relative;
|
|
31639
|
+
top: auto;
|
|
31640
|
+
transform: none;
|
|
31641
|
+
}
|
|
31626
31642
|
|
|
31627
31643
|
@keyframes loading-animation-circle {
|
|
31628
31644
|
100% {
|
|
31629
31645
|
transform: rotate(360deg);
|
|
31630
31646
|
}
|
|
31631
31647
|
}
|
|
31632
|
-
.loading-animation {
|
|
31648
|
+
.loading-animation, .c-prefers-reduced-motion .loading-animation-squares {
|
|
31633
31649
|
display: block;
|
|
31634
31650
|
height: 1em;
|
|
31635
31651
|
margin-left: auto;
|
|
@@ -31640,7 +31656,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
31640
31656
|
vertical-align: middle;
|
|
31641
31657
|
width: 1em;
|
|
31642
31658
|
}
|
|
31643
|
-
.loading-animation::before {
|
|
31659
|
+
.loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
|
|
31644
31660
|
animation: loading-animation-circle 1s linear infinite;
|
|
31645
31661
|
border-radius: 50%;
|
|
31646
31662
|
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
@@ -31654,15 +31670,15 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
31654
31670
|
width: 0.25em;
|
|
31655
31671
|
}
|
|
31656
31672
|
@media (prefers-reduced-motion: reduce) {
|
|
31657
|
-
.loading-animation::before {
|
|
31673
|
+
.loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
|
|
31658
31674
|
animation: none;
|
|
31659
31675
|
}
|
|
31660
31676
|
}
|
|
31661
|
-
.c-prefers-reduced-motion .loading-animation::before {
|
|
31677
|
+
.c-prefers-reduced-motion .loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
|
|
31662
31678
|
animation: none;
|
|
31663
31679
|
}
|
|
31664
31680
|
|
|
31665
|
-
.loading-animation::after {
|
|
31681
|
+
.loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
|
|
31666
31682
|
animation: loading-animation-circle 1s linear infinite;
|
|
31667
31683
|
background-color: currentColor;
|
|
31668
31684
|
border-radius: 50%;
|
|
@@ -31676,11 +31692,11 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
31676
31692
|
width: 1em;
|
|
31677
31693
|
}
|
|
31678
31694
|
@media (prefers-reduced-motion: reduce) {
|
|
31679
|
-
.loading-animation::after {
|
|
31695
|
+
.loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
|
|
31680
31696
|
animation: none;
|
|
31681
31697
|
}
|
|
31682
31698
|
}
|
|
31683
|
-
.c-prefers-reduced-motion .loading-animation::after {
|
|
31699
|
+
.c-prefers-reduced-motion .loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
|
|
31684
31700
|
animation: none;
|
|
31685
31701
|
}
|
|
31686
31702
|
|