💄 Remove left indentation of Disconnect-button

This commit is contained in:
Philipp Stracker 2025-02-12 16:13:12 +01:00
parent 8b9b664a32
commit 4399293a02
No known key found for this signature in database
2 changed files with 16 additions and 1 deletions

View file

@ -69,4 +69,17 @@ $width_gap: 24px;
color: var(--color-text-teriary);
margin: 0;
}
.ppcp--card-actions {
opacity: 0.5;
transition: opacity 0.3s;
&:hover {
opacity: 1;
}
.components-button.is-tertiary:first-child {
padding-left: 0;
}
}
}