Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
949ef769
Commit
949ef769
authored
Oct 10, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new logo to subpages
parent
f5fdf4f7
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
resources/less/metager/general/general.less
resources/less/metager/general/general.less
+5
-1
resources/views/layouts/subPages.blade.php
resources/views/layouts/subPages.blade.php
+1
-1
No files found.
resources/less/metager/general/general.less
View file @
949ef769
...
...
@@ -182,11 +182,12 @@ i.fa {
}
#subpage-logo {
padding: 5px 0;
padding:
16px 0
5px 0
px
;
.navbar-brand {
.noprint;
line-height: 100% !important;
padding: 0;
padding-left: 8px;
position: absolute;
z-index: 5;
left: 10px;
...
...
@@ -194,6 +195,9 @@ i.fa {
.logo;
font-size: 1.6em;
margin: 0;
>img {
width: 4.8em;
}
}
}
}
...
...
resources/views/layouts/subPages.blade.php
View file @
949ef769
...
...
@@ -3,7 +3,7 @@
@
section
(
'homeIcon'
)
<
div
id
=
"subpage-logo"
>
<
a
class
=
"navbar-brand"
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
") }}"
>
<
h1
>
MetaGer
</
h1
>
<
h1
>
<
img
src
=
"/img/metager.svg"
alt
=
"
MetaGer
"
/>
</
h1
>
</
a
>
</
div
>
@
endsection
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment