mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
💄 Remove left indentation of Disconnect-button
This commit is contained in:
parent
8b9b664a32
commit
4399293a02
2 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue