@timus-networks/theme 2.4.207 → 2.4.208
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 +2 -2
- package/dist/runtime/public/scss/element-plus/index.css +2 -2
- package/dist/runtime/public/scss/element-plus/notification.css +2 -2
- package/dist/runtime/public/scss/element-plus/notification.scss +2 -2
- 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.207";
|
|
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 = {
|
|
@@ -12051,8 +12051,8 @@ heights > $common-component-size
|
|
|
12051
12051
|
}
|
|
12052
12052
|
.el-notification .el-notification__closeBtn {
|
|
12053
12053
|
position: absolute;
|
|
12054
|
-
top:
|
|
12055
|
-
right:
|
|
12054
|
+
top: 16px;
|
|
12055
|
+
right: 14px;
|
|
12056
12056
|
cursor: pointer;
|
|
12057
12057
|
color: var(--el-notification-close-color);
|
|
12058
12058
|
font-size: var(--el-notification-close-font-size);
|
|
@@ -11159,8 +11159,8 @@ h6,
|
|
|
11159
11159
|
}
|
|
11160
11160
|
.el-notification .el-notification__closeBtn {
|
|
11161
11161
|
position: absolute;
|
|
11162
|
-
top:
|
|
11163
|
-
right:
|
|
11162
|
+
top: 16px;
|
|
11163
|
+
right: 14px;
|
|
11164
11164
|
cursor: pointer;
|
|
11165
11165
|
color: var(--el-notification-close-color);
|
|
11166
11166
|
font-size: var(--el-notification-close-font-size);
|
|
@@ -370,8 +370,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
370
370
|
}
|
|
371
371
|
.el-notification .el-notification__closeBtn {
|
|
372
372
|
position: absolute;
|
|
373
|
-
top:
|
|
374
|
-
right:
|
|
373
|
+
top: 16px;
|
|
374
|
+
right: 14px;
|
|
375
375
|
cursor: pointer;
|
|
376
376
|
color: var(--el-notification-close-color);
|
|
377
377
|
font-size: var(--el-notification-close-font-size);
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
|
|
69
69
|
& .#{$namespace}-notification__closeBtn {
|
|
70
70
|
position: absolute;
|
|
71
|
-
top:
|
|
72
|
-
right:
|
|
71
|
+
top: 16px;
|
|
72
|
+
right: 14px;
|
|
73
73
|
cursor: pointer;
|
|
74
74
|
color: getCssVar('notification-close-color');
|
|
75
75
|
font-size: getCssVar('notification-close-font-size');
|
package/package.json
CHANGED