@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/atlas.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>
|
|
@@ -14229,6 +14229,7 @@ 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;
|
|
14232
14233
|
padding-bottom: 0.28125rem;
|
|
14233
14234
|
padding-top: 0.28125rem;
|
|
14234
14235
|
white-space: nowrap;
|
|
@@ -14275,7 +14276,7 @@ label.custom-control-label {
|
|
|
14275
14276
|
.nav-tabs .nav-link[aria-expanded=true], .nav-tabs .nav-link.show {
|
|
14276
14277
|
background-color: #fff;
|
|
14277
14278
|
color: #272833;
|
|
14278
|
-
border-color: #cdced9;
|
|
14279
|
+
border-color: #cdced9 #cdced9 #fff;
|
|
14279
14280
|
}
|
|
14280
14281
|
.nav-tabs .nav-link > .c-inner {
|
|
14281
14282
|
margin-bottom: -0.28125rem;
|