@intellias/menu 3.0.9 → 3.0.10
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/css/main.css +5 -5
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -329,15 +329,15 @@
|
|
|
329
329
|
.intems-menu .modal-footer .btn[data-v-47941d80]:not(:first-child) {
|
|
330
330
|
margin-left: 1rem;
|
|
331
331
|
}
|
|
332
|
-
.intems-menu .vm--modal[data-v-47941d80] {
|
|
333
|
-
padding-bottom: 1rem;
|
|
334
|
-
border-radius: var(--border-radius-8);
|
|
335
|
-
background-color: var(--surface-primary);
|
|
336
|
-
}
|
|
337
332
|
.intems-menu .vm--container[data-v-47941d80] {
|
|
338
333
|
background-color: var(--bg-overlay);
|
|
339
334
|
transition: 0.3s;
|
|
340
335
|
}
|
|
336
|
+
.intems-menu .vm--container .modal-wrapper[data-v-47941d80] {
|
|
337
|
+
padding-bottom: 1rem !important;
|
|
338
|
+
border-radius: var(--border-radius-8) !important;
|
|
339
|
+
background-color: var(--surface-primary) !important;
|
|
340
|
+
}
|
|
341
341
|
[data-v-4bad7ad2]:root {
|
|
342
342
|
--bg-primary-light:#F4F4F4;
|
|
343
343
|
--bg-primary-dark:#262626;
|