@clayui/css 3.110.0 → 3.112.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/lib/css/atlas.css +53 -52
  3. package/lib/css/atlas.css.map +1 -1
  4. package/lib/css/base.css +25 -24
  5. package/lib/css/base.css.map +1 -1
  6. package/lib/css/bootstrap.css +0 -0
  7. package/lib/css/bootstrap.css.map +0 -0
  8. package/lib/css/cadmin.css +54 -46
  9. package/lib/css/cadmin.css.map +1 -1
  10. package/lib/images/icons/braces.svg +7 -0
  11. package/lib/images/icons/brackets.svg +7 -0
  12. package/lib/images/icons/icon-rule-builder.svg +9 -0
  13. package/lib/images/icons/icons.svg +1 -1
  14. package/lib/images/icons/seo.svg +7 -0
  15. package/package.json +2 -2
  16. package/src/images/icons/braces.svg +7 -0
  17. package/src/images/icons/brackets.svg +7 -0
  18. package/src/images/icons/icon-rule-builder.svg +9 -0
  19. package/src/images/icons/seo.svg +7 -0
  20. package/src/scss/_license-text.scss +1 -1
  21. package/src/scss/atlas/variables/_globals.scss +2 -4
  22. package/src/scss/atlas/variables/_navs.scss +1 -1
  23. package/src/scss/atlas/variables/_tooltip.scss +1 -1
  24. package/src/scss/cadmin/components/_print.scss +6 -2
  25. package/src/scss/cadmin/components/_type.scss +16 -1
  26. package/src/scss/cadmin/variables/_globals.scss +27 -4
  27. package/src/scss/cadmin/variables/_tooltip.scss +1 -1
  28. package/src/scss/cadmin/variables/_type.scss +0 -2
  29. package/src/scss/components/_print.scss +6 -2
  30. package/src/scss/components/_type.scss +16 -1
  31. package/src/scss/functions/_lx-icons-generated.scss +8 -0
  32. package/src/scss/mixins/_type.scss +4 -3
  33. package/src/scss/variables/_globals.scss +26 -3
  34. package/src/scss/variables/_navs.scss +1 -1
  35. package/src/scss/variables/_type.scss +0 -2
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.110.0
3
+ * Clay 3.112.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>
@@ -369,27 +369,18 @@ small,
369
369
  mark,
370
370
  .mark {
371
371
  background-color: #fcf8e3;
372
- box-decoration-break: clone;
373
- box-shadow: -0.25em 0 0 #fcf8e3;
374
372
  display: inline;
375
373
  line-height: normal;
376
- padding: 2px 0.25em 3px 0;
377
374
  position: relative;
378
375
  white-space: pre-wrap;
379
376
  }
380
- mark:before,
381
- .mark:before {
382
- background-color: #fcf8e3;
383
- bottom: 0;
384
- content: "";
385
- display: block;
386
- position: absolute;
387
- right: 100%;
388
- top: 0;
389
- width: 0.25em;
390
- z-index: -1;
377
+ mark.clay-dark,
378
+ .clay-dark.mark,
379
+ .clay-dark mark,
380
+ .clay-dark .mark {
381
+ background-color: #828e9a;
382
+ color: #fff;
391
383
  }
392
-
393
384
  .list-unstyled {
394
385
  list-style: none;
395
386
  padding-left: 0;
@@ -31495,26 +31486,33 @@ h3 {
31495
31486
  h3 {
31496
31487
  page-break-after: avoid;
31497
31488
  }
31498
-
31489
+ }
31490
+ @media print {
31499
31491
  @page {
31500
31492
  size: a3;
31501
31493
  }
31494
+ }
31495
+ @media print {
31502
31496
  body {
31503
31497
  min-width: 992px !important;
31504
31498
  }
31505
-
31499
+ }
31500
+ @media print {
31506
31501
  .container {
31507
31502
  min-width: 992px !important;
31508
31503
  }
31509
-
31504
+ }
31505
+ @media print {
31510
31506
  .navbar {
31511
31507
  display: none;
31512
31508
  }
31513
-
31509
+ }
31510
+ @media print {
31514
31511
  .badge {
31515
31512
  border: 0.0625rem solid #000;
31516
31513
  }
31517
-
31514
+ }
31515
+ @media print {
31518
31516
  .table {
31519
31517
  border-collapse: collapse !important;
31520
31518
  }
@@ -31522,12 +31520,14 @@ h3 {
31522
31520
  .table th {
31523
31521
  background-color: #fff !important;
31524
31522
  }
31525
-
31523
+ }
31524
+ @media print {
31526
31525
  .table-bordered th,
31527
31526
  .table-bordered td {
31528
31527
  border: 1px solid #dee2e6 !important;
31529
31528
  }
31530
-
31529
+ }
31530
+ @media print {
31531
31531
  .table-dark {
31532
31532
  color: inherit;
31533
31533
  }
@@ -31537,7 +31537,8 @@ h3 {
31537
31537
  .table-dark tbody + tbody {
31538
31538
  border-color: #dee2e6;
31539
31539
  }
31540
-
31540
+ }
31541
+ @media print {
31541
31542
  .table .thead-dark th {
31542
31543
  border-color: #dee2e6;
31543
31544
  color: inherit;