@clayui/css 3.151.0 → 3.153.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 +20 -5
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +20 -5
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +16 -6
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/components/_button-groups.scss +40 -0
- package/src/scss/cadmin/components/_input-groups.scss +5 -0
- package/src/scss/cadmin/variables/_buttons.scss +38 -0
- package/src/scss/cadmin/variables/_forms.scss +4 -4
- package/src/scss/components/_button-groups.scss +45 -0
- package/src/scss/components/_input-groups.scss +5 -0
- package/src/scss/variables/_buttons.scss +38 -0
- package/src/scss/variables/_forms.scss +4 -4
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.153.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.153.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>
|
|
@@ -4571,6 +4571,12 @@ html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-group:not(:first-chil
|
|
|
4571
4571
|
html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-monospaced {
|
|
4572
4572
|
width: 40px;
|
|
4573
4573
|
}
|
|
4574
|
+
html:not(#__):not(#___) .cadmin .btn-group > .btn-dark:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-danger:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-warning:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-success:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-info:not(:first-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-primary:not(:first-of-type) {
|
|
4575
|
+
border-left-color: #fff;
|
|
4576
|
+
}
|
|
4577
|
+
html:not(#__):not(#___) .cadmin .btn-group > .btn-dark:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-danger:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-warning:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-success:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-info:not(:last-of-type), html:not(#__):not(#___) .cadmin .btn-group > .btn-primary:not(:last-of-type) {
|
|
4578
|
+
border-right-color: #fff;
|
|
4579
|
+
}
|
|
4574
4580
|
html:not(#__):not(#___) .cadmin .c-empty-state-animation {
|
|
4575
4581
|
align-items: center;
|
|
4576
4582
|
display: flex;
|
|
@@ -10556,8 +10562,8 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item {
|
|
|
10556
10562
|
border-top-width: 1px;
|
|
10557
10563
|
display: flex;
|
|
10558
10564
|
margin-bottom: 0;
|
|
10559
|
-
padding-left:
|
|
10560
|
-
padding-right:
|
|
10565
|
+
padding-left: 4px;
|
|
10566
|
+
padding-right: 4px;
|
|
10561
10567
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
10562
10568
|
}
|
|
10563
10569
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -10575,8 +10581,8 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn {
|
|
|
10575
10581
|
height: 75%;
|
|
10576
10582
|
justify-content: center;
|
|
10577
10583
|
line-height: 1;
|
|
10578
|
-
margin-left:
|
|
10579
|
-
margin-right:
|
|
10584
|
+
margin-left: 4px;
|
|
10585
|
+
margin-right: 4px;
|
|
10580
10586
|
padding-bottom: 0;
|
|
10581
10587
|
padding-left: 8px;
|
|
10582
10588
|
padding-right: 8px;
|
|
@@ -10613,6 +10619,10 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file
|
|
|
10613
10619
|
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .form-file .btn {
|
|
10614
10620
|
height: 100%;
|
|
10615
10621
|
}
|
|
10622
|
+
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .sticker {
|
|
10623
|
+
margin-left: 12px;
|
|
10624
|
+
margin-right: 8px;
|
|
10625
|
+
}
|
|
10616
10626
|
html:not(#__):not(#___) .cadmin .input-group .input-group-inset-icon {
|
|
10617
10627
|
align-items: center;
|
|
10618
10628
|
display: flex;
|