vft 0.0.163 → 0.0.166
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 +1 -1
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue2.js +22 -26
- package/es/components/header-layout/header-layout.vue2.js +14 -14
- package/es/components/index.js +113 -113
- package/es/index.js +113 -113
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/carousel/carousel.vue2.cjs +1 -1
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +4 -4
- package/theme-style/index.css +1 -1
- package/theme-style/src/header-layout.scss +4 -0
- package/theme-style/vft-header-layout.css +1 -1
- package/web-types.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--vft-header-layout-height:70px;--vft-header-layout-top-height:40px;--vft-header-layout-bg-color:#eff1f5;--vft-header-layout-left-min-width:800px;--vft-header-layout-z-index:var(--vft-z-index-header-layout)}.vft-header-layout{height:var(--vft-header-layout-height);background-color:var(--vft-header-layout-bg-color);z-index:var(--vft-header-layout-z-index)}.vft-header-layout .vft-container{height:100%}.vft-header-layout__top-container{height:var(--vft-header-layout-top-height);overflow:visible}.vft-header-layout__top-container .content{display:flex;justify-content:space-between;height:100%}.vft-header-layout__top-container .content .left{display:flex;align-items:center;min-width:var(--vft-header-layout-left-min-width)}.vft-header-layout__top-container .content .right{display:flex;align-items:center}.vft-header-layout__footer{height:calc(var(--vft-header-layout-height) - var(--vft-header-layout-top-height))}
|
|
1
|
+
:root{--vft-header-layout-height:70px;--vft-header-layout-top-height:40px;--vft-header-layout-bg-color:#eff1f5;--vft-header-layout-left-min-width:800px;--vft-header-layout-z-index:var(--vft-z-index-header-layout)}.vft-header-layout{height:var(--vft-header-layout-height);background-color:var(--vft-header-layout-bg-color);z-index:var(--vft-header-layout-z-index)}.vft-header-layout .vft-container{height:100%}.vft-header-layout__top-container{height:var(--vft-header-layout-top-height);overflow:visible}.vft-header-layout__top-container.is-no-bottom{height:100%}.vft-header-layout__top-container .content{display:flex;justify-content:space-between;height:100%}.vft-header-layout__top-container .content .left{display:flex;align-items:center;min-width:var(--vft-header-layout-left-min-width)}.vft-header-layout__top-container .content .right{display:flex;align-items:center}.vft-header-layout__footer{height:calc(var(--vft-header-layout-height) - var(--vft-header-layout-top-height))}
|