@kodaris/krubble-app-components 1.0.45 → 1.0.47
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/krubble-app.bundled.js +2 -2
- package/dist/krubble-app.bundled.js.map +1 -1
- package/dist/krubble-app.bundled.min.js +2 -2
- package/dist/krubble-app.bundled.min.js.map +1 -1
- package/dist/krubble-app.umd.js +2 -2
- package/dist/krubble-app.umd.js.map +1 -1
- package/dist/krubble-app.umd.min.js +2 -2
- package/dist/krubble-app.umd.min.js.map +1 -1
- package/dist/scaffold.js +1 -1
- package/dist/screen-nav.js +1 -1
- package/package.json +1 -1
|
@@ -407,7 +407,7 @@ const ce=e=>(t,i)=>{void 0!==i?i.addInitializer((()=>{customElements.define(e,t)
|
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
.nav-title {
|
|
410
|
-
font-size:
|
|
410
|
+
font-size: 20px;
|
|
411
411
|
font-weight: 600;
|
|
412
412
|
color: var(--kr-scaffold-nav-text-active);
|
|
413
413
|
letter-spacing: .2px;
|
|
@@ -1100,7 +1100,7 @@ const ce=e=>(t,i)=>{void 0!==i?i.addInitializer((()=>{customElements.define(e,t)
|
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
1102
|
.nav-header__title {
|
|
1103
|
-
font-size:
|
|
1103
|
+
font-size: 20px;
|
|
1104
1104
|
font-weight: 600;
|
|
1105
1105
|
color: #111827;
|
|
1106
1106
|
white-space: nowrap;
|