Erweitere Physiotherapie und Vita
This commit is contained in:
@@ -22,3 +22,33 @@ body {
|
||||
.badge-info {
|
||||
background-color: #7a6111;
|
||||
}
|
||||
|
||||
.partner-logo {
|
||||
height: 220px;
|
||||
object-fit: contain;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.accordion-toggle {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-right: 2rem !important;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.accordion-toggle::after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0.5rem;
|
||||
width: 0.65rem;
|
||||
height: 0.65rem;
|
||||
border-right: 2px solid currentColor;
|
||||
border-bottom: 2px solid currentColor;
|
||||
content: "";
|
||||
transform: translateY(-65%) rotate(-135deg);
|
||||
transition: transform 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.accordion-toggle.collapsed::after {
|
||||
transform: translateY(-35%) rotate(45deg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user