@deque/cauldron-styles 5.0.0-canary.1e5b9b01 → 5.0.0-canary.2f367e65
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/dist/index.css +12 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3954,6 +3954,18 @@ fieldset.Panel {
|
|
|
3954
3954
|
transition: background-color 0.3s ease;
|
|
3955
3955
|
}
|
|
3956
3956
|
|
|
3957
|
+
.NavBar > ul > .NavItem {
|
|
3958
|
+
font-weight: var(--font-weight-normal);
|
|
3959
|
+
}
|
|
3960
|
+
|
|
3961
|
+
.NavBar > ul > .NavItem--active {
|
|
3962
|
+
font-weight: var(--font-weight-medium);
|
|
3963
|
+
}
|
|
3964
|
+
|
|
3965
|
+
.NavBar > ul > .NavItem a {
|
|
3966
|
+
font-weight: inherit;
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3957
3969
|
.NavBar > ul > li:first-child:not(.NavBar__trigger) {
|
|
3958
3970
|
border-left: 1px solid var(--top-nav-box-shadow-color);
|
|
3959
3971
|
}
|
package/package.json
CHANGED