@clayui/css 3.128.0 → 3.131.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 +193 -70
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +192 -76
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +196 -71
- 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/_cards.scss +4 -4
- package/src/scss/cadmin/components/_dropdowns.scss +10 -0
- package/src/scss/cadmin/components/_forms.scss +16 -14
- package/src/scss/cadmin/components/_grid.scss +1 -0
- 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 +9 -0
- package/src/scss/cadmin/variables/_cards.scss +24 -38
- package/src/scss/cadmin/variables/_custom-forms.scss +1 -1
- package/src/scss/cadmin/variables/_forms.scss +15 -0
- package/src/scss/cadmin/variables/_loaders.scss +48 -0
- package/src/scss/components/_cards.scss +4 -4
- package/src/scss/components/_dropdowns.scss +10 -0
- package/src/scss/components/_forms.scss +16 -14
- package/src/scss/components/_grid.scss +1 -0
- 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 +6 -0
- package/src/scss/functions/_lx-icons-generated.scss +6 -0
- package/src/scss/mixins/_forms.scss +0 -13
- 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/_cards.scss +24 -35
- package/src/scss/variables/_custom-forms.scss +1 -1
- package/src/scss/variables/_forms.scss +10 -0
- package/src/scss/variables/_loaders.scss +48 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.131.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.
|
|
19
|
+
* Clay 3.131.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>
|
|
@@ -493,7 +493,7 @@ html:not(#__):not(#___) .cadmin .clay-dark .mark {
|
|
|
493
493
|
background-color: #393a4a;
|
|
494
494
|
color: #fff;
|
|
495
495
|
}
|
|
496
|
-
html:not(#__):not(#___) .cadmin .list-unstyled {
|
|
496
|
+
html:not(#__):not(#___) .cadmin .dropdown-section-grid, html:not(#__):not(#___) .cadmin .list-unstyled {
|
|
497
497
|
list-style: none;
|
|
498
498
|
padding-left: 0;
|
|
499
499
|
}
|
|
@@ -3363,6 +3363,7 @@ html:not(#__):not(#___) .cadmin .container-no-gutters-xl-down > .row > [class*=c
|
|
|
3363
3363
|
}
|
|
3364
3364
|
}
|
|
3365
3365
|
html:not(#__):not(#___) .cadmin .card-page {
|
|
3366
|
+
container-type: inline-size;
|
|
3366
3367
|
display: flex;
|
|
3367
3368
|
flex-wrap: wrap;
|
|
3368
3369
|
list-style: none;
|
|
@@ -5865,6 +5866,10 @@ html:not(#__):not(#___) .cadmin .form-check-top-right .form-check-input {
|
|
|
5865
5866
|
top: 16px;
|
|
5866
5867
|
transform: none;
|
|
5867
5868
|
}
|
|
5869
|
+
html:not(#__):not(#___) .cadmin .card-page {
|
|
5870
|
+
container-name: c-card-page;
|
|
5871
|
+
container-type: inline-size;
|
|
5872
|
+
}
|
|
5868
5873
|
html:not(#__):not(#___) .cadmin .card-page.card-page-equal-height .card-page-item,
|
|
5869
5874
|
html:not(#__):not(#___) .cadmin .card-page.card-page-equal-height .card-page-item-asset,
|
|
5870
5875
|
html:not(#__):not(#___) .cadmin .card-page.card-page-equal-height .card-page-item-directory {
|
|
@@ -5885,99 +5890,72 @@ html:not(#__):not(#___) .cadmin .card-page-item-header {
|
|
|
5885
5890
|
width: 100%;
|
|
5886
5891
|
}
|
|
5887
5892
|
html:not(#__):not(#___) .cadmin .card-page-item-directory {
|
|
5888
|
-
|
|
5889
|
-
|
|
5890
|
-
min-width: 193px;
|
|
5893
|
+
flex-basis: 100%;
|
|
5894
|
+
max-width: 100%;
|
|
5891
5895
|
padding-left: 12px;
|
|
5892
5896
|
padding-right: 12px;
|
|
5893
|
-
position: relative;
|
|
5894
|
-
width: 100%;
|
|
5895
5897
|
}
|
|
5896
|
-
@
|
|
5897
|
-
html:not(#__):not(#___) .cadmin .card-page-item-directory {
|
|
5898
|
-
min-width: 193px;
|
|
5899
|
-
padding-left: 12px;
|
|
5900
|
-
padding-right: 12px;
|
|
5901
|
-
}
|
|
5902
|
-
}
|
|
5903
|
-
@media (min-width: 576px) {
|
|
5898
|
+
@container c-card-page (min-width: 540px) {
|
|
5904
5899
|
html:not(#__):not(#___) .cadmin .card-page-item-directory {
|
|
5905
5900
|
flex-basis: 50%;
|
|
5906
5901
|
max-width: 50%;
|
|
5907
5902
|
}
|
|
5908
5903
|
}
|
|
5909
|
-
@
|
|
5904
|
+
@container c-card-page (min-width: 960px) {
|
|
5910
5905
|
html:not(#__):not(#___) .cadmin .card-page-item-directory {
|
|
5911
|
-
flex-basis:
|
|
5912
|
-
max-width:
|
|
5906
|
+
flex-basis: 25%;
|
|
5907
|
+
max-width: 25%;
|
|
5913
5908
|
}
|
|
5914
5909
|
}
|
|
5915
|
-
@
|
|
5910
|
+
@container c-card-page (min-width: 1392px) {
|
|
5916
5911
|
html:not(#__):not(#___) .cadmin .card-page-item-directory {
|
|
5917
|
-
flex-basis:
|
|
5918
|
-
max-width:
|
|
5912
|
+
flex-basis: 20%;
|
|
5913
|
+
max-width: 20%;
|
|
5919
5914
|
}
|
|
5920
5915
|
}
|
|
5921
5916
|
html:not(#__):not(#___) .cadmin .card-page-item-asset {
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
min-width: 193px;
|
|
5917
|
+
flex-basis: 100%;
|
|
5918
|
+
max-width: 100%;
|
|
5925
5919
|
padding-left: 12px;
|
|
5926
5920
|
padding-right: 12px;
|
|
5927
|
-
position: relative;
|
|
5928
|
-
width: 100%;
|
|
5929
|
-
}
|
|
5930
|
-
@media (min-width: 0) {
|
|
5931
|
-
html:not(#__):not(#___) .cadmin .card-page-item-asset {
|
|
5932
|
-
min-width: 193px;
|
|
5933
|
-
padding-left: 12px;
|
|
5934
|
-
padding-right: 12px;
|
|
5935
|
-
}
|
|
5936
5921
|
}
|
|
5937
|
-
@
|
|
5922
|
+
@container c-card-page (min-width: 540px) {
|
|
5938
5923
|
html:not(#__):not(#___) .cadmin .card-page-item-asset {
|
|
5939
5924
|
flex-basis: 50%;
|
|
5940
5925
|
max-width: 50%;
|
|
5941
5926
|
}
|
|
5942
5927
|
}
|
|
5943
|
-
@
|
|
5928
|
+
@container c-card-page (min-width: 960px) {
|
|
5944
5929
|
html:not(#__):not(#___) .cadmin .card-page-item-asset {
|
|
5945
|
-
flex-basis:
|
|
5946
|
-
max-width:
|
|
5930
|
+
flex-basis: 25%;
|
|
5931
|
+
max-width: 25%;
|
|
5947
5932
|
}
|
|
5948
5933
|
}
|
|
5949
|
-
@
|
|
5934
|
+
@container c-card-page (min-width: 1392px) {
|
|
5950
5935
|
html:not(#__):not(#___) .cadmin .card-page-item-asset {
|
|
5951
|
-
flex-basis:
|
|
5952
|
-
max-width:
|
|
5936
|
+
flex-basis: 20%;
|
|
5937
|
+
max-width: 20%;
|
|
5953
5938
|
}
|
|
5954
5939
|
}
|
|
5955
5940
|
html:not(#__):not(#___) .cadmin .card-page-item-user {
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
flex-grow: 1;
|
|
5959
|
-
max-width: 50%;
|
|
5941
|
+
flex-basis: 100%;
|
|
5942
|
+
max-width: 100%;
|
|
5960
5943
|
padding-left: 12px;
|
|
5961
5944
|
padding-right: 12px;
|
|
5962
|
-
position: relative;
|
|
5963
|
-
width: 100%;
|
|
5964
5945
|
}
|
|
5965
|
-
@
|
|
5946
|
+
@container c-card-page (min-width: 540px) {
|
|
5966
5947
|
html:not(#__):not(#___) .cadmin .card-page-item-user {
|
|
5967
5948
|
flex-basis: 50%;
|
|
5968
5949
|
max-width: 50%;
|
|
5969
|
-
padding-left: 12px;
|
|
5970
|
-
padding-right: 12px;
|
|
5971
5950
|
}
|
|
5972
5951
|
}
|
|
5973
|
-
@
|
|
5952
|
+
@container c-card-page (min-width: 960px) {
|
|
5974
5953
|
html:not(#__):not(#___) .cadmin .card-page-item-user {
|
|
5975
|
-
flex-basis:
|
|
5976
|
-
max-width:
|
|
5977
|
-
min-width: 200px;
|
|
5954
|
+
flex-basis: 25%;
|
|
5955
|
+
max-width: 25%;
|
|
5978
5956
|
}
|
|
5979
5957
|
}
|
|
5980
|
-
@
|
|
5958
|
+
@container c-card-page (min-width: 1392px) {
|
|
5981
5959
|
html:not(#__):not(#___) .cadmin .card-page-item-user {
|
|
5982
5960
|
flex-basis: 20%;
|
|
5983
5961
|
max-width: 20%;
|
|
@@ -6447,6 +6425,13 @@ html:not(#__):not(#___) .cadmin .dropdown-section .custom-control-outside label
|
|
|
6447
6425
|
html:not(#__):not(#___) .cadmin .dropdown-section.active .custom-control-label {
|
|
6448
6426
|
color: #272833;
|
|
6449
6427
|
}
|
|
6428
|
+
html:not(#__):not(#___) .cadmin .dropdown-section-grid {
|
|
6429
|
+
display: grid;
|
|
6430
|
+
gap: 0.5rem 0.75rem;
|
|
6431
|
+
grid-template-columns: repeat(9, 1fr);
|
|
6432
|
+
margin-bottom: 0;
|
|
6433
|
+
padding: 8px 16px;
|
|
6434
|
+
}
|
|
6450
6435
|
html:not(#__):not(#___) .cadmin .dropdown-footer {
|
|
6451
6436
|
box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
|
|
6452
6437
|
padding: 8px 16px 0;
|
|
@@ -7341,7 +7326,6 @@ html:not(#__):not(#___) .cadmin select.form-control {
|
|
|
7341
7326
|
background-size: 1.5em 1.5em;
|
|
7342
7327
|
cursor: pointer;
|
|
7343
7328
|
padding-right: 2em;
|
|
7344
|
-
color: #272833;
|
|
7345
7329
|
}
|
|
7346
7330
|
html:not(#__):not(#___) .cadmin select.form-control.focus, html:not(#__):not(#___) .cadmin select.form-control:focus-visible,
|
|
7347
7331
|
html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control:focus {
|
|
@@ -7391,7 +7375,6 @@ html:not(#__):not(#___) .cadmin select.form-control[size] {
|
|
|
7391
7375
|
padding-left: 8px;
|
|
7392
7376
|
padding-right: 8px;
|
|
7393
7377
|
scrollbar-width: thin;
|
|
7394
|
-
color: #272833;
|
|
7395
7378
|
}
|
|
7396
7379
|
html:not(#__):not(#___) .cadmin select.form-control[size].focus, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible,
|
|
7397
7380
|
html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus {
|
|
@@ -7429,7 +7412,6 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] {
|
|
|
7429
7412
|
padding-left: 8px;
|
|
7430
7413
|
padding-right: 8px;
|
|
7431
7414
|
scrollbar-width: thin;
|
|
7432
|
-
color: #272833;
|
|
7433
7415
|
}
|
|
7434
7416
|
html:not(#__):not(#___) .cadmin select.form-control[multiple].focus, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible,
|
|
7435
7417
|
html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus {
|
|
@@ -7461,8 +7443,14 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:f
|
|
|
7461
7443
|
padding: 6.5px 8px;
|
|
7462
7444
|
}
|
|
7463
7445
|
}
|
|
7446
|
+
html:not(#__):not(#___) .cadmin .form-control-shrink {
|
|
7447
|
+
max-width: 100%;
|
|
7448
|
+
white-space: nowrap;
|
|
7449
|
+
width: min-content;
|
|
7450
|
+
}
|
|
7464
7451
|
html:not(#__):not(#___) .cadmin .form-control-select-secondary {
|
|
7465
7452
|
background-color: #fff;
|
|
7453
|
+
border-color: #9b92a5;
|
|
7466
7454
|
color: #6b6c7e;
|
|
7467
7455
|
}
|
|
7468
7456
|
html:not(#__):not(#___) .cadmin .form-control-select-secondary:hover, html:not(#__):not(#___) .cadmin .form-control-select-secondary.hover {
|
|
@@ -7483,6 +7471,10 @@ html:not(#__):not(#___) .cadmin .form-control-select-secondary:disabled, html:no
|
|
|
7483
7471
|
color: #6b6c7e;
|
|
7484
7472
|
opacity: 0.4;
|
|
7485
7473
|
}
|
|
7474
|
+
html:not(#__):not(#___) .cadmin .form-control-select-shrink {
|
|
7475
|
+
max-width: 100%;
|
|
7476
|
+
width: min-content;
|
|
7477
|
+
}
|
|
7486
7478
|
html:not(#__):not(#___) .cadmin textarea.form-control,
|
|
7487
7479
|
html:not(#__):not(#___) .cadmin textarea.form-control-plaintext,
|
|
7488
7480
|
html:not(#__):not(#___) .cadmin .form-control.form-control-textarea {
|
|
@@ -9246,7 +9238,7 @@ html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked[disa
|
|
|
9246
9238
|
border-color: #b3cdff;
|
|
9247
9239
|
}
|
|
9248
9240
|
html:not(#__):not(#___) .cadmin .custom-control-outside label {
|
|
9249
|
-
display: block;
|
|
9241
|
+
display: inline-block;
|
|
9250
9242
|
padding-left: calc( 16px + 8px );
|
|
9251
9243
|
}
|
|
9252
9244
|
html:not(#__):not(#___) .cadmin .custom-control-outside .custom-control-label-text {
|
|
@@ -9482,7 +9474,6 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
|
9482
9474
|
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
9483
9475
|
font-size: 12px;
|
|
9484
9476
|
height: 24px;
|
|
9485
|
-
color: #272833;
|
|
9486
9477
|
}
|
|
9487
9478
|
}
|
|
9488
9479
|
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover, html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control.hover {
|
|
@@ -9513,7 +9504,6 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select {
|
|
|
9513
9504
|
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select {
|
|
9514
9505
|
font-size: 12px;
|
|
9515
9506
|
height: 24px;
|
|
9516
|
-
color: #272833;
|
|
9517
9507
|
}
|
|
9518
9508
|
}
|
|
9519
9509
|
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:hover, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.hover {
|
|
@@ -9843,15 +9833,12 @@ html:not(#__):not(#___) .cadmin .has-error .form-feedback-item {
|
|
|
9843
9833
|
}
|
|
9844
9834
|
html:not(#__):not(#___) .cadmin .has-error select.form-control {
|
|
9845
9835
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23f48989'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23f48989'/%3E%3C/svg%3E");
|
|
9846
|
-
color: #272833;
|
|
9847
9836
|
}
|
|
9848
9837
|
html:not(#__):not(#___) .cadmin .has-error select.form-control[size] {
|
|
9849
9838
|
background-image: none;
|
|
9850
|
-
color: #272833;
|
|
9851
9839
|
}
|
|
9852
9840
|
html:not(#__):not(#___) .cadmin .has-error select.form-control[multiple] {
|
|
9853
9841
|
background-image: none;
|
|
9854
|
-
color: #272833;
|
|
9855
9842
|
}
|
|
9856
9843
|
html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus {
|
|
9857
9844
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
@@ -9903,15 +9890,12 @@ html:not(#__):not(#___) .cadmin .has-warning .form-feedback-item {
|
|
|
9903
9890
|
}
|
|
9904
9891
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control {
|
|
9905
9892
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23ff8f39'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23ff8f39'/%3E%3C/svg%3E");
|
|
9906
|
-
color: #272833;
|
|
9907
9893
|
}
|
|
9908
9894
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control[size] {
|
|
9909
9895
|
background-image: none;
|
|
9910
|
-
color: #272833;
|
|
9911
9896
|
}
|
|
9912
9897
|
html:not(#__):not(#___) .cadmin .has-warning select.form-control[multiple] {
|
|
9913
9898
|
background-image: none;
|
|
9914
|
-
color: #272833;
|
|
9915
9899
|
}
|
|
9916
9900
|
html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus {
|
|
9917
9901
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
@@ -9963,15 +9947,12 @@ html:not(#__):not(#___) .cadmin .has-success .form-feedback-item {
|
|
|
9963
9947
|
}
|
|
9964
9948
|
html:not(#__):not(#___) .cadmin .has-success select.form-control {
|
|
9965
9949
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%235aca75'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%235aca75'/%3E%3C/svg%3E");
|
|
9966
|
-
color: #272833;
|
|
9967
9950
|
}
|
|
9968
9951
|
html:not(#__):not(#___) .cadmin .has-success select.form-control[size] {
|
|
9969
9952
|
background-image: none;
|
|
9970
|
-
color: #272833;
|
|
9971
9953
|
}
|
|
9972
9954
|
html:not(#__):not(#___) .cadmin .has-success select.form-control[multiple] {
|
|
9973
9955
|
background-image: none;
|
|
9974
|
-
color: #272833;
|
|
9975
9956
|
}
|
|
9976
9957
|
html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus {
|
|
9977
9958
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
@@ -10430,7 +10411,8 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn .lexic
|
|
|
10430
10411
|
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn .c-inner .lexicon-icon {
|
|
10431
10412
|
margin-top: 0;
|
|
10432
10413
|
}
|
|
10433
|
-
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn-monospaced
|
|
10414
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn-monospaced,
|
|
10415
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .input-group-inset-icon {
|
|
10434
10416
|
font-size: 16px;
|
|
10435
10417
|
height: 32px;
|
|
10436
10418
|
margin-bottom: -1px;
|
|
@@ -10444,6 +10426,14 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file
|
|
|
10444
10426
|
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file .btn {
|
|
10445
10427
|
height: 100%;
|
|
10446
10428
|
}
|
|
10429
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-icon {
|
|
10430
|
+
align-items: center;
|
|
10431
|
+
display: flex;
|
|
10432
|
+
justify-content: center;
|
|
10433
|
+
}
|
|
10434
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-icon .lexicon-icon {
|
|
10435
|
+
margin-top: 0;
|
|
10436
|
+
}
|
|
10447
10437
|
html:not(#__):not(#___) .cadmin .input-group .input-group-item .input-group-inset-before.form-control {
|
|
10448
10438
|
border-bottom-left-radius: 0;
|
|
10449
10439
|
border-top-left-radius: 0;
|
|
@@ -28072,6 +28062,70 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin {
|
|
|
28072
28062
|
scroll-behavior: auto;
|
|
28073
28063
|
transition: none;
|
|
28074
28064
|
}
|
|
28065
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares {
|
|
28066
|
+
display: block;
|
|
28067
|
+
height: 1em;
|
|
28068
|
+
margin-left: auto;
|
|
28069
|
+
margin-right: auto;
|
|
28070
|
+
overflow: hidden;
|
|
28071
|
+
position: relative;
|
|
28072
|
+
text-align: left;
|
|
28073
|
+
vertical-align: middle;
|
|
28074
|
+
width: 1em;
|
|
28075
|
+
}
|
|
28076
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
28077
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
28078
|
+
background-color: transparent;
|
|
28079
|
+
border-radius: 50%;
|
|
28080
|
+
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
28081
|
+
content: "";
|
|
28082
|
+
display: block;
|
|
28083
|
+
font-size: inherit;
|
|
28084
|
+
height: 0.25em;
|
|
28085
|
+
left: 50%;
|
|
28086
|
+
margin-left: -0.125em;
|
|
28087
|
+
margin-top: -0.125em;
|
|
28088
|
+
opacity: inherit;
|
|
28089
|
+
position: absolute;
|
|
28090
|
+
top: 50%;
|
|
28091
|
+
transform: none;
|
|
28092
|
+
width: 0.25em;
|
|
28093
|
+
}
|
|
28094
|
+
@media (prefers-reduced-motion: reduce) {
|
|
28095
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
28096
|
+
animation: none;
|
|
28097
|
+
}
|
|
28098
|
+
}
|
|
28099
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
28100
|
+
animation: none;
|
|
28101
|
+
}
|
|
28102
|
+
|
|
28103
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
28104
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
28105
|
+
background-color: currentColor;
|
|
28106
|
+
border-radius: 50%;
|
|
28107
|
+
content: "";
|
|
28108
|
+
display: block;
|
|
28109
|
+
font-size: inherit;
|
|
28110
|
+
height: 1em;
|
|
28111
|
+
left: auto;
|
|
28112
|
+
-webkit-mask: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
|
|
28113
|
+
-webkit-mask-composite: source-out;
|
|
28114
|
+
mask-composite: subtract;
|
|
28115
|
+
padding: 0.25em;
|
|
28116
|
+
position: relative;
|
|
28117
|
+
top: auto;
|
|
28118
|
+
transform: none;
|
|
28119
|
+
width: 1em;
|
|
28120
|
+
}
|
|
28121
|
+
@media (prefers-reduced-motion: reduce) {
|
|
28122
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
28123
|
+
animation: none;
|
|
28124
|
+
}
|
|
28125
|
+
}
|
|
28126
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
28127
|
+
animation: none;
|
|
28128
|
+
}
|
|
28075
28129
|
|
|
28076
28130
|
@keyframes cadmin-loading-animation-circle {
|
|
28077
28131
|
100% {
|
|
@@ -28243,6 +28297,77 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squ
|
|
|
28243
28297
|
animation: none;
|
|
28244
28298
|
}
|
|
28245
28299
|
|
|
28300
|
+
@media (prefers-reduced-motion: reduce) {
|
|
28301
|
+
html:not(#__):not(#___) .cadmin .loading-animation-squares {
|
|
28302
|
+
display: block;
|
|
28303
|
+
height: 1em;
|
|
28304
|
+
margin-left: auto;
|
|
28305
|
+
margin-right: auto;
|
|
28306
|
+
overflow: hidden;
|
|
28307
|
+
position: relative;
|
|
28308
|
+
text-align: left;
|
|
28309
|
+
vertical-align: middle;
|
|
28310
|
+
width: 1em;
|
|
28311
|
+
}
|
|
28312
|
+
html:not(#__):not(#___) .cadmin .loading-animation-squares::before {
|
|
28313
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
28314
|
+
background-color: transparent;
|
|
28315
|
+
border-radius: 50%;
|
|
28316
|
+
box-shadow: -0.03125em -0.375em 0 0 currentColor;
|
|
28317
|
+
content: "";
|
|
28318
|
+
display: block;
|
|
28319
|
+
font-size: inherit;
|
|
28320
|
+
height: 0.25em;
|
|
28321
|
+
left: 50%;
|
|
28322
|
+
margin-left: -0.125em;
|
|
28323
|
+
margin-top: -0.125em;
|
|
28324
|
+
opacity: inherit;
|
|
28325
|
+
position: absolute;
|
|
28326
|
+
top: 50%;
|
|
28327
|
+
transform: none;
|
|
28328
|
+
width: 0.25em;
|
|
28329
|
+
}
|
|
28330
|
+
}
|
|
28331
|
+
@media (prefers-reduced-motion: reduce) and (prefers-reduced-motion: reduce) {
|
|
28332
|
+
html:not(#__):not(#___) .cadmin .loading-animation-squares::before {
|
|
28333
|
+
animation: none;
|
|
28334
|
+
}
|
|
28335
|
+
}
|
|
28336
|
+
@media (prefers-reduced-motion: reduce) {
|
|
28337
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
28338
|
+
animation: none;
|
|
28339
|
+
}
|
|
28340
|
+
}
|
|
28341
|
+
@media (prefers-reduced-motion: reduce) {
|
|
28342
|
+
html:not(#__):not(#___) .cadmin .loading-animation-squares::after {
|
|
28343
|
+
animation: loading-animation-circle 1s linear infinite;
|
|
28344
|
+
background-color: currentColor;
|
|
28345
|
+
border-radius: 50%;
|
|
28346
|
+
content: "";
|
|
28347
|
+
display: block;
|
|
28348
|
+
font-size: inherit;
|
|
28349
|
+
height: 1em;
|
|
28350
|
+
left: auto;
|
|
28351
|
+
-webkit-mask: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
|
|
28352
|
+
-webkit-mask-composite: source-out;
|
|
28353
|
+
mask-composite: subtract;
|
|
28354
|
+
padding: 0.25em;
|
|
28355
|
+
position: relative;
|
|
28356
|
+
top: auto;
|
|
28357
|
+
transform: none;
|
|
28358
|
+
width: 1em;
|
|
28359
|
+
}
|
|
28360
|
+
}
|
|
28361
|
+
@media (prefers-reduced-motion: reduce) and (prefers-reduced-motion: reduce) {
|
|
28362
|
+
html:not(#__):not(#___) .cadmin .loading-animation-squares::after {
|
|
28363
|
+
animation: none;
|
|
28364
|
+
}
|
|
28365
|
+
}
|
|
28366
|
+
@media (prefers-reduced-motion: reduce) {
|
|
28367
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
28368
|
+
animation: none;
|
|
28369
|
+
}
|
|
28370
|
+
}
|
|
28246
28371
|
html:not(#__):not(#___) .cadmin .loading-animation-xs {
|
|
28247
28372
|
font-size: 10px;
|
|
28248
28373
|
}
|