@clayui/css 3.87.2 → 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 +11 -47
- 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 +13 -18
- 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/_list-group.scss +4 -2
- 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/_list-group.scss +4 -4
- 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 {
|
|
@@ -11243,6 +11202,7 @@ label.custom-control-label {
|
|
|
11243
11202
|
max-width: 100%;
|
|
11244
11203
|
border-radius: 1px;
|
|
11245
11204
|
display: inline-block;
|
|
11205
|
+
text-decoration: underline;
|
|
11246
11206
|
transition: box-shadow 0.15s ease-in-out;
|
|
11247
11207
|
}
|
|
11248
11208
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -11292,9 +11252,8 @@ label.custom-control-label {
|
|
|
11292
11252
|
outline: 0;
|
|
11293
11253
|
}
|
|
11294
11254
|
.list-group-text {
|
|
11295
|
-
color: #
|
|
11255
|
+
color: #6b6c7e;
|
|
11296
11256
|
margin-bottom: 0;
|
|
11297
|
-
line-height: 1.45;
|
|
11298
11257
|
}
|
|
11299
11258
|
.list-group-text[href],
|
|
11300
11259
|
.list-group-text [href] {
|
|
@@ -11324,7 +11283,7 @@ label.custom-control-label {
|
|
|
11324
11283
|
.list-group-subtext {
|
|
11325
11284
|
color: #6b6c7e;
|
|
11326
11285
|
margin-bottom: 0;
|
|
11327
|
-
|
|
11286
|
+
margin-top: 0.5rem;
|
|
11328
11287
|
}
|
|
11329
11288
|
.list-group-subtext[href],
|
|
11330
11289
|
.list-group-subtext [href] {
|
|
@@ -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;
|