Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
1e8a6a91
Commit
1e8a6a91
authored
Nov 29, 2016
by
Phil Höfer
Browse files
Spendenaufruf auf Startseite
parent
443f7eea
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
1e8a6a91
This diff is collapsed.
Click to expand it.
public/css/themes/default.css.map
View file @
1e8a6a91
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/base.less
View file @
1e8a6a91
...
...
@@ -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
resources/views/layouts/staticPages.blade.php
View file @
1e8a6a91
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment