@timus-networks/theme 2.4.95 → 2.4.96
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@timus-networks/theme";
|
|
14
|
-
const version = "2.4.
|
|
14
|
+
const version = "2.4.96";
|
|
15
15
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
16
16
|
const type = "module";
|
|
17
17
|
const exports = {
|
|
@@ -14220,7 +14220,7 @@ h6,
|
|
|
14220
14220
|
overflow: hidden;
|
|
14221
14221
|
position: sticky;
|
|
14222
14222
|
z-index: 12;
|
|
14223
|
-
top:
|
|
14223
|
+
top: 36px;
|
|
14224
14224
|
}
|
|
14225
14225
|
.el-table__header-wrapper tbody td.el-table__cell {
|
|
14226
14226
|
background-color: var(--el-table-row-hover-bg-color);
|
|
@@ -699,7 +699,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
699
699
|
overflow: hidden;
|
|
700
700
|
position: sticky;
|
|
701
701
|
z-index: 12;
|
|
702
|
-
top:
|
|
702
|
+
top: 36px;
|
|
703
703
|
}
|
|
704
704
|
.el-table__header-wrapper tbody td.el-table__cell {
|
|
705
705
|
background-color: var(--el-table-row-hover-bg-color);
|
package/package.json
CHANGED