@onemrvapublic/design-system-theme 18.2.5-develop.1 → 18.2.5-develop.3

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.
@@ -12,9 +12,12 @@
12
12
  min-height: 46px;
13
13
  .mdc-text-field--outlined {
14
14
  .mat-mdc-form-field-infix {
15
- padding: 10px 0 6px 0;
15
+ padding: 7px 0 4px 0;
16
16
  }
17
17
  }
18
18
  }
19
19
  }
20
+ .mdc-notched-outline__notch {
21
+ border-left: none !important;
22
+ }
20
23
  }
@@ -255,7 +255,7 @@
255
255
 
256
256
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined {
257
257
  .mat-mdc-form-field-infix {
258
- padding: 10px 0 6px 0;
258
+ padding: 7px 0 4px 0;
259
259
  display: flex;
260
260
  align-items: center;
261
261
  }
@@ -12,9 +12,9 @@
12
12
  .mat-mdc-select {
13
13
  padding: 0;
14
14
  --mat-select-invalid-arrow-color: #{µ.error($theme, 500)};
15
- .mat-mdc-text-field-wrapper.mdc-text-field--outlined
16
- .mat-mdc-form-field-infix {
17
- padding: 12px 0;
18
- }
15
+ //.mat-mdc-text-field-wrapper.mdc-text-field--outlined
16
+ // .mat-mdc-form-field-infix {
17
+ // padding: 12px 0;
18
+ //}
19
19
  }
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v18.2.5-develop.1",
3
+ "version": "v18.2.5-develop.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },