@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/atlas.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: #4b9fff;
|
|
20
|
-
--indigo: #7785ff;
|
|
21
|
-
--purple: #af78ff;
|
|
22
|
-
--pink: #ff73c3;
|
|
23
|
-
--red: #ff5f5f;
|
|
24
|
-
--orange: #ffb46e;
|
|
25
|
-
--yellow: #ffd76e;
|
|
26
|
-
--green: #9be169;
|
|
27
|
-
--teal: #50d2a0;
|
|
28
|
-
--cyan: #5fc8ff;
|
|
29
|
-
--white: #fff;
|
|
30
|
-
--gray: #6b6c7e;
|
|
31
|
-
--gray-dark: #393a4a;
|
|
32
|
-
--primary: #0b5fff;
|
|
33
|
-
--secondary: #6b6c7e;
|
|
34
|
-
--success: #287d3c;
|
|
35
|
-
--info: #2e5aac;
|
|
36
|
-
--warning: #b95000;
|
|
37
|
-
--danger: #da1414;
|
|
38
|
-
--light: #f1f2f5;
|
|
39
|
-
--dark: #272833;
|
|
40
|
-
--breakpoint-xs: 0;
|
|
41
|
-
--breakpoint-sm: 576px;
|
|
42
|
-
--breakpoint-md: 768px;
|
|
43
|
-
--breakpoint-lg: 992px;
|
|
44
|
-
--breakpoint-xl: 1280px;
|
|
45
|
-
--font-family-sans-serif: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
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>
|
|
@@ -168,16 +137,6 @@ a:hover, a.hover {
|
|
|
168
137
|
color: #004ad7;
|
|
169
138
|
text-decoration: underline;
|
|
170
139
|
}
|
|
171
|
-
a .inline-item-before {
|
|
172
|
-
margin-right: 0.25rem;
|
|
173
|
-
}
|
|
174
|
-
a .inline-item-middle {
|
|
175
|
-
margin-left: 0.25rem;
|
|
176
|
-
margin-right: 0.25rem;
|
|
177
|
-
}
|
|
178
|
-
a .inline-item-after {
|
|
179
|
-
margin-left: 0.25rem;
|
|
180
|
-
}
|
|
181
140
|
pre,
|
|
182
141
|
code,
|
|
183
142
|
kbd,
|
|
@@ -1252,7 +1211,7 @@ button.collapse-icon .c-inner {
|
|
|
1252
1211
|
.btn .btn-section {
|
|
1253
1212
|
display: block;
|
|
1254
1213
|
font-size: 0.6875rem;
|
|
1255
|
-
font-weight:
|
|
1214
|
+
font-weight: 600;
|
|
1256
1215
|
line-height: 1;
|
|
1257
1216
|
}
|
|
1258
1217
|
fieldset:disabled a.btn {
|
|
@@ -12872,7 +12831,7 @@ label.custom-control-label {
|
|
|
12872
12831
|
color: #272833;
|
|
12873
12832
|
}
|
|
12874
12833
|
.nav-underline .nav-link.active::after {
|
|
12875
|
-
background-color: #
|
|
12834
|
+
background-color: #528eff;
|
|
12876
12835
|
content: "";
|
|
12877
12836
|
height: 0.125rem;
|
|
12878
12837
|
}
|
|
@@ -17137,6 +17096,11 @@ label.custom-control-label {
|
|
|
17137
17096
|
color: #272833;
|
|
17138
17097
|
}
|
|
17139
17098
|
}
|
|
17099
|
+
@media (min-width: 768px) {
|
|
17100
|
+
.navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
|
|
17101
|
+
background-color: #528eff;
|
|
17102
|
+
}
|
|
17103
|
+
}
|
|
17140
17104
|
|
|
17141
17105
|
.navigation-bar-secondary {
|
|
17142
17106
|
background-color: #393a4a;
|