@indice/ng-components 0.2.173-beta.20 → 0.2.173-beta.21
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.scss +4 -0
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -576,6 +576,10 @@
|
|
|
576
576
|
@apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8 p-4;
|
|
577
577
|
}
|
|
578
578
|
|
|
579
|
+
.tile-card-footer {
|
|
580
|
+
@apply absolute bottom-0 inset-x-0 bg-gradient-to-b from-transparent to-gray-50 px-2 pb-4 sm:px-4;
|
|
581
|
+
}
|
|
582
|
+
|
|
579
583
|
|
|
580
584
|
.collapsible-panel-container {
|
|
581
585
|
@apply bg-white border border-gray-200 mb-2;
|