@intellias/menu 3.0.7 → 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/dist/js/kudosForm.js +1 -1
- 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;
|
package/dist/js/kudosForm.js
CHANGED
|
@@ -332,7 +332,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
332
332
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
333
333
|
|
|
334
334
|
"use strict";
|
|
335
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"i\", {\n staticClass: \"icon
|
|
335
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"i\", {\n staticClass: \"icon arrow-down\"\n });\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack://MainMenu/./components/v-select-intems/open-indicator/OpenIndicator.vue?./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/vue-loader/lib??vue-loader-options");
|
|
336
336
|
|
|
337
337
|
/***/ }),
|
|
338
338
|
|