@clayui/css 3.88.0 → 3.89.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 +8 -44
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +8 -44
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +9 -14
- 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/_variables.scss +2 -0
- package/src/scss/atlas/_variables.scss +2 -0
- package/src/scss/atlas/variables/_c-root.scss +3 -0
- package/src/scss/atlas/variables/_globals.scss +1 -0
- package/src/scss/atlas/variables/_navs.scss +1 -1
- package/src/scss/cadmin/variables/_buttons.scss +1 -1
- package/src/scss/cadmin/variables/_globals.scss +1 -10
- package/src/scss/cadmin/variables/_navigation-bar.scss +17 -1
- package/src/scss/cadmin/variables/_navs.scss +1 -1
- package/src/scss/components/_root.scss +17 -13
- package/src/scss/functions/_global-functions.scss +21 -0
- package/src/scss/variables/_buttons.scss +1 -1
- package/src/scss/variables/_c-root.scss +3 -0
- package/src/scss/variables/_globals.scss +1 -10
- package/src/scss/variables/_navigation-bar.scss +17 -1
- package/src/scss/variables/_navs.scss +1 -1
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.89.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>
|
|
@@ -15,37 +15,6 @@
|
|
|
15
15
|
*
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
|
-
:root {
|
|
19
|
-
--blue: #007bff;
|
|
20
|
-
--indigo: #6610f2;
|
|
21
|
-
--purple: #6f42c1;
|
|
22
|
-
--pink: #e83e8c;
|
|
23
|
-
--red: #dc3545;
|
|
24
|
-
--orange: #fd7e14;
|
|
25
|
-
--yellow: #ffc107;
|
|
26
|
-
--green: #28a745;
|
|
27
|
-
--teal: #20c997;
|
|
28
|
-
--cyan: #17a2b8;
|
|
29
|
-
--white: #fff;
|
|
30
|
-
--gray: #6c757d;
|
|
31
|
-
--gray-dark: #343a40;
|
|
32
|
-
--primary: #007bff;
|
|
33
|
-
--secondary: #6c757d;
|
|
34
|
-
--success: #28a745;
|
|
35
|
-
--info: #17a2b8;
|
|
36
|
-
--warning: #ffc107;
|
|
37
|
-
--danger: #dc3545;
|
|
38
|
-
--light: #f8f9fa;
|
|
39
|
-
--dark: #343a40;
|
|
40
|
-
--breakpoint-xs: 0;
|
|
41
|
-
--breakpoint-sm: 576px;
|
|
42
|
-
--breakpoint-md: 768px;
|
|
43
|
-
--breakpoint-lg: 992px;
|
|
44
|
-
--breakpoint-xl: 1200px;
|
|
45
|
-
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
46
|
-
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
18
|
/* SPDX-SnippetBegin
|
|
50
19
|
* SPDX-License-Identifier: MIT
|
|
51
20
|
* SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
|
|
@@ -161,16 +130,6 @@ a:hover, a.hover {
|
|
|
161
130
|
color: #0056b3;
|
|
162
131
|
text-decoration: underline;
|
|
163
132
|
}
|
|
164
|
-
a .inline-item-before {
|
|
165
|
-
margin-right: 0.25rem;
|
|
166
|
-
}
|
|
167
|
-
a .inline-item-middle {
|
|
168
|
-
margin-left: 0.25rem;
|
|
169
|
-
margin-right: 0.25rem;
|
|
170
|
-
}
|
|
171
|
-
a .inline-item-after {
|
|
172
|
-
margin-left: 0.25rem;
|
|
173
|
-
}
|
|
174
133
|
pre,
|
|
175
134
|
code,
|
|
176
135
|
kbd,
|
|
@@ -1233,7 +1192,7 @@ button.collapse-icon .c-inner {
|
|
|
1233
1192
|
.btn .btn-section {
|
|
1234
1193
|
display: block;
|
|
1235
1194
|
font-size: 0.6875rem;
|
|
1236
|
-
font-weight:
|
|
1195
|
+
font-weight: 500;
|
|
1237
1196
|
line-height: 1;
|
|
1238
1197
|
}
|
|
1239
1198
|
fieldset:disabled a.btn {
|
|
@@ -12121,7 +12080,7 @@ label.custom-control-label {
|
|
|
12121
12080
|
width: auto;
|
|
12122
12081
|
}
|
|
12123
12082
|
.nav-underline .nav-link.active::after {
|
|
12124
|
-
background-color: #
|
|
12083
|
+
background-color: #47a0ff;
|
|
12125
12084
|
content: "";
|
|
12126
12085
|
height: 0.1875rem;
|
|
12127
12086
|
}
|
|
@@ -16155,6 +16114,11 @@ label.custom-control-label {
|
|
|
16155
16114
|
color: rgba(0, 0, 0, 0.9);
|
|
16156
16115
|
}
|
|
16157
16116
|
}
|
|
16117
|
+
@media (min-width: 768px) {
|
|
16118
|
+
.navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
|
|
16119
|
+
background-color: #47a0ff;
|
|
16120
|
+
}
|
|
16121
|
+
}
|
|
16158
16122
|
|
|
16159
16123
|
.navigation-bar-secondary {
|
|
16160
16124
|
background-color: #6c757d;
|