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

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

Aufruf kleiner und dessen Linkfarbe festgesetzt

Closes #377

See merge request !586
parents 79d1aeac db8ab470
No related branches found
No related tags found
2 merge requests!619Development,!586Aufruf kleiner und dessen Linkfarbe festgesetzt
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -17,10 +17,9 @@ summary {
font-size: 32px;
}
.aufruf-winter a {
.aufruf-winter a, .aufruf-winter a:visited {
color: #AB2121;
}
.aufruf-winter .aufruf-action-btn {
color: white;
background-color: #AB2121 !important;
......@@ -32,6 +31,16 @@ summary {
border-color: #953535;
}
@media(max-width: @screen-md-max) {
.aufruf-winter h1 {
font-size: 27px;
}
.aufruf-winter .lead {
font-size: 18px;
}
}
@media(min-width: @screen-lg) {
.aufruf-winter.mg-panel {
width: 940px;
......
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