coolify/resources/views/layouts
Andras Bacsai bf8dcac88c Move inline styles to global CSS file
Moved .log-highlight styles from Livewire component views to resources/css/app.css for better separation of concerns and reusability. This follows Laravel and Livewire best practices by keeping styles in the appropriate location rather than inline in component views.

Changes:
- Added .log-highlight styles to resources/css/app.css
- Removed inline <style> tags from deployment/show.blade.php
- Removed inline <style> tags from get-logs.blade.php
- Added XSS security test for log viewer
- Applied code formatting with Laravel Pint

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 13:15:01 +01:00
..
app.blade.php fix: enhance styling for page width component in Blade template 2025-11-05 09:00:25 +01:00
base.blade.php Move inline styles to global CSS file 2025-12-04 13:15:01 +01:00
boarding.blade.php feat(onboarding): redesign user onboarding flow with modern UI/UX 2025-10-12 17:59:37 +02:00
simple.blade.php Refactor code and comment out unused imports and code blocks 2024-04-03 14:32:23 +02:00