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

Spendenaufruf auf Ergebnisseite

parent 1c910d0a
No related branches found
No related tags found
2 merge requests!619Development,!575Spendenaufruf
This diff is collapsed.
This diff is collapsed.
......@@ -7,4 +7,23 @@ summary::details-marker { display:none; }
summary {
cursor: pointer;
}
.aufruf-winter {
border-left: 3px solid #AB2121 !important;
}
.aufruf-winter a {
color: #AB2121;
}
.aufruf-winter .aufruf-action-btn {
color: white;
background-color: #AB2121 !important;
border-color: #953535;
}
.aufruf-winter .aufruf-action-btn:hover {
background-color: #BD0D0D !important;
border-color: #953535;
}
\ No newline at end of file
......@@ -4,6 +4,15 @@
<link type="text/css" rel="stylesheet" href="/css/themes/{{ app('request')->input('theme', 'default') }}.css" />
</head>
<body class="quicktips">
<div class="quicktip aufruf-winter">
<div class="media">
<div class="media-body">
<h2 class="qtheader"><a href="/spendenaufruf/" target="_blank" rel="noopener">Winter ist die Zeit der Großzügigkeit</a></h2>
<div contenteditable>Helfen Sie mit, MetaGer weiterzuentwickeln und am Laufen zu halten. Ihre Spende sichert unseren Fortbestand:</div>
<a href="/spendenaufruf/" class="btn btn-primary btn-block aufruf-action-btn">Zum Spendenaufruf&hellip;</a>
</div>
</div>
</div>
@if( $spruch !== "" )
<blockquote id="spruch">{!! $spruch !!}</blockquote>
@endif
......
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