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

Merge branch '780-spendenknopf-in-quicktips-weiter-nach-oben' into 'development'

Resolve "Spendenknopf in quicktips weiter nach oben"

Closes #780

See merge request !1287
parents 35a89605 19cd310a
No related branches found
No related tags found
1 merge request!1287Resolve "Spendenknopf in quicktips weiter nach oben"
...@@ -85,8 +85,31 @@ ...@@ -85,8 +85,31 @@
font-size: 14px; font-size: 14px;
} }
} }
&[type=spruch] { &[type=spendenaufruf] {
order: 0; order: 0;
border: none;
box-shadow: none;
color: #ff8000;
background-color: inherit;
.quicktip-summary {
display: flex;
justify-content: space-between;
align-items: center;
h1 {
margin: 0px;
}
p {
margin: 5px;
.spendenaufruf-btn {
color: white;
background-color: #ff8000;
font-size: 16px;
}
}
}
}
&[type=spruch] {
order: 1;
border-left: 3px solid #070; border-left: 3px solid #070;
p { p {
color: #070; color: #070;
...@@ -101,7 +124,7 @@ ...@@ -101,7 +124,7 @@
} }
} }
&[type=duckDuckGo-bang] { &[type=duckDuckGo-bang] {
order: 1; order: 2;
.bang-btn { .bang-btn {
width: 100%; width: 100%;
margin-top: 5px; margin-top: 5px;
...@@ -111,39 +134,16 @@ ...@@ -111,39 +134,16 @@
} }
} }
&[type=wikipedia] { &[type=wikipedia] {
order: 2;
}
&[type=dictCC] {
order: 3; order: 3;
} }
&[type=tip] { &[type=dictCC] {
order: 4; order: 4;
} }
&[type=ad] { &[type=tip] {
order: 5; order: 5;
} }
&[type=spendenaufruf] { &[type=ad] {
order: 6; order: 6;
border: none;
box-shadow: none;
color: #ff8000;
background-color: inherit;
.quicktip-summary {
display: flex;
justify-content: space-between;
align-items: center;
h1 {
margin: 0px;
}
p {
margin: 5px;
.spendenaufruf-btn {
color: white;
background-color: #ff8000;
font-size: 16px;
}
}
}
} }
} }
} }
\ No newline at end of file
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