@clayui/css 3.111.0 → 3.113.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 +18 -27
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +7 -16
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css +0 -0
- package/lib/css/bootstrap.css.map +0 -0
- package/lib/css/cadmin.css +19 -27
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/braces.svg +7 -0
- package/lib/images/icons/brackets.svg +7 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/seo.svg +7 -0
- package/package.json +2 -2
- package/src/images/icons/braces.svg +7 -0
- package/src/images/icons/brackets.svg +7 -0
- package/src/images/icons/seo.svg +7 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +2 -4
- package/src/scss/atlas/variables/_tooltip.scss +1 -1
- package/src/scss/cadmin/components/_type.scss +16 -1
- package/src/scss/cadmin/variables/_globals.scss +26 -3
- package/src/scss/cadmin/variables/_tooltip.scss +1 -1
- package/src/scss/cadmin/variables/_type.scss +0 -2
- package/src/scss/components/_type.scss +16 -1
- package/src/scss/functions/_lx-icons-generated.scss +6 -0
- package/src/scss/mixins/_type.scss +4 -3
- package/src/scss/variables/_globals.scss +26 -3
- package/src/scss/variables/_type.scss +0 -2
- package/CHANGELOG.md +0 -2889
package/lib/css/bootstrap.css
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.113.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.113.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>
|
|
@@ -479,26 +479,18 @@ html:not(#__):not(#___) .cadmin .small {
|
|
|
479
479
|
}
|
|
480
480
|
html:not(#__):not(#___) .cadmin mark,
|
|
481
481
|
html:not(#__):not(#___) .cadmin .mark {
|
|
482
|
-
background-color: #
|
|
483
|
-
box-decoration-break: clone;
|
|
484
|
-
box-shadow: -0.25em 0 0 #fcf8e3;
|
|
482
|
+
background-color: #ffe399;
|
|
485
483
|
display: inline;
|
|
486
484
|
line-height: normal;
|
|
487
|
-
padding: 2px 0.25em 3px 0;
|
|
488
485
|
position: relative;
|
|
489
486
|
white-space: pre-wrap;
|
|
490
487
|
}
|
|
491
|
-
html:not(#__):not(#___) .cadmin mark
|
|
492
|
-
html:not(#__):not(#___) .cadmin .mark
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
position: absolute;
|
|
498
|
-
right: 100%;
|
|
499
|
-
top: 0;
|
|
500
|
-
width: 0.25em;
|
|
501
|
-
z-index: -1;
|
|
488
|
+
html:not(#__):not(#___) .cadmin mark.clay-dark,
|
|
489
|
+
html:not(#__):not(#___) .cadmin .clay-dark.mark,
|
|
490
|
+
html:not(#__):not(#___) .cadmin .clay-dark mark,
|
|
491
|
+
html:not(#__):not(#___) .cadmin .clay-dark .mark {
|
|
492
|
+
background-color: #393a4a;
|
|
493
|
+
color: #fff;
|
|
502
494
|
}
|
|
503
495
|
html:not(#__):not(#___) .cadmin .list-unstyled {
|
|
504
496
|
list-style: none;
|
|
@@ -18656,7 +18648,7 @@ html:not(#__):not(#___) .cadmin .tooltip .arrow::before {
|
|
|
18656
18648
|
position: absolute;
|
|
18657
18649
|
}
|
|
18658
18650
|
html:not(#__):not(#___) .cadmin .tooltip-inner {
|
|
18659
|
-
background-color: #
|
|
18651
|
+
background-color: #111116;
|
|
18660
18652
|
border-radius: 4px;
|
|
18661
18653
|
box-shadow: [0 1px 4px 0px rgba(0, 0, 0, 0.4)];
|
|
18662
18654
|
color: #fff;
|
|
@@ -18666,7 +18658,7 @@ html:not(#__):not(#___) .cadmin .tooltip-inner {
|
|
|
18666
18658
|
white-space: pre-line;
|
|
18667
18659
|
}
|
|
18668
18660
|
html:not(#__):not(#___) .cadmin .tooltip-arrow {
|
|
18669
|
-
background-color: #
|
|
18661
|
+
background-color: #111116;
|
|
18670
18662
|
position: absolute;
|
|
18671
18663
|
transform: rotate(45deg);
|
|
18672
18664
|
}
|
|
@@ -18680,7 +18672,7 @@ html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=top] .arrow {
|
|
|
18680
18672
|
}
|
|
18681
18673
|
html:not(#__):not(#___) .cadmin .bs-tooltip-top .arrow::before,
|
|
18682
18674
|
html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=top] .arrow::before {
|
|
18683
|
-
border-top-color: #
|
|
18675
|
+
border-top-color: #111116;
|
|
18684
18676
|
border-width: 6.4px 6.4px 0;
|
|
18685
18677
|
top: 0;
|
|
18686
18678
|
}
|
|
@@ -18696,7 +18688,7 @@ html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=right] .arrow {
|
|
|
18696
18688
|
}
|
|
18697
18689
|
html:not(#__):not(#___) .cadmin .bs-tooltip-right .arrow::before,
|
|
18698
18690
|
html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=right] .arrow::before {
|
|
18699
|
-
border-right-color: #
|
|
18691
|
+
border-right-color: #111116;
|
|
18700
18692
|
border-width: 6.4px 6.4px 6.4px 0;
|
|
18701
18693
|
right: 0;
|
|
18702
18694
|
}
|
|
@@ -18710,7 +18702,7 @@ html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=bottom] .arrow {
|
|
|
18710
18702
|
}
|
|
18711
18703
|
html:not(#__):not(#___) .cadmin .bs-tooltip-bottom .arrow::before,
|
|
18712
18704
|
html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
|
|
18713
|
-
border-bottom-color: #
|
|
18705
|
+
border-bottom-color: #111116;
|
|
18714
18706
|
border-width: 0 6.4px 6.4px;
|
|
18715
18707
|
bottom: 0;
|
|
18716
18708
|
}
|
|
@@ -18726,7 +18718,7 @@ html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=left] .arrow {
|
|
|
18726
18718
|
}
|
|
18727
18719
|
html:not(#__):not(#___) .cadmin .bs-tooltip-left .arrow::before,
|
|
18728
18720
|
html:not(#__):not(#___) .cadmin .bs-tooltip-auto[x-placement^=left] .arrow::before {
|
|
18729
|
-
border-left-color: #
|
|
18721
|
+
border-left-color: #111116;
|
|
18730
18722
|
border-width: 6.4px 0 6.4px 6.4px;
|
|
18731
18723
|
left: 0;
|
|
18732
18724
|
}
|
|
@@ -18745,7 +18737,7 @@ html:not(#__):not(#___) .cadmin .clay-tooltip-bottom-right .arrow {
|
|
|
18745
18737
|
html:not(#__):not(#___) .cadmin .clay-tooltip-bottom .arrow::before,
|
|
18746
18738
|
html:not(#__):not(#___) .cadmin .clay-tooltip-bottom-left .arrow::before,
|
|
18747
18739
|
html:not(#__):not(#___) .cadmin .clay-tooltip-bottom-right .arrow::before {
|
|
18748
|
-
border-bottom-color: #
|
|
18740
|
+
border-bottom-color: #111116;
|
|
18749
18741
|
border-width: 0 6.4px 6.4px;
|
|
18750
18742
|
bottom: 0;
|
|
18751
18743
|
}
|
|
@@ -18783,7 +18775,7 @@ html:not(#__):not(#___) .cadmin .clay-tooltip-left-top .arrow {
|
|
|
18783
18775
|
html:not(#__):not(#___) .cadmin .clay-tooltip-left .arrow::before,
|
|
18784
18776
|
html:not(#__):not(#___) .cadmin .clay-tooltip-left-bottom .arrow::before,
|
|
18785
18777
|
html:not(#__):not(#___) .cadmin .clay-tooltip-left-top .arrow::before {
|
|
18786
|
-
border-left-color: #
|
|
18778
|
+
border-left-color: #111116;
|
|
18787
18779
|
border-width: 6.4px 0 6.4px 6.4px;
|
|
18788
18780
|
left: 0;
|
|
18789
18781
|
}
|
|
@@ -18821,7 +18813,7 @@ html:not(#__):not(#___) .cadmin .clay-tooltip-right-top .arrow {
|
|
|
18821
18813
|
html:not(#__):not(#___) .cadmin .clay-tooltip-right .arrow::before,
|
|
18822
18814
|
html:not(#__):not(#___) .cadmin .clay-tooltip-right-bottom .arrow::before,
|
|
18823
18815
|
html:not(#__):not(#___) .cadmin .clay-tooltip-right-top .arrow::before {
|
|
18824
|
-
border-right-color: #
|
|
18816
|
+
border-right-color: #111116;
|
|
18825
18817
|
border-width: 6.4px 6.4px 6.4px 0;
|
|
18826
18818
|
right: 0;
|
|
18827
18819
|
}
|
|
@@ -18857,7 +18849,7 @@ html:not(#__):not(#___) .cadmin .clay-tooltip-top-right .arrow {
|
|
|
18857
18849
|
html:not(#__):not(#___) .cadmin .clay-tooltip-top .arrow::before,
|
|
18858
18850
|
html:not(#__):not(#___) .cadmin .clay-tooltip-top-left .arrow::before,
|
|
18859
18851
|
html:not(#__):not(#___) .cadmin .clay-tooltip-top-right .arrow::before {
|
|
18860
|
-
border-top-color: #
|
|
18852
|
+
border-top-color: #111116;
|
|
18861
18853
|
border-width: 6.4px 6.4px 0;
|
|
18862
18854
|
top: 0;
|
|
18863
18855
|
}
|