| 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/admin/styles/admin/layouts/main/header/ |
Upload File : |
/*
Main Application Header
==========================================================================
Style the main app header.
*/
$header-text-color: #FFFFFF;
$header-bg-color: $brand-primary;
#main-header {
@import "actions";
@import "info_box";
@import "search";
position: fixed;
left: 0;
top: 0;
width: 100vw;
z-index: $zindex-main-header;
background: $header-bg-color;
color: $header-text-color;
height: $header-height;
> div {
display: inline-block;
float: left;
}
> div:first-child {
padding-left: 0;
}
> div:last-child {
padding-right: $padding-small;
}
.logo {
width: $menu-width;
text-align: center;
line-height: $header-height;
a {
color: $header-text-color;
text-decoration: none;
outline: none;
img {
margin: 0 $margin-small;
height: 23px;
}
h1 {
font-size: 16px;
font-weight: bold;
margin: 14px 5px;
}
}
}
}