overwrite quasar component/elements with our own css
-
Hi all ,
I am using quasar v2 beta with vue3 and typescript . i am writing components with composition apimy question is how i can overwrite css classes of any quasar element or component
Thanks
-
@rajrana First check the component’s Api/Props/Style. for other use cases Inspect the html and overwrite by class
-
i have tried overwriting class but it does not works @suleiman_as
-
@rajrana It’s just css&classes you can overwrite it. try it without scoped or in main style file
-
@rajrana sometimes you need !important
-
@suleiman_as what if i want to modify a quasar component for some vue components
in that case global will not help as the style is changed all over the application
-
@rajrana use (!important)
-
@suleiman_as i am trying to say i want to customize the quasar element for only specific components
-
customize the quasar element for only specific components