mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Merge pull request #3433 from woocommerce/PCP-4619-notification-in-firefox
Onboarding: Notification for Firefox users (4619)
This commit is contained in:
commit
bc6acf3679
6 changed files with 68 additions and 1 deletions
|
@ -69,3 +69,23 @@
|
|||
margin-top: var(--block-action-gap, 16px);
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp--notice {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
margin: 10px 0;
|
||||
line-height: 1.5714285714;
|
||||
font-size: 0.8125rem;
|
||||
background: var(--notice-background);
|
||||
color: var(--notice-text);
|
||||
|
||||
&.type--info {
|
||||
--notice-background: var(--color-success-background);
|
||||
--notice-text: var(--color-success-text);
|
||||
}
|
||||
|
||||
&.type--error {
|
||||
--notice-background: var(--color-failure-background);
|
||||
--notice-text: var(--color-failure-text);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue