| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Malibu_preview/styles/system/ |
Upload File : |
/* Header Brand and Logo
========================================================================== */
.navbar-brand {
@include transition(300ms ease margin);
display: flex;
align-items: center;
height: $gx-header-height-mobile;
line-height: ($gx-header-height-mobile - 2px);
max-width: $gx-brand-width-mobile;
padding-left: floor($grid-gutter-width / 2);
@media (min-width: $grid-float-breakpoint) {
max-width: 100%;
height: $gx-brand-height;
margin: $gx-brand-margin-vertical 0;
padding-left: 0;
}
img, svg {
@extend .img-responsive;
max-height: 100%;
height: 100%;
}
}
// sticky behavior
#header {
@media (min-width: $grid-float-breakpoint) {
@if ($gx-body-wrap != true) {
@if ($gx-header-fixed) {
&.sticky {
.navbar-brand {
height: $gx-brand-height-sticky;
margin: $gx-brand-margin-vertical-sticky 0;
}
}
}
}
}
}