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

Es gibt nun die Klasse "new-feature" in Zusammenhang mit "badge" erstellt...

Es gibt nun die Klasse "new-feature" in Zusammenhang mit "badge" erstellt diese ein orangenes "Neu-Badge" um Neuerungen hervorzuheben.
parent a0789e5e
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -38,6 +38,10 @@ summary { ...@@ -38,6 +38,10 @@ summary {
background-size: 100px 100px; background-size: 100px 100px;
} }
.new-feature.badge {
background-color: rgb(255, 128, 0);
}
@media(max-width: @screen-sm-max) { @media(max-width: @screen-sm-max) {
.aufruf-winter.mg-panel { .aufruf-winter.mg-panel {
background-size: 60px 60px; background-size: 60px 60px;
......
...@@ -8,7 +8,7 @@ return [ ...@@ -8,7 +8,7 @@ return [
'foki.produkte' => 'Produkte', 'foki.produkte' => 'Produkte',
'foki.anpassen' => 'anpassen', 'foki.anpassen' => 'anpassen',
'foki.angepasst' => 'angepasst', 'foki.angepasst' => 'angepasst',
'foki.maps' => 'Maps.metager.de', 'foki.maps' => 'Maps.metager.de <span class="badge new-feature">Neu</span>',
'design' => 'Persönliches Design auswählen', 'design' => 'Persönliches Design auswählen',
......
...@@ -8,7 +8,7 @@ return [ ...@@ -8,7 +8,7 @@ return [
"foki.produkte" => "Shopping", "foki.produkte" => "Shopping",
"foki.anpassen" => "customize", "foki.anpassen" => "customize",
"foki.angepasst" => "customized", "foki.angepasst" => "customized",
"foki.maps" => "maps.metager.de", "foki.maps" => "maps.metager.de <span class=\"badge new-feature\">New</span>",
"design" => "select personal theme", "design" => "select personal theme",
"conveyor" => "Purchase at affiliate shops", "conveyor" => "Purchase at affiliate shops",
"partnertitle" => "Support MetaGer without any costs to you", "partnertitle" => "Support MetaGer without any costs to you",
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<li id="mapsTabSelector" role="presentation" class="tab-selector"> <li id="mapsTabSelector" role="presentation" class="tab-selector">
<a href="https://maps.metager.de/map/{{ $metager->getQ() }}/-6.781309835595698/44.85855550132342/33.9779675081543/58.25372144666716" target="_blank"> <a href="https://maps.metager.de/map/{{ $metager->getQ() }}/-6.781309835595698/44.85855550132342/33.9779675081543/58.25372144666716" target="_blank">
<span class='glyphicon glyphicon-map-marker'></span> <span class='glyphicon glyphicon-map-marker'></span>
<span class="hidden-xs">{{ trans('index.foki.maps') }}</span> <span class="hidden-xs">{!! trans('index.foki.maps') !!}</span>
</a> </a>
</li> </li>
</ul> </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