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

Merge branch '817-outlink-symbole-werden-nicht-falsch-angezeigt' into 'development'

Resolve "Outlink Symbole werden nicht (falsch) angezeigt"

Closes #817

See merge request !1330
parents 6cb41dd6 0d128cba
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -246,11 +246,11 @@ summary {
.inlink {
&:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 14px/1 'Font Awesome 5 Free';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f08e";
content: "\f35d";
}
}
......@@ -258,11 +258,11 @@ summary {
.outlink {
&:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 14px/1 'Font Awesome 5 Free';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f08e";
content: "\f35d";
}
}
......
......@@ -124,6 +124,9 @@ body {
.alert ul {
list-style-type: none;
padding-left: 49px;
@media (max-width: @screen-xs-max) {
padding-left: 0px;
}
}
.fa.fa-twitter {
......
......@@ -27,7 +27,7 @@
<ul class="startpage">
@foreach($sponsors as $link)
<li class="sponsor">
<a href="{{ $link->link }}" target="_blank" rel="noopener"><p>{{ $link->linktext }}</p> <i class="fa fa-external-link"></i></a>
<a href="{{ $link->link }}" target="_blank" rel="noopener"><p>{{ $link->linktext }}</p> <i class="fa fa-external-link-alt"></i></a>
</li>
@endforeach
</ul>
......
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