Skip to content
Snippets Groups Projects
Commit fa28b318 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Spendenknopf ist wieder ganz oben

parent 97c8ce4e
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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
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