@clayui/css 3.148.0 → 3.149.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 +3 -2
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +2 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +3 -2
- 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/_navs.scss +1 -1
- package/src/scss/cadmin/variables/_navs.scss +1 -0
- package/src/scss/functions/_global-functions.scss +5 -1
- package/src/scss/variables/_navs.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.149.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.149.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>
|
|
@@ -12363,6 +12363,7 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
|
|
|
12363
12363
|
border-width: 1px;
|
|
12364
12364
|
border-radius: 4px 4px 0 0;
|
|
12365
12365
|
color: #6b6c7e;
|
|
12366
|
+
font-size: inherit;
|
|
12366
12367
|
font-weight: 600;
|
|
12367
12368
|
padding-bottom: 4.5px;
|
|
12368
12369
|
padding-top: 4.5px;
|