
| Current Path : /var/www/html/german-vocational.cn/themes/vartheme/less/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/german-vocational.cn/themes/vartheme/less/component/toolbar.component.less |
// Toolbar module styling.
// -----------------------------------------------------------------------------
@import "../../bootstrap/less/variables.less"; // Bootstrap variables.
@import "../../bootstrap/less/mixins.less"; // Bootstrap mixins.
@import "../variables.less"; // Vartheme variables.
@import "../mixins.less"; // Vartheme mixins.
// -----------------------------------------------------------------------------
@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;
}
}
}
}
}
// Remove flicking.
body.toolbar-loading {
margin-top: 0;
&.toolbar {
margin-bottom: (@grid-gutter-width / 2);
}
}