@clayui/css 3.110.0 → 3.111.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/CHANGELOG.md +18 -0
- package/lib/css/atlas.css +36 -26
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +19 -9
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +37 -21
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icon-rule-builder.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/icon-rule-builder.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +1 -1
- package/src/scss/atlas/variables/_navs.scss +1 -1
- package/src/scss/cadmin/components/_print.scss +6 -2
- package/src/scss/cadmin/variables/_globals.scss +1 -1
- package/src/scss/components/_print.scss +6 -2
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_navs.scss +1 -1
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.111.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>
|
|
@@ -31495,26 +31495,33 @@ h3 {
|
|
|
31495
31495
|
h3 {
|
|
31496
31496
|
page-break-after: avoid;
|
|
31497
31497
|
}
|
|
31498
|
-
|
|
31498
|
+
}
|
|
31499
|
+
@media print {
|
|
31499
31500
|
@page {
|
|
31500
31501
|
size: a3;
|
|
31501
31502
|
}
|
|
31503
|
+
}
|
|
31504
|
+
@media print {
|
|
31502
31505
|
body {
|
|
31503
31506
|
min-width: 992px !important;
|
|
31504
31507
|
}
|
|
31505
|
-
|
|
31508
|
+
}
|
|
31509
|
+
@media print {
|
|
31506
31510
|
.container {
|
|
31507
31511
|
min-width: 992px !important;
|
|
31508
31512
|
}
|
|
31509
|
-
|
|
31513
|
+
}
|
|
31514
|
+
@media print {
|
|
31510
31515
|
.navbar {
|
|
31511
31516
|
display: none;
|
|
31512
31517
|
}
|
|
31513
|
-
|
|
31518
|
+
}
|
|
31519
|
+
@media print {
|
|
31514
31520
|
.badge {
|
|
31515
31521
|
border: 0.0625rem solid #000;
|
|
31516
31522
|
}
|
|
31517
|
-
|
|
31523
|
+
}
|
|
31524
|
+
@media print {
|
|
31518
31525
|
.table {
|
|
31519
31526
|
border-collapse: collapse !important;
|
|
31520
31527
|
}
|
|
@@ -31522,12 +31529,14 @@ h3 {
|
|
|
31522
31529
|
.table th {
|
|
31523
31530
|
background-color: #fff !important;
|
|
31524
31531
|
}
|
|
31525
|
-
|
|
31532
|
+
}
|
|
31533
|
+
@media print {
|
|
31526
31534
|
.table-bordered th,
|
|
31527
31535
|
.table-bordered td {
|
|
31528
31536
|
border: 1px solid #dee2e6 !important;
|
|
31529
31537
|
}
|
|
31530
|
-
|
|
31538
|
+
}
|
|
31539
|
+
@media print {
|
|
31531
31540
|
.table-dark {
|
|
31532
31541
|
color: inherit;
|
|
31533
31542
|
}
|
|
@@ -31537,7 +31546,8 @@ h3 {
|
|
|
31537
31546
|
.table-dark tbody + tbody {
|
|
31538
31547
|
border-color: #dee2e6;
|
|
31539
31548
|
}
|
|
31540
|
-
|
|
31549
|
+
}
|
|
31550
|
+
@media print {
|
|
31541
31551
|
.table .thead-dark th {
|
|
31542
31552
|
border-color: #dee2e6;
|
|
31543
31553
|
color: inherit;
|