startbootstrap-sb-admin-2 icon indicating copy to clipboard operation
startbootstrap-sb-admin-2 copied to clipboard

topbar base height variable should be adjustable

Open imtiazShakil opened this issue 5 years ago • 3 comments

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

imtiazShakil avatar Jul 03 '19 16:07 imtiazShakil

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!

davidtmiller avatar Jun 19 '20 19:06 davidtmiller