@rlucan/ui 19.0.6 → 19.0.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/ui.scss +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlucan/ui",
3
- "version": "19.0.6",
3
+ "version": "19.0.7",
4
4
  "description": "My UI Components",
5
5
  "author": "rlucan@gmail.com",
6
6
  "peerDependencies": {
package/ui.scss CHANGED
@@ -906,8 +906,8 @@ ui-button, ui-action-button, ui-input, ui-input-autocomplete, ui-date, ui-text-a
906
906
 
907
907
  /**************** angular material css overrides ****************************/
908
908
  * {
909
- margin: 0;
910
- padding: 0;
909
+ //margin: 0;
910
+ //padding: 0;
911
911
  box-sizing: border-box;
912
912
  }
913
913