Skip to content
Snippets Groups Projects
Commit 1e8a6a91 authored by Phil Höfer's avatar Phil Höfer
Browse files

Spendenaufruf auf Startseite

parent 443f7eea
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
This diff is collapsed.
This diff is collapsed.
...@@ -9,10 +9,14 @@ summary { ...@@ -9,10 +9,14 @@ summary {
cursor: pointer; cursor: pointer;
} }
.aufruf-winter { .quicktip.aufruf-winter {
border-left: 3px solid #AB2121 !important; border-left: 3px solid #AB2121 !important;
} }
.aufruf-winter h1 {
font-size: 32px;
}
.aufruf-winter a { .aufruf-winter a {
color: #AB2121; color: #AB2121;
} }
...@@ -27,3 +31,9 @@ summary { ...@@ -27,3 +31,9 @@ summary {
background-color: #BD0D0D !important; background-color: #BD0D0D !important;
border-color: #953535; border-color: #953535;
} }
@media(min-width: @screen-lg) {
.aufruf-winter.mg-panel {
width: 940px;
}
}
\ No newline at end of file
...@@ -108,6 +108,9 @@ ...@@ -108,6 +108,9 @@
</nav> </nav>
</header> </header>
<div class="wrapper"> <div class="wrapper">
<div class="mg-panel container aufruf-winter hidden-xs"><a href="/spendenaufruf"><h1 class="aufruf-winter">Lesen Sie unseren Spendenaufruf!</h1></a>
<p class="lead" style="margin-bottom: 5px">Mit Ihrer Hilfe können wir Datenschutz und Privatsphäre bei der Internetsuche sichern.</p>
</div>
<main class="mg-panel container"> <main class="mg-panel container">
@if (isset($success)) @if (isset($success))
<div class="alert alert-success" role="alert">{{ $success }}</div> <div class="alert alert-success" role="alert">{{ $success }}</div>
......
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