Headings font size #15024
-
Hi ! i would like to know if it's possible to rework headings default font size and spacing i think they are way too big. Every time i create a quasar project i need to override those variables to get a decent font size & spacing maybe you could copy the default one from bootstrap ? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
it would introduce a breaking change, what you could do is make a class of your own, then re-use that in your app. if you mean the tags, those are native and quasar doesn't style those. |
Beta Was this translation helpful? Give feedback.
-
LOL the default heading fonts are GIGANTIC. It would not be breaking if you simply added a configuration option, such as:
Then sometime down the road, after deprecation warning, swapped it with
|
Beta Was this translation helpful? Give feedback.
-
actually you can just do this in your quasar.variables.scss file
|
Beta Was this translation helpful? Give feedback.
-
@ivanjaros The issue is not how to change the values, it's that the default values are not practical. |
Beta Was this translation helpful? Give feedback.
-
I would also add request for button sizes. The md should be more like sm. |
Beta Was this translation helpful? Give feedback.
it would introduce a breaking change, what you could do is make a class of your own, then re-use that in your app. if you mean the tags, those are native and quasar doesn't style those.