@timus-networks/theme 2.4.251 → 2.4.252
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +0 -1
- package/dist/runtime/public/scss/element-plus/descriptions.css +0 -1
- package/dist/runtime/public/scss/element-plus/descriptions.scss +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +0 -1
- package/package.json +1 -1
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.251";
|
|
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 = {
|
|
@@ -9020,7 +9020,6 @@ heights > $common-component-size
|
|
|
9020
9020
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell .el-descriptions__label {
|
|
9021
9021
|
border-left: 22px solid white;
|
|
9022
9022
|
}
|
|
9023
|
-
|
|
9024
9023
|
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
9025
9024
|
border-bottom: none;
|
|
9026
9025
|
}
|
|
@@ -352,7 +352,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
352
352
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell .el-descriptions__label {
|
|
353
353
|
border-left: 22px solid white;
|
|
354
354
|
}
|
|
355
|
-
|
|
356
355
|
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
357
356
|
border-bottom: none;
|
|
358
357
|
}
|
|
@@ -120,7 +120,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
120
120
|
border-bottom: 1px solid getCssVar('descriptions-table-border');
|
|
121
121
|
// padding: map.get($descriptions-bordered-cell-padding, 'default');
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
.el-descriptions__label {
|
|
124
124
|
border-left: 22px solid white;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -8017,7 +8017,6 @@ heights > $common-component-size
|
|
|
8017
8017
|
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell .el-descriptions__label {
|
|
8018
8018
|
border-left: 22px solid white;
|
|
8019
8019
|
}
|
|
8020
|
-
|
|
8021
8020
|
.el-descriptions__body .el-descriptions__table.is-bordered tr:last-child .el-descriptions__cell {
|
|
8022
8021
|
border-bottom: none;
|
|
8023
8022
|
}
|
package/package.json
CHANGED