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

Merge branch '377-spendenaufruf-startseite' into 'development'

Spendenaufruf auf Startseite

Closes #377

See merge request !583
parents 242d434b 74de9095
No related branches found
No related tags found
2 merge requests!619Development,!583Spendenaufruf auf Startseite
This diff is collapsed.
This diff is collapsed.
......@@ -9,10 +9,14 @@ summary {
cursor: pointer;
}
.aufruf-winter {
.quicktip.aufruf-winter {
border-left: 3px solid #AB2121 !important;
}
.aufruf-winter h1 {
font-size: 32px;
}
.aufruf-winter a {
color: #AB2121;
}
......@@ -27,3 +31,9 @@ summary {
background-color: #BD0D0D !important;
border-color: #953535;
}
@media(min-width: @screen-lg) {
.aufruf-winter.mg-panel {
width: 940px;
}
}
\ No newline at end of file
......@@ -108,6 +108,9 @@
</nav>
</header>
<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">
@if (isset($success))
<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