
| Current Path : /var/www/html/wirtschaftsclub.web-klick.de/themes/wirtschaftsclub/sass/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/wirtschaftsclub.web-klick.de/themes/wirtschaftsclub/sass/component/_toolbar.scss |
/**
* Toolbar module styling.
*/
$toolbar-width: 240px;
body.toolbar-fixed {
// Fix z-index.
.toolbar-oriented .toolbar-bar {
z-index: ($zindex-navbar-fixed + 1);
}
.navbar-fixed-top {
top: 39px;
}
// Horizontal.
&.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
top: 79px;
}
// Vertical Open.
&.toolbar-vertical.toolbar-tray-open {
.navbar-fixed-top {
left: $toolbar-width;
}
&.toolbar-fixed {
margin-left: $toolbar-width;
.toolbar-tray {
padding-bottom: 40px;
&, > .toolbar-lining:before {
width: $toolbar-width;
}
}
}
}
}