Skip to content
Snippets Groups Projects
Commit 949ef769 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Added new logo to subpages

parent f5fdf4f7
No related branches found
No related tags found
1 merge request!1464Development
...@@ -182,11 +182,12 @@ i.fa { ...@@ -182,11 +182,12 @@ i.fa {
} }
#subpage-logo { #subpage-logo {
padding: 5px 0; padding: 16px 0 5px 0px;
.navbar-brand { .navbar-brand {
.noprint; .noprint;
line-height: 100% !important; line-height: 100% !important;
padding: 0; padding: 0;
padding-left: 8px;
position: absolute; position: absolute;
z-index: 5; z-index: 5;
left: 10px; left: 10px;
...@@ -194,6 +195,9 @@ i.fa { ...@@ -194,6 +195,9 @@ i.fa {
.logo; .logo;
font-size: 1.6em; font-size: 1.6em;
margin: 0; margin: 0;
>img {
width: 4.8em;
}
} }
} }
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
@section('homeIcon') @section('homeIcon')
<div id="subpage-logo"> <div id="subpage-logo">
<a class="navbar-brand" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}"> <a class="navbar-brand" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/") }}">
<h1>MetaGer</h1> <h1><img src="/img/metager.svg" alt="MetaGer" /></h1>
</a> </a>
</div> </div>
@endsection @endsection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment