@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.
- package/_styles.css +5 -5
- 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
|
-
|
|
134
|
-
@apply bg-gradient-to-r from-gray-900 to-gray-800 pb-24 sm:pb-
|
|
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
|
|
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
|
|
362
|
+
@apply pt-6 pb-4 sm:py-6;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
.view-layout-title-container {
|
|
366
|
-
@apply flex
|
|
366
|
+
@apply flex text-white flex-row justify-start ;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
.view-layout-title-container-inner {
|