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.
@@ -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;
@@ -218,7 +218,7 @@ mecx-select-filter {
218
218
 
219
219
  mecx-form-field-body {
220
220
  cursor: pointer;
221
- height: 48px;
221
+ height: 40px;
222
222
  }
223
223
 
224
224
  &.trigger {
@@ -989,7 +989,7 @@
989
989
  function MonkeyButtonComponent() {
990
990
  this.iconPosition = 'left';
991
991
  this.disabled = false;
992
- this.size = 'lg';
992
+ this.size = 'md';
993
993
  this._useContrast = false;
994
994
  }
995
995
  MonkeyButtonComponent.prototype.ngOnInit = function () {