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

Merge with development

parents 0838e06d 54ea3a7b
No related branches found
No related tags found
1 merge request!1285Resolve "Linkfarbe nicht barrierefrei"
......@@ -85,8 +85,30 @@
font-size: 14px;
}
}
&[type=spruch] {
&[type=spendenaufruf] {
order: 0;
border: none;
box-shadow: none;
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: @link-color;
font-size: 16px;
}
}
}
}
&[type=spruch] {
order: 1;
p {
display: flex;
flex-direction: column;
......@@ -99,7 +121,7 @@
}
}
&[type=duckDuckGo-bang] {
order: 1;
order: 2;
.bang-btn {
width: 100%;
margin-top: 5px;
......@@ -109,38 +131,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;
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: @link-color;
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