@clayui/css 3.61.0 → 3.63.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 +33 -25
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +33 -25
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +30 -21
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/no-bot.svg +10 -0
- package/package.json +2 -2
- package/src/images/icons/no-bot.svg +10 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/components/_forms.scss +10 -0
- package/src/scss/cadmin/components/_grid.scss +13 -16
- package/src/scss/cadmin/components/_input-groups.scss +9 -0
- package/src/scss/cadmin/components/_loaders.scss +7 -13
- package/src/scss/cadmin/components/_type.scss +5 -4
- package/src/scss/cadmin/variables/_forms.scss +31 -19
- package/src/scss/cadmin/variables/_globals.scss +24 -0
- package/src/scss/cadmin/variables/_type.scss +14 -0
- package/src/scss/components/_forms.scss +10 -0
- package/src/scss/components/_grid.scss +9 -11
- package/src/scss/components/_input-groups.scss +9 -0
- package/src/scss/components/_loaders.scss +7 -13
- package/src/scss/components/_type.scss +5 -4
- package/src/scss/functions/_global-functions.scss +115 -50
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/mixins/_badges.scss +7 -6
- package/src/scss/mixins/_border-radius.scss +37 -57
- package/src/scss/mixins/_box-shadow.scss +4 -7
- package/src/scss/mixins/_breakpoints.scss +44 -4
- package/src/scss/mixins/_buttons.scss +18 -21
- package/src/scss/mixins/_cards.scss +10 -2
- package/src/scss/mixins/_close.scss +7 -6
- package/src/scss/mixins/_dropdown-menu.scss +7 -6
- package/src/scss/mixins/_forms.scss +28 -1
- package/src/scss/mixins/_gradients.scss +15 -9
- package/src/scss/mixins/_grid.scss +7 -6
- package/src/scss/mixins/_input-groups.scss +0 -6
- package/src/scss/mixins/_labels.scss +12 -7
- package/src/scss/mixins/_links.scss +7 -6
- package/src/scss/mixins/_list-group.scss +101 -20
- package/src/scss/mixins/_menubar.scss +96 -21
- package/src/scss/mixins/_navbar.scss +95 -132
- package/src/scss/mixins/_panels.scss +7 -6
- package/src/scss/mixins/_scale-component.scss +10 -2
- package/src/scss/mixins/_tbar.scss +10 -36
- package/src/scss/mixins/_timelines.scss +20 -4
- package/src/scss/variables/_forms.scss +31 -19
- package/src/scss/variables/_globals.scss +24 -0
- package/src/scss/variables/_type.scss +14 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.63.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.63.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>
|
|
@@ -525,6 +525,9 @@ html:not(#__):not(#___) .cadmin .reference-mark {
|
|
|
525
525
|
position: relative;
|
|
526
526
|
vertical-align: super;
|
|
527
527
|
}
|
|
528
|
+
html:not(#__):not(#___) .cadmin .reference-mark.lexicon-icon {
|
|
529
|
+
vertical-align: super;
|
|
530
|
+
}
|
|
528
531
|
html:not(#__):not(#___) .cadmin .c-kbd-group {
|
|
529
532
|
font-size: 14px;
|
|
530
533
|
}
|
|
@@ -6762,7 +6765,7 @@ html:not(#__):not(#___) .cadmin .form-control-lg {
|
|
|
6762
6765
|
line-height: 1.5;
|
|
6763
6766
|
padding: 7px 16px;
|
|
6764
6767
|
}
|
|
6765
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .form-control,
|
|
6768
|
+
html:not(#__):not(#___) .cadmin .input-group-sm .form-control, html:not(#__):not(#___) .cadmin .form-group-sm .form-control,
|
|
6766
6769
|
html:not(#__):not(#___) .cadmin .form-group-sm .form-control-plaintext, html:not(#__):not(#___) .cadmin .form-control-sm {
|
|
6767
6770
|
border-radius: 4px;
|
|
6768
6771
|
font-size: 14px;
|
|
@@ -6784,6 +6787,30 @@ html:not(#__):not(#___) .cadmin textarea.form-control-sm,
|
|
|
6784
6787
|
html:not(#__):not(#___) .cadmin .form-control-sm.form-control-textarea {
|
|
6785
6788
|
height: 80px;
|
|
6786
6789
|
}
|
|
6790
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group .form-control-tag-group, html:not(#__):not(#___) .cadmin .input-group-sm .form-control-tag-group, html:not(#__):not(#___) .cadmin .form-group-sm .form-control-tag-group.input-group, html:not(#__):not(#___) .cadmin .form-control-tag-group.input-group-sm, html:not(#__):not(#___) .cadmin .form-control-tag-group-sm.form-control {
|
|
6791
|
+
border-radius: 4px;
|
|
6792
|
+
font-size: 14px;
|
|
6793
|
+
height: auto;
|
|
6794
|
+
line-height: 1.5;
|
|
6795
|
+
min-height: 32px;
|
|
6796
|
+
padding-bottom: 0;
|
|
6797
|
+
padding-left: 0.25rem;
|
|
6798
|
+
padding-right: 0.25rem;
|
|
6799
|
+
padding-top: 0;
|
|
6800
|
+
}
|
|
6801
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group .form-control-tag-group .inline-item, html:not(#__):not(#___) .cadmin .input-group-sm .form-control-tag-group .inline-item, html:not(#__):not(#___) .cadmin .form-group-sm .form-control-tag-group.input-group .inline-item, html:not(#__):not(#___) .cadmin .form-control-tag-group.input-group-sm .inline-item, html:not(#__):not(#___) .cadmin .form-control-tag-group-sm.form-control .inline-item {
|
|
6802
|
+
margin-bottom: 0;
|
|
6803
|
+
margin-top: 0;
|
|
6804
|
+
}
|
|
6805
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group .form-control-tag-group .label, html:not(#__):not(#___) .cadmin .input-group-sm .form-control-tag-group .label, html:not(#__):not(#___) .cadmin .form-group-sm .form-control-tag-group.input-group .label, html:not(#__):not(#___) .cadmin .form-control-tag-group.input-group-sm .label, html:not(#__):not(#___) .cadmin .form-control-tag-group-sm.form-control .label {
|
|
6806
|
+
margin-bottom: 0.1875rem;
|
|
6807
|
+
margin-right: 0.25rem;
|
|
6808
|
+
margin-top: 0.1875rem;
|
|
6809
|
+
}
|
|
6810
|
+
html:not(#__):not(#___) .cadmin .form-group-sm .input-group .form-control-tag-group .form-control-inset, html:not(#__):not(#___) .cadmin .input-group-sm .form-control-tag-group .form-control-inset, html:not(#__):not(#___) .cadmin .form-group-sm .form-control-tag-group.input-group .form-control-inset, html:not(#__):not(#___) .cadmin .form-control-tag-group.input-group-sm .form-control-inset, html:not(#__):not(#___) .cadmin .form-control-tag-group-sm.form-control .form-control-inset {
|
|
6811
|
+
margin-bottom: 0.125rem;
|
|
6812
|
+
margin-top: 0.1875rem;
|
|
6813
|
+
}
|
|
6787
6814
|
html:not(#__):not(#___) .cadmin .form-group {
|
|
6788
6815
|
margin-bottom: 24px;
|
|
6789
6816
|
}
|
|
@@ -8763,20 +8790,6 @@ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item
|
|
|
8763
8790
|
line-height: 1;
|
|
8764
8791
|
width: 32px;
|
|
8765
8792
|
}
|
|
8766
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control {
|
|
8767
|
-
border-radius: 4px;
|
|
8768
|
-
font-size: 14px;
|
|
8769
|
-
height: 32px;
|
|
8770
|
-
line-height: 1.5;
|
|
8771
|
-
padding-bottom: 4px;
|
|
8772
|
-
padding-left: 12px;
|
|
8773
|
-
padding-right: 12px;
|
|
8774
|
-
padding-top: 4px;
|
|
8775
|
-
}
|
|
8776
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control .label, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control .label {
|
|
8777
|
-
margin-bottom: 0.1875rem;
|
|
8778
|
-
margin-top: 0.1875rem;
|
|
8779
|
-
}
|
|
8780
8793
|
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-file .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-file .btn {
|
|
8781
8794
|
border-radius: 4px;
|
|
8782
8795
|
font-size: 14px;
|
|
@@ -8848,10 +8861,6 @@ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item
|
|
|
8848
8861
|
margin-right: -12px;
|
|
8849
8862
|
margin-top: -4px;
|
|
8850
8863
|
}
|
|
8851
|
-
html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item .form-control-inset, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item .form-control-inset {
|
|
8852
|
-
margin-bottom: 0.125rem;
|
|
8853
|
-
margin-top: 0.1875rem;
|
|
8854
|
-
}
|
|
8855
8864
|
html:not(#__):not(#___) .cadmin .input-group-inset {
|
|
8856
8865
|
flex-grow: 1;
|
|
8857
8866
|
order: 5;
|