@clayui/css 3.86.0 → 3.87.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 +34 -41
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +18 -17
- 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/atlas/variables/_buttons.scss +5 -5
- package/src/scss/atlas/variables/_dropdowns.scss +18 -3
- package/src/scss/atlas/variables/_globals.scss +1 -0
- package/src/scss/atlas/variables/_list-group.scss +1 -1
- package/src/scss/cadmin/variables/_alerts.scss +2 -2
- package/src/scss/cadmin/variables/_buttons.scss +3 -0
- package/src/scss/cadmin/variables/_globals.scss +4 -0
- package/src/scss/cadmin/variables/_list-group.scss +1 -1
- package/src/scss/cadmin/variables/_utilities.scss +11 -11
- package/src/scss/variables/_globals.scss +1 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.87.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.87.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>
|
|
@@ -1091,6 +1091,7 @@ html:not(#__):not(#___) .cadmin .menubar-toggler .c-inner, html:not(#__):not(#__
|
|
|
1091
1091
|
max-width: none;
|
|
1092
1092
|
}
|
|
1093
1093
|
html:not(#__):not(#___) .cadmin .btn-monospaced.btn-xs {
|
|
1094
|
+
font-size: 0.75rem;
|
|
1094
1095
|
height: 1.5rem;
|
|
1095
1096
|
width: 1.4rem;
|
|
1096
1097
|
}
|
|
@@ -1132,10 +1133,12 @@ html:not(#__):not(#___) .cadmin .btn-monospaced .inline-item {
|
|
|
1132
1133
|
margin-top: 0;
|
|
1133
1134
|
}
|
|
1134
1135
|
html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-monospaced.btn-lg, html:not(#__):not(#___) .cadmin .btn-group-lg .btn-monospaced, html:not(#__):not(#___) .cadmin .btn-monospaced.btn-lg {
|
|
1136
|
+
font-size: 18px;
|
|
1135
1137
|
height: 48px;
|
|
1136
1138
|
width: 48px;
|
|
1137
1139
|
}
|
|
1138
1140
|
html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-monospaced.btn-sm, html:not(#__):not(#___) .cadmin .btn-group-sm .btn-monospaced, html:not(#__):not(#___) .cadmin .btn-monospaced.btn-sm {
|
|
1141
|
+
font-size: 14px;
|
|
1139
1142
|
height: 32px;
|
|
1140
1143
|
width: 32px;
|
|
1141
1144
|
}
|
|
@@ -3483,8 +3486,8 @@ html:not(#__):not(#___) .cadmin .alert-primary .lead {
|
|
|
3483
3486
|
color: #0b5fff;
|
|
3484
3487
|
}
|
|
3485
3488
|
html:not(#__):not(#___) .cadmin .alert-secondary {
|
|
3486
|
-
background-color: #
|
|
3487
|
-
border-color: #
|
|
3489
|
+
background-color: #f7f8f9;
|
|
3490
|
+
border-color: #d3d6e0;
|
|
3488
3491
|
color: #6b6c7e;
|
|
3489
3492
|
}
|
|
3490
3493
|
html:not(#__):not(#___) .cadmin .alert-secondary .alert-btn {
|
|
@@ -9306,7 +9309,6 @@ html:not(#__):not(#___) .cadmin .list-group-item-action:active {
|
|
|
9306
9309
|
}
|
|
9307
9310
|
html:not(#__):not(#___) .cadmin .list-group {
|
|
9308
9311
|
border-radius: 4px;
|
|
9309
|
-
color: #6b6c7e;
|
|
9310
9312
|
display: flex;
|
|
9311
9313
|
flex-direction: column;
|
|
9312
9314
|
font-size: 14px;
|
|
@@ -9486,7 +9488,6 @@ html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item
|
|
|
9486
9488
|
html:not(#__):not(#___) .cadmin .list-group-item {
|
|
9487
9489
|
background-color: #fff;
|
|
9488
9490
|
border: 1px solid #e7e7ed;
|
|
9489
|
-
color: #6b6c7e;
|
|
9490
9491
|
display: block;
|
|
9491
9492
|
padding: 16px 16px;
|
|
9492
9493
|
position: relative;
|
|
@@ -25506,37 +25507,37 @@ html:not(#__):not(#___) .cadmin .text-monospace {
|
|
|
25506
25507
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
|
25507
25508
|
}
|
|
25508
25509
|
html:not(#__):not(#___) .cadmin .text-1 {
|
|
25509
|
-
font-size:
|
|
25510
|
+
font-size: 10px;
|
|
25510
25511
|
}
|
|
25511
25512
|
html:not(#__):not(#___) .cadmin .text-2 {
|
|
25512
|
-
font-size:
|
|
25513
|
+
font-size: 12px;
|
|
25513
25514
|
}
|
|
25514
25515
|
html:not(#__):not(#___) .cadmin .text-3 {
|
|
25515
|
-
font-size:
|
|
25516
|
+
font-size: 14px;
|
|
25516
25517
|
}
|
|
25517
25518
|
html:not(#__):not(#___) .cadmin .text-4 {
|
|
25518
|
-
font-size:
|
|
25519
|
+
font-size: 16px;
|
|
25519
25520
|
}
|
|
25520
25521
|
html:not(#__):not(#___) .cadmin .text-5 {
|
|
25521
|
-
font-size:
|
|
25522
|
+
font-size: 18px;
|
|
25522
25523
|
}
|
|
25523
25524
|
html:not(#__):not(#___) .cadmin .text-6 {
|
|
25524
|
-
font-size:
|
|
25525
|
+
font-size: 20px;
|
|
25525
25526
|
}
|
|
25526
25527
|
html:not(#__):not(#___) .cadmin .text-7 {
|
|
25527
|
-
font-size:
|
|
25528
|
+
font-size: 24px;
|
|
25528
25529
|
}
|
|
25529
25530
|
html:not(#__):not(#___) .cadmin .text-8 {
|
|
25530
|
-
font-size:
|
|
25531
|
+
font-size: 28px;
|
|
25531
25532
|
}
|
|
25532
25533
|
html:not(#__):not(#___) .cadmin .text-9 {
|
|
25533
|
-
font-size:
|
|
25534
|
+
font-size: 32px;
|
|
25534
25535
|
}
|
|
25535
25536
|
html:not(#__):not(#___) .cadmin .text-10 {
|
|
25536
|
-
font-size:
|
|
25537
|
+
font-size: 36px;
|
|
25537
25538
|
}
|
|
25538
25539
|
html:not(#__):not(#___) .cadmin .text-11 {
|
|
25539
|
-
font-size:
|
|
25540
|
+
font-size: 40px;
|
|
25540
25541
|
}
|
|
25541
25542
|
html:not(#__):not(#___) .cadmin .text-white {
|
|
25542
25543
|
color: #fff !important;
|