@clayui/css 3.86.1 → 3.87.1
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 -39
- 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 +16 -13
- 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 +4 -0
- package/src/scss/cadmin/variables/_buttons.scss +3 -0
- package/src/scss/cadmin/variables/_globals.scss +4 -0
- 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.1
|
|
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.1
|
|
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
|
}
|
|
@@ -25504,37 +25507,37 @@ html:not(#__):not(#___) .cadmin .text-monospace {
|
|
|
25504
25507
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
|
25505
25508
|
}
|
|
25506
25509
|
html:not(#__):not(#___) .cadmin .text-1 {
|
|
25507
|
-
font-size:
|
|
25510
|
+
font-size: 10px;
|
|
25508
25511
|
}
|
|
25509
25512
|
html:not(#__):not(#___) .cadmin .text-2 {
|
|
25510
|
-
font-size:
|
|
25513
|
+
font-size: 12px;
|
|
25511
25514
|
}
|
|
25512
25515
|
html:not(#__):not(#___) .cadmin .text-3 {
|
|
25513
|
-
font-size:
|
|
25516
|
+
font-size: 14px;
|
|
25514
25517
|
}
|
|
25515
25518
|
html:not(#__):not(#___) .cadmin .text-4 {
|
|
25516
|
-
font-size:
|
|
25519
|
+
font-size: 16px;
|
|
25517
25520
|
}
|
|
25518
25521
|
html:not(#__):not(#___) .cadmin .text-5 {
|
|
25519
|
-
font-size:
|
|
25522
|
+
font-size: 18px;
|
|
25520
25523
|
}
|
|
25521
25524
|
html:not(#__):not(#___) .cadmin .text-6 {
|
|
25522
|
-
font-size:
|
|
25525
|
+
font-size: 20px;
|
|
25523
25526
|
}
|
|
25524
25527
|
html:not(#__):not(#___) .cadmin .text-7 {
|
|
25525
|
-
font-size:
|
|
25528
|
+
font-size: 24px;
|
|
25526
25529
|
}
|
|
25527
25530
|
html:not(#__):not(#___) .cadmin .text-8 {
|
|
25528
|
-
font-size:
|
|
25531
|
+
font-size: 28px;
|
|
25529
25532
|
}
|
|
25530
25533
|
html:not(#__):not(#___) .cadmin .text-9 {
|
|
25531
|
-
font-size:
|
|
25534
|
+
font-size: 32px;
|
|
25532
25535
|
}
|
|
25533
25536
|
html:not(#__):not(#___) .cadmin .text-10 {
|
|
25534
|
-
font-size:
|
|
25537
|
+
font-size: 36px;
|
|
25535
25538
|
}
|
|
25536
25539
|
html:not(#__):not(#___) .cadmin .text-11 {
|
|
25537
|
-
font-size:
|
|
25540
|
+
font-size: 40px;
|
|
25538
25541
|
}
|
|
25539
25542
|
html:not(#__):not(#___) .cadmin .text-white {
|
|
25540
25543
|
color: #fff !important;
|