@clayui/css 3.149.1 → 3.149.2
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 +2 -3
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -2
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +2 -3
- 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 +0 -1
- package/src/scss/variables/_navs.scss +0 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.149.
|
|
3
|
+
* Clay 3.149.2
|
|
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>
|
|
@@ -14229,7 +14229,6 @@ label.custom-control-label {
|
|
|
14229
14229
|
border-width: 0.0625rem;
|
|
14230
14230
|
border-radius: 0.25rem 0.25rem 0 0;
|
|
14231
14231
|
color: #6b6c7e;
|
|
14232
|
-
font-size: inherit;
|
|
14233
14232
|
padding-bottom: 0.28125rem;
|
|
14234
14233
|
padding-top: 0.28125rem;
|
|
14235
14234
|
white-space: nowrap;
|
|
@@ -14276,7 +14275,7 @@ label.custom-control-label {
|
|
|
14276
14275
|
.nav-tabs .nav-link[aria-expanded=true], .nav-tabs .nav-link.show {
|
|
14277
14276
|
background-color: #fff;
|
|
14278
14277
|
color: #272833;
|
|
14279
|
-
border-color: #cdced9
|
|
14278
|
+
border-color: #cdced9;
|
|
14280
14279
|
}
|
|
14281
14280
|
.nav-tabs .nav-link > .c-inner {
|
|
14282
14281
|
margin-bottom: -0.28125rem;
|