Files
ISA-Frontend/libs/shell/layout/src/lib/shell-layout.component.css
Lorenz Hilpert abcb8e2cb4 ♻️ refactor(shell-layout): restructure component and add network status banner
- Move shell-layout from nested folder to lib root
- Add network-status-banner component for connectivity display
- Remove old component structure and specs
2025-12-03 14:15:50 +01:00

4 lines
43 B
CSS

:host {
@apply block h-full w-full;
}