feature/homogenizacion-estilos-catalogos-fijos-y-generales
This commit is contained in:
@@ -121,3 +121,45 @@
|
||||
@apply bg-background text-foreground overflow-x-hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.catalog-table-shell {
|
||||
@apply rounded-md border border-border/80 bg-card shadow-sm;
|
||||
}
|
||||
|
||||
.catalog-table-scroll {
|
||||
@apply relative w-full flex-1 overflow-auto bg-card;
|
||||
}
|
||||
|
||||
.catalog-table-header {
|
||||
@apply sticky top-0 z-20 border-b border-border/80 bg-card/95 shadow-sm backdrop-blur-md;
|
||||
}
|
||||
|
||||
.catalog-table-head-cell {
|
||||
@apply whitespace-nowrap text-sm font-semibold text-foreground/90;
|
||||
}
|
||||
|
||||
.catalog-table-row {
|
||||
@apply transition-colors hover:bg-accent/35;
|
||||
}
|
||||
|
||||
.catalog-table-row-selected {
|
||||
@apply bg-accent/65 text-accent-foreground hover:bg-accent/65;
|
||||
}
|
||||
|
||||
.catalog-table-sticky-left {
|
||||
@apply sticky left-0 border-r border-border/70 bg-card shadow-[4px_0_12px_-6px_rgba(0,0,0,0.12)] dark:shadow-[4px_0_12px_-6px_rgba(0,0,0,0.35)];
|
||||
}
|
||||
|
||||
.catalog-table-sticky-right {
|
||||
@apply sticky right-0 border-l border-border/70 bg-card shadow-[-4px_0_12px_-6px_rgba(0,0,0,0.08)] dark:shadow-[-4px_0_12px_-6px_rgba(0,0,0,0.25)];
|
||||
}
|
||||
|
||||
.catalog-table-sticky-row-hover {
|
||||
@apply bg-card group-hover/inv-list:bg-accent/35;
|
||||
}
|
||||
|
||||
.catalog-table-sticky-row-selected {
|
||||
@apply bg-accent/65 text-accent-foreground;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user