Hello, in a blazor page I can change all the standard controls size simply changing the font size in the :root{} element of bootstrap.min.css file.
This work perfectly for default controls but not for syncfusion's which use a different bootstrap css.
In this css all size are fixed and not in rem so it seem I don't have the possibility to change everything in one shot.
Is this correct?