@kodaris/krubble-app-components 1.0.25 → 1.0.27
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 -6
- package/dist/krubble-app.bundled.js.map +1 -1
- package/dist/krubble-app.bundled.min.js +44 -48
- package/dist/krubble-app.bundled.min.js.map +1 -1
- package/dist/krubble-app.umd.js +2 -6
- package/dist/krubble-app.umd.js.map +1 -1
- package/dist/krubble-app.umd.min.js +2 -6
- package/dist/krubble-app.umd.min.js.map +1 -1
- package/dist/scaffold.d.ts.map +1 -1
- package/dist/scaffold.js +2 -6
- package/dist/scaffold.js.map +1 -1
- package/package.json +1 -1
|
@@ -2417,8 +2417,7 @@ KRScaffold.styles = i$4 `
|
|
|
2417
2417
|
}
|
|
2418
2418
|
|
|
2419
2419
|
.nav-header {
|
|
2420
|
-
|
|
2421
|
-
padding: 0 20px;
|
|
2420
|
+
padding: 20px;
|
|
2422
2421
|
display: flex;
|
|
2423
2422
|
align-items: center;
|
|
2424
2423
|
position: relative;
|
|
@@ -2441,9 +2440,6 @@ KRScaffold.styles = i$4 `
|
|
|
2441
2440
|
font-weight: 600;
|
|
2442
2441
|
color: var(--kr-scaffold-nav-text-active);
|
|
2443
2442
|
letter-spacing: .2px;
|
|
2444
|
-
white-space: nowrap;
|
|
2445
|
-
overflow: hidden;
|
|
2446
|
-
text-overflow: ellipsis;
|
|
2447
2443
|
}
|
|
2448
2444
|
|
|
2449
2445
|
.nav-search {
|
|
@@ -2632,7 +2628,7 @@ KRScaffold.styles = i$4 `
|
|
|
2632
2628
|
flex: 1;
|
|
2633
2629
|
min-width: 0;
|
|
2634
2630
|
overflow-y: auto;
|
|
2635
|
-
background:
|
|
2631
|
+
background: transparent;
|
|
2636
2632
|
display: flex;
|
|
2637
2633
|
flex-direction: column;
|
|
2638
2634
|
}
|