monkey-style-guide 2.0.71 → 2.0.75
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/assets/scss/partials/_forms.scss +9 -0
- package/assets/scss/partials/components/_select.scss +1 -1
- package/bundles/monkey-style-guide.umd.js +1 -1
- package/bundles/monkey-style-guide.umd.js.map +1 -1
- package/esm2015/lib/components/button/button.component.js +2 -2
- package/fesm2015/monkey-style-guide.js +1 -1
- package/fesm2015/monkey-style-guide.js.map +1 -1
- package/monkey-style-guide-2.0.75.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-2.0.71.tgz +0 -0
|
@@ -65,6 +65,7 @@ mecx-form-field {
|
|
|
65
65
|
padding-left: 8px;
|
|
66
66
|
padding-right: 8px;
|
|
67
67
|
margin-bottom: 4px;
|
|
68
|
+
border: none !important;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
&.radiobutton {
|
|
@@ -228,6 +229,7 @@ mecx-form-field-filter {
|
|
|
228
229
|
padding-left: 8px;
|
|
229
230
|
padding-right: 8px;
|
|
230
231
|
margin-bottom: 4px;
|
|
232
|
+
border: none !important;
|
|
231
233
|
}
|
|
232
234
|
|
|
233
235
|
&.radiobutton {
|
|
@@ -301,6 +303,13 @@ mecx-form-field-filter {
|
|
|
301
303
|
}
|
|
302
304
|
}
|
|
303
305
|
|
|
306
|
+
monkey-file-upload {
|
|
307
|
+
mecx-form-field mecx-form-field-body {
|
|
308
|
+
cursor: pointer;
|
|
309
|
+
height: 48px;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
304
313
|
.disabled {
|
|
305
314
|
box-shadow: none;
|
|
306
315
|
pointer-events: none;
|