mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
✨ New CardActions component
This commit is contained in:
parent
5ce891fe25
commit
cf7d8ff119
3 changed files with 28 additions and 5 deletions
|
@ -77,15 +77,26 @@ $width_gap: 24px;
|
|||
}
|
||||
|
||||
.ppcp--card-actions {
|
||||
opacity: 0.5;
|
||||
transition: opacity 0.3s;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
&.ppcp--dimmed {
|
||||
opacity: 0.5;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.components-button.is-tertiary:first-child {
|
||||
padding-left: 0;
|
||||
.components-button.is-tertiary {
|
||||
transition: color 0.3s, background 0.3s;
|
||||
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
svg {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue