@indice/ng-components 0.3.2-beta.3 → 0.3.2-beta.5

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/_styles.scss +2 -2
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -805,7 +805,7 @@
805
805
  }
806
806
 
807
807
  .form-content-container {
808
- @apply border-t border-gray-200 px-4 py-5;
808
+ @apply border-t border-gray-200 px-4 py-4;
809
809
  }
810
810
 
811
811
  .form-content-container-inner {
@@ -825,7 +825,7 @@
825
825
  }
826
826
 
827
827
  .form-actions {
828
- @apply -mx-4 -my-5 px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end rounded-b-xl;
828
+ @apply -mx-4 -mb-4 px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end rounded-b-xl;
829
829
  }
830
830
 
831
831
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.3",
3
+ "version": "0.3.2-beta.5",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",