How to add class to view page?

Hello, is possible to add a class only to view page? I want to intercept via CSS only the view pages to style the form differently. I'm using Filament v2
3 Replies
LeandroFerreira
LeandroFerreira4mo ago
I guess you can use
@push('styles')
//your css
@endpush
@push('styles')
//your css
@endpush
Matheeus
Matheeus4mo ago
I don’t have the blade file. I need to push the CSS class via the Resource