@indice/ng-components 0.2.122 → 0.2.123

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.css +5 -5
  2. package/package.json +1 -1
package/_styles.css CHANGED
@@ -130,8 +130,8 @@
130
130
  @apply antialiased font-sans bg-gray-100;
131
131
  }
132
132
 
133
- .shell-header-container {
134
- @apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-32 z-50;
133
+ .shell-header-container {
134
+ @apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-28 z-50;
135
135
  }
136
136
 
137
137
  .shell-header-container-inner {
@@ -143,7 +143,7 @@
143
143
  }
144
144
 
145
145
  .shell-content-container {
146
- @apply bg-gray-900 text-white;
146
+ @apply mx-auto -mt-28;
147
147
  }
148
148
 
149
149
  .shell-content-container-no-header {
@@ -359,11 +359,11 @@
359
359
  }
360
360
 
361
361
  .view-layout-paddings {
362
- @apply py-6 sm:py-10;
362
+ @apply pt-6 pb-4 sm:py-6;
363
363
  }
364
364
 
365
365
  .view-layout-title-container {
366
- @apply flex bg-gray-900 text-white flex-row justify-start ;
366
+ @apply flex text-white flex-row justify-start ;
367
367
  }
368
368
 
369
369
  .view-layout-title-container-inner {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.122",
3
+ "version": "0.2.123",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",