Skip to content
Snippets Groups Projects

Resolve "Spendenknopf in quicktips weiter nach oben"

Merged Ghost User requested to merge 780-spendenknopf-in-quicktips-weiter-nach-oben into development
1 file
+ 28
28
Compare changes
  • Side-by-side
  • Inline
@@ -85,8 +85,31 @@
font-size: 14px;
}
}
&[type=spruch] {
&[type=spendenaufruf] {
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;
p {
color: #070;
@@ -101,7 +124,7 @@
}
}
&[type=duckDuckGo-bang] {
order: 1;
order: 2;
.bang-btn {
width: 100%;
margin-top: 5px;
@@ -111,39 +134,16 @@
}
}
&[type=wikipedia] {
order: 2;
}
&[type=dictCC] {
order: 3;
}
&[type=tip] {
&[type=dictCC] {
order: 4;
}
&[type=ad] {
&[type=tip] {
order: 5;
}
&[type=spendenaufruf] {
&[type=ad] {
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
Loading