Open imtiazShakil opened 5 years ago
I will drop the !default
declaration on most of our overrides in the future to make the theme more extendable and adjustable. Thanks for the explanation!
Hi,
Did you had time to fix this? If yes then we should close this issue.
Thanks
您好,您的邮件我已经收到,我会尽快回复! 谢谢!
the variable
$topbar-base-height
is used for adjusting the height of.sidebar-brand
&.topbar
class. But the variable is statically declared without the!default
keyword.This forces user to modify sb-admin2 theme, because they can't override the variable.
So please add a
!default
keyword for$topbar-base-height
variable