@timus-networks/theme 2.4.232 → 2.4.233
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 +1 -3
- package/dist/runtime/public/scss/element-plus/descriptions.css +1 -3
- package/dist/runtime/public/scss/element-plus/descriptions.scss +1 -3
- package/dist/runtime/public/scss/element-plus/index.css +1 -3
- 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.232";
|
|
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 = {
|
|
@@ -9082,9 +9082,7 @@ heights > $common-component-size
|
|
|
9082
9082
|
justify-content: space-between;
|
|
9083
9083
|
}
|
|
9084
9084
|
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
9085
|
-
|
|
9086
|
-
align-items: center;
|
|
9087
|
-
justify-content: space-between;
|
|
9085
|
+
text-align: right;
|
|
9088
9086
|
}
|
|
9089
9087
|
|
|
9090
9088
|
.el-descriptions__label.el-descriptions__cell.is-bordered-label {
|
|
@@ -414,7 +414,5 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
414
414
|
justify-content: space-between;
|
|
415
415
|
}
|
|
416
416
|
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
417
|
-
|
|
418
|
-
align-items: center;
|
|
419
|
-
justify-content: space-between;
|
|
417
|
+
text-align: right;
|
|
420
418
|
}
|
|
@@ -181,9 +181,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
181
181
|
justify-content: space-between;
|
|
182
182
|
}
|
|
183
183
|
.#{$namespace}-descriptions__cell.is-bordered-content {
|
|
184
|
-
|
|
185
|
-
align-items: center;
|
|
186
|
-
justify-content: space-between;
|
|
184
|
+
text-align: right;
|
|
187
185
|
}
|
|
188
186
|
}
|
|
189
187
|
}
|
|
@@ -8079,9 +8079,7 @@ heights > $common-component-size
|
|
|
8079
8079
|
justify-content: space-between;
|
|
8080
8080
|
}
|
|
8081
8081
|
.el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
|
|
8082
|
-
|
|
8083
|
-
align-items: center;
|
|
8084
|
-
justify-content: space-between;
|
|
8082
|
+
text-align: right;
|
|
8085
8083
|
}
|
|
8086
8084
|
|
|
8087
8085
|
.el-descriptions__label.el-descriptions__cell.is-bordered-label {
|
package/package.json
CHANGED