@clayui/css 3.59.0 → 3.60.2

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +1950 -0
  2. package/LICENSES/BSD-3-Clause.txt +30 -0
  3. package/LICENSES/LicenseRef-MIT-Bootstrap.txt +22 -0
  4. package/LICENSES/MIT.txt +19 -0
  5. package/lib/css/atlas.css +189 -63
  6. package/lib/css/atlas.css.map +1 -1
  7. package/lib/css/base.css +188 -62
  8. package/lib/css/base.css.map +1 -1
  9. package/lib/css/bootstrap.css.map +1 -1
  10. package/lib/css/cadmin.css +191 -69
  11. package/lib/css/cadmin.css.map +1 -1
  12. package/lib/images/icons/icons.svg +1 -1
  13. package/package.json +2 -3
  14. package/src/scss/_license-text.scss +1 -1
  15. package/src/scss/atlas/variables/_buttons.scss +0 -2
  16. package/src/scss/atlas/variables/_loaders.scss +0 -9
  17. package/src/scss/atlas/variables/_sidebar.scss +24 -17
  18. package/src/scss/cadmin/components/_base.scss +1 -1
  19. package/src/scss/cadmin/components/_loaders.scss +101 -21
  20. package/src/scss/cadmin/components/_multi-step-nav.scss +3 -3
  21. package/src/scss/cadmin/components/_sidebar.scss +10 -10
  22. package/src/scss/cadmin/components/_utilities.scss +4 -6
  23. package/src/scss/cadmin/variables/_buttons.scss +0 -6
  24. package/src/scss/cadmin/variables/_loaders.scss +122 -11
  25. package/src/scss/cadmin/variables/_sidebar.scss +137 -54
  26. package/src/scss/cadmin/variables/_utilities.scss +22 -1
  27. package/src/scss/components/_loaders.scss +101 -21
  28. package/src/scss/components/_sidebar.scss +10 -10
  29. package/src/scss/components/_utilities.scss +4 -6
  30. package/src/scss/mixins/_globals.scss +20 -0
  31. package/src/scss/mixins/_loaders.scss +48 -8
  32. package/src/scss/mixins/_panels.scss +282 -272
  33. package/src/scss/mixins/_sidebar.scss +293 -185
  34. package/src/scss/mixins/_slideout.scss +10 -18
  35. package/src/scss/mixins/_stickers.scss +143 -134
  36. package/src/scss/variables/_buttons.scss +0 -6
  37. package/src/scss/variables/_loaders.scss +120 -11
  38. package/src/scss/variables/_sidebar.scss +123 -44
  39. package/src/scss/variables/_slideout.scss +2 -2
  40. package/src/scss/variables/_utilities.scss +22 -1
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.59.0
3
+ * Clay 3.60.2
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.59.0
19
+ * Clay 3.60.2
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>
@@ -183,7 +183,7 @@ html:not(#__):not(#___) .cadmin var, html:not(#__):not(#___) .cadmin .nav-link::
183
183
  }
184
184
 
185
185
  html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadmin .custom-control-label::before, html:not(#__):not(#___) .cadmin .nav-link::after, html:not(#__):not(#___) .cadmin .custom-control-label::after {
186
- content: normal;
186
+ content: none;
187
187
  display: inline;
188
188
  }
189
189
 
@@ -10097,7 +10097,7 @@ html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-icon {
10097
10097
  background-size: 14px;
10098
10098
  }
10099
10099
  html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-icon[data-multi-step-icon]:before {
10100
- content: normal;
10100
+ content: none;
10101
10101
  }
10102
10102
  html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-icon:active {
10103
10103
  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'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='%23fff'/%3E%3C/svg%3E");
@@ -15349,20 +15349,10 @@ html:not(#__):not(#___) .cadmin .sidebar-dd {
15349
15349
  html:not(#__):not(#___) .cadmin .sidebar-light {
15350
15350
  background-color: #fff;
15351
15351
  border-color: #e7e7ed;
15352
- border-bottom-width: 0;
15353
15352
  border-left-width: 0;
15354
- border-right-width: 0;
15355
- border-top-width: 0;
15356
15353
  box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
15357
15354
  color: #272833;
15358
15355
  }
15359
- html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-list-group .list-group-title {
15360
- font-size: 16px;
15361
- }
15362
- html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-list-group .list-group-title[href],
15363
- html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-list-group .list-group-title [href] {
15364
- color: #272833;
15365
- }
15366
15356
  html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-panel {
15367
15357
  background-color: #f1f2f5;
15368
15358
  }
@@ -15426,10 +15416,6 @@ html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar .navbar
15426
15416
  }
15427
15417
  html:not(#__):not(#___) .cadmin .sidebar-dark {
15428
15418
  background-color: #272833;
15429
- border-bottom-width: 0;
15430
- border-left-width: 0;
15431
- border-right-width: 0;
15432
- border-top-width: 0;
15433
15419
  color: #fff;
15434
15420
  }
15435
15421
  html:not(#__):not(#___) .cadmin .sidebar-dark .close {
@@ -15486,6 +15472,64 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:disabled:act
15486
15472
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.show {
15487
15473
  color: #fff;
15488
15474
  }
15475
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 {
15476
+ background-color: #393a4a;
15477
+ color: #fff;
15478
+ }
15479
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .close {
15480
+ color: #a7a9bc;
15481
+ }
15482
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .close:hover {
15483
+ color: #fff;
15484
+ }
15485
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title {
15486
+ color: inherit;
15487
+ }
15488
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title[href],
15489
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title [href] {
15490
+ color: inherit;
15491
+ }
15492
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle {
15493
+ color: inherit;
15494
+ }
15495
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle[href],
15496
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle [href] {
15497
+ color: inherit;
15498
+ }
15499
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
15500
+ border-radius: 4px;
15501
+ color: #a7a9bc;
15502
+ transition: box-shadow 0.15s ease-in-out;
15503
+ }
15504
+ @media (prefers-reduced-motion: reduce) {
15505
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
15506
+ transition: none;
15507
+ }
15508
+ }
15509
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover {
15510
+ color: #fff;
15511
+ }
15512
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
15513
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15514
+ outline: 0;
15515
+ }
15516
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
15517
+ color: #fff;
15518
+ }
15519
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.active {
15520
+ color: #fff;
15521
+ }
15522
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:disabled, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.disabled {
15523
+ box-shadow: none;
15524
+ color: #a7a9bc;
15525
+ opacity: 0.65;
15526
+ }
15527
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:disabled:active, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.disabled:active {
15528
+ pointer-events: none;
15529
+ }
15530
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.show {
15531
+ color: #fff;
15532
+ }
15489
15533
  html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
15490
15534
  transition: all 0.3s ease-in-out;
15491
15535
  }
@@ -18545,9 +18589,6 @@ html:not(#__):not(#___) .cadmin .inline-item .inline-item {
18545
18589
  html:not(#__):not(#___) .cadmin .inline-item .lexicon-icon {
18546
18590
  margin-top: -0.1em;
18547
18591
  }
18548
- html:not(#__):not(#___) .cadmin .inline-item .loading-animation {
18549
- font-size: 1.25em;
18550
- }
18551
18592
  html:not(#__):not(#___) .cadmin .inline-item-before {
18552
18593
  margin-right: 8px;
18553
18594
  }
@@ -25240,79 +25281,160 @@ html:not(#__):not(#___) .cadmin .visible {
25240
25281
  html:not(#__):not(#___) .cadmin .invisible {
25241
25282
  visibility: hidden !important;
25242
25283
  }
25284
+ @keyframes cadmin-loading-animation-circle {
25285
+ 100% {
25286
+ transform: rotate(360deg);
25287
+ }
25288
+ }
25243
25289
  html:not(#__):not(#___) .cadmin .loading-animation {
25244
25290
  display: block;
25245
- font-size: 40px;
25246
25291
  height: 1em;
25247
25292
  margin-left: auto;
25248
25293
  margin-right: auto;
25294
+ overflow: hidden;
25249
25295
  position: relative;
25250
25296
  text-align: left;
25251
25297
  vertical-align: middle;
25252
25298
  width: 1em;
25253
25299
  }
25254
- html:not(#__):not(#___) .cadmin .loading-animation:after {
25255
- animation: 1.2s ease-out infinite;
25256
- animation-name: loading-animation;
25300
+ html:not(#__):not(#___) .cadmin .loading-animation::before {
25301
+ animation: cadmin-loading-animation-circle 1s linear infinite;
25302
+ border-radius: 50%;
25303
+ box-shadow: -0.03125em -0.375em 0 0 currentColor;
25304
+ content: "";
25305
+ height: 0.25em;
25306
+ left: 50%;
25307
+ margin-left: -0.125em;
25308
+ margin-top: -0.125em;
25309
+ position: absolute;
25310
+ top: 50%;
25311
+ width: 0.25em;
25312
+ }
25313
+ html:not(#__):not(#___) .cadmin .loading-animation::after {
25314
+ animation: cadmin-loading-animation-circle 1s linear infinite;
25315
+ background-color: currentColor;
25257
25316
  border-radius: 50%;
25258
- color: #6b6c7e;
25259
25317
  content: "";
25260
25318
  display: block;
25261
25319
  height: 1em;
25262
- left: 0;
25263
- position: absolute;
25264
- top: 0;
25265
- transform: scale(0.33334);
25320
+ -webkit-mask: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
25321
+ -webkit-mask-composite: source-out;
25322
+ mask-composite: subtract;
25323
+ padding: 0.25em;
25266
25324
  width: 1em;
25267
- box-shadow: 0 -1em 0 0em #6b6c7e, 1em -0.5em 0 -0.35em rgba(107, 108, 126, 0.1), 1em 0.5em 0 -0.25em rgba(107, 108, 126, 0.2), 0 1em 0 -0.2em rgba(107, 108, 126, 0.4), -1em 0.5em 0 -0.15em rgba(107, 108, 126, 0.6), -1em -0.5em 0 -0.1em rgba(107, 108, 126, 0.8);
25268
25325
  }
25269
- @keyframes loading-animation {
25270
- 0%, 100% {
25271
- box-shadow: 0 -1em 0 0em #6b6c7e, 1em -0.5em 0 -0.35em rgba(107, 108, 126, 0.1), 1em 0.5em 0 -0.25em rgba(107, 108, 126, 0.2), 0 1em 0 -0.2em rgba(107, 108, 126, 0.4), -1em 0.5em 0 -0.15em rgba(107, 108, 126, 0.6), -1em -0.5em 0 -0.1em rgba(107, 108, 126, 0.8);
25272
- }
25273
- 16.6% {
25274
- box-shadow: 0 -1em 0 -0.1em rgba(107, 108, 126, 0.8), 1em -0.5em 0 0em #6b6c7e, 1em 0.5em 0 -0.35em rgba(107, 108, 126, 0.1), 0 1em 0 -0.25em rgba(107, 108, 126, 0.2), -1em 0.5em 0 -0.2em rgba(107, 108, 126, 0.4), -1em -0.5em 0 -0.15em rgba(107, 108, 126, 0.6);
25326
+ @keyframes cadmin-loading-animation-squares-box-1 {
25327
+ 0% {
25328
+ left: 0;
25329
+ opacity: 0.4;
25330
+ top: 0;
25331
+ transform: scale(1);
25275
25332
  }
25276
- 33.3% {
25277
- box-shadow: 0 -1em 0 -0.15em rgba(107, 108, 126, 0.6), 1em -0.5em 0 -0.1em rgba(107, 108, 126, 0.8), 1em 0.5em 0 0em #6b6c7e, 0 1em 0 -0.35em rgba(107, 108, 126, 0.1), -1em 0.5em 0 -0.25em rgba(107, 108, 126, 0.2), -1em -0.5em 0 -0.2em rgba(107, 108, 126, 0.4);
25333
+ 25% {
25334
+ left: calc(100% - 1em);
25335
+ opacity: 0.4;
25336
+ top: 0;
25337
+ transform: scale(1);
25278
25338
  }
25279
25339
  50% {
25280
- box-shadow: 0 -1em 0 -0.2em rgba(107, 108, 126, 0.4), 1em -0.5em 0 -0.15em rgba(107, 108, 126, 0.6), 1em 0.5em 0 -0.1em rgba(107, 108, 126, 0.8), 0 1em 0 0em #6b6c7e, -1em 0.5em 0 -0.35em rgba(107, 108, 126, 0.1), -1em -0.5em 0 -0.25em rgba(107, 108, 126, 0.2);
25340
+ left: calc(100% - 1.5em);
25341
+ opacity: 1;
25342
+ top: calc(100% - 1.5em);
25343
+ transform: scale(2);
25344
+ }
25345
+ 75% {
25346
+ left: 0.5em;
25347
+ opacity: 1;
25348
+ top: calc(100% - 1.5em);
25349
+ transform: scale(2);
25350
+ }
25351
+ }
25352
+ @keyframes cadmin-loading-animation-squares-box-2 {
25353
+ 0% {
25354
+ left: calc(100% - 1.5em);
25355
+ opacity: 1;
25356
+ top: calc(100% - 1.5em);
25357
+ transform: scale(2);
25358
+ }
25359
+ 25% {
25360
+ left: 0.5em;
25361
+ opacity: 1;
25362
+ top: calc(100% - 1.5em);
25363
+ transform: scale(2);
25281
25364
  }
25282
- 66.6% {
25283
- box-shadow: 0 -1em 0 -0.25em rgba(107, 108, 126, 0.2), 1em -0.5em 0 -0.2em rgba(107, 108, 126, 0.4), 1em 0.5em 0 -0.15em rgba(107, 108, 126, 0.6), 0 1em 0 -0.1em rgba(107, 108, 126, 0.8), -1em 0.5em 0 0em #6b6c7e, -1em -0.5em 0 -0.35em rgba(107, 108, 126, 0.1);
25365
+ 50% {
25366
+ left: 0;
25367
+ opacity: 0.4;
25368
+ top: 0;
25369
+ transform: scale(1);
25284
25370
  }
25285
- 83% {
25286
- box-shadow: 0 -1em 0 -0.35em rgba(107, 108, 126, 0.1), 1em -0.5em 0 -0.25em rgba(107, 108, 126, 0.2), 1em 0.5em 0 -0.2em rgba(107, 108, 126, 0.4), 0 1em 0 -0.15em rgba(107, 108, 126, 0.6), -1em 0.5em 0 -0.1em rgba(107, 108, 126, 0.8), -1em -0.5em 0 0em #6b6c7e;
25371
+ 75% {
25372
+ left: calc(100% - 1em);
25373
+ opacity: 0.4;
25374
+ top: 0;
25375
+ transform: scale(1);
25287
25376
  }
25288
25377
  }
25289
- html:not(#__):not(#___) .cadmin .loading-animation-light:after, html:not(#__):not(#___) .cadmin .btn-primary .loading-animation:after, html:not(#__):not(#___) .cadmin .btn-success .loading-animation:after, html:not(#__):not(#___) .cadmin .btn-info .loading-animation:after, html:not(#__):not(#___) .cadmin .btn-warning .loading-animation:after, html:not(#__):not(#___) .cadmin .btn-danger .loading-animation:after, html:not(#__):not(#___) .cadmin .btn-dark .loading-animation:after {
25290
- animation-name: loading-animation-light;
25291
- color: #fff;
25292
- box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
25378
+ html:not(#__):not(#___) .cadmin .loading-animation-squares {
25379
+ display: block;
25380
+ height: 1em;
25381
+ margin-left: auto;
25382
+ margin-right: auto;
25383
+ position: relative;
25384
+ text-align: left;
25385
+ vertical-align: middle;
25386
+ width: 1em;
25293
25387
  }
25294
- @keyframes loading-animation-light {
25295
- 0%, 100% {
25296
- box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
25297
- }
25298
- 16.6% {
25299
- box-shadow: 0 -1em 0 -0.1em rgba(255, 255, 255, 0.8), 1em -0.5em 0 0em white, 1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 0 1em 0 -0.25em rgba(255, 255, 255, 0.2), -1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), -1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6);
25300
- }
25301
- 33.3% {
25302
- box-shadow: 0 -1em 0 -0.15em rgba(255, 255, 255, 0.6), 1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 1em 0.5em 0 0em white, 0 1em 0 -0.35em rgba(255, 255, 255, 0.1), -1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), -1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4);
25303
- }
25304
- 50% {
25305
- box-shadow: 0 -1em 0 -0.2em rgba(255, 255, 255, 0.4), 1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 0 1em 0 0em white, -1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), -1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2);
25306
- }
25307
- 66.6% {
25308
- box-shadow: 0 -1em 0 -0.25em rgba(255, 255, 255, 0.2), 1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 0 1em 0 -0.1em rgba(255, 255, 255, 0.8), -1em 0.5em 0 0em white, -1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1);
25309
- }
25310
- 83% {
25311
- box-shadow: 0 -1em 0 -0.35em rgba(255, 255, 255, 0.1), 1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 0 1em 0 -0.15em rgba(255, 255, 255, 0.6), -1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), -1em -0.5em 0 0em white;
25312
- }
25388
+ html:not(#__):not(#___) .cadmin .loading-animation-squares::before {
25389
+ animation: cadmin-loading-animation-squares-box-1 2.4s ease-in-out infinite;
25390
+ background-color: currentColor;
25391
+ border-radius: 0.2em;
25392
+ content: "";
25393
+ display: block;
25394
+ font-size: 0.3125em;
25395
+ height: 1em;
25396
+ left: 0;
25397
+ opacity: 0.4;
25398
+ position: absolute;
25399
+ top: 0;
25400
+ transform: scale(1);
25401
+ width: 1em;
25313
25402
  }
25314
- html:not(#__):not(#___) .cadmin .loading-animation.loading-animation-sm {
25315
- font-size: 20px;
25403
+ html:not(#__):not(#___) .cadmin .loading-animation-squares::after {
25404
+ animation: cadmin-loading-animation-squares-box-2 2.4s ease-in-out infinite;
25405
+ background-color: currentColor;
25406
+ border-radius: 0.2em;
25407
+ content: "";
25408
+ display: block;
25409
+ font-size: 0.3125em;
25410
+ height: 1em;
25411
+ left: calc(100% - 1.5em);
25412
+ opacity: 1;
25413
+ position: absolute;
25414
+ top: calc(100% - 1.5em);
25415
+ transform: scale(2);
25416
+ width: 1em;
25417
+ }
25418
+ html:not(#__):not(#___) .cadmin .loading-animation-xs {
25419
+ font-size: 10px;
25420
+ }
25421
+ html:not(#__):not(#___) .cadmin .loading-animation-sm {
25422
+ font-size: 16px;
25423
+ }
25424
+ html:not(#__):not(#___) .cadmin .loading-animation-md {
25425
+ font-size: 32px;
25426
+ }
25427
+ html:not(#__):not(#___) .cadmin .loading-animation-lg {
25428
+ font-size: 64px;
25429
+ }
25430
+ html:not(#__):not(#___) .cadmin .loading-animation-primary {
25431
+ color: #0b5fff;
25432
+ }
25433
+ html:not(#__):not(#___) .cadmin .loading-animation-secondary {
25434
+ color: #6b6c7e;
25435
+ }
25436
+ html:not(#__):not(#___) .cadmin .loading-animation-light {
25437
+ color: #fff;
25316
25438
  }
25317
25439
  @media print {
25318
25440
  html:not(#__):not(#___) .cadmin *,