monkey-style-guide 2.0.73 → 2.0.77

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.
@@ -18,6 +18,7 @@ mecx-form-field {
18
18
  display: flex;
19
19
  flex-direction: row;
20
20
  justify-content: space-between;
21
+ align-items: center;
21
22
 
22
23
  label {
23
24
  color: #4b4a53;
@@ -212,13 +212,13 @@ mecx-select-filter {
212
212
  flex-direction: column;
213
213
  justify-content: center;
214
214
  width: 100%;
215
- height: 48px;
215
+ height: 40px;
216
216
  cursor: pointer;
217
217
  transition: all 0;
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 () {