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

Die Dropdown Pfeile für die Quicktips sind wieder da

parent 89379dc9
No related branches found
No related tags found
3 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign
......@@ -3,11 +3,19 @@
#quicktips {
display: flex;
flex-direction: column;
details[open=""] .quicktip-extender {
animation-name: quicktip-extender-turn;
animation-fill-mode: forwards;
}
.quicktip {
position: relative;
.quicktip-extender {
position: absolute;
top: 5px;
right: 5px;
color: #777;
font-size: 20px;
}
details[open=""] .quicktip-extender {
animation-name: quicktip-extender-turn;
animation-fill-mode: forwards;
}
margin: 10px 0px;
padding: 10px 10px 10px 10px;
width: 100%;
......@@ -29,11 +37,6 @@
font-size: 18px;
display: flex;
justify-content: space-between;
.quicktip-extender {
margin-left: 10px;
color: #777;
font-size: 20px;
}
}
p {
font-size: 16px;
......
@if (sizeof($quicktip->details) > 0)
<details>
<summary class="quicktip-summary">
<i class="quicktip-extender fa fa-chevron-down"></i>
@if ($quicktip->title != "")
<h1>
@if ($quicktip->link != "")
......
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