I would like to have different navbar's design according to user login.
Not only the options available (in the menu) but also css definitions (colors, and so on...). Is it possible to define them as variables maintaining for example the bootstrap scheme. For exchanging colors I saw:
Change navbar color in Twitter Bootstrap 3 answered by Skelly
It does solve my problem. I need the colors (...) to be decided only when the view is generated.
Thanks in advance.