Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rebrand] Update Woo colors and logos #9809

Open
wants to merge 25 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
252d858
Updated color-studio
leonardola Nov 25, 2024
5491bf3
Updated woopay.svg logo used in the WooPay churn survey
leonardola Nov 25, 2024
ea4c449
Fixed merchant WooPay churn survey modal logo size
leonardola Nov 25, 2024
d7088ad
Updated Woo colors and logos
leonardola Nov 25, 2024
6c89cd6
Changed color for the setup button
leonardola Nov 26, 2024
5384018
Updated onboard page logos
leonardola Nov 26, 2024
945f91c
Fixed onboarding page white space
leonardola Nov 26, 2024
01f3d00
Removed banner from setting pages
leonardola Nov 26, 2024
41ceefe
Updated logos and colors for the WooPay settings page
leonardola Nov 26, 2024
00f62a3
Updated button colors and fixed the reset connection button color at …
leonardola Nov 27, 2024
419c248
Fixed logo background on Express checkout settings page
leonardola Nov 27, 2024
7cb7c69
Fixed WooPay express button
leonardola Nov 27, 2024
48b0966
Fixed WooPay express button logo and text sizes and positions
leonardola Nov 28, 2024
7b95518
Tweaked the WooPay button text size
leonardola Nov 28, 2024
33dabe4
updated snapshots
leonardola Nov 28, 2024
74a2777
Removed banner test
leonardola Nov 28, 2024
30cb908
Updated logo used by the jetpack connection
leonardola Nov 28, 2024
4a7fae4
Removed banner image
leonardola Nov 28, 2024
6aa0df2
Fixed WooPay svg size
leonardola Dec 4, 2024
d992eb1
Fixed the WooPay express button logo size
leonardola Dec 6, 2024
2414e1a
Fixed button text sizing
leonardola Dec 6, 2024
dd62d98
Merge branch 'refs/heads/develop' into dev/update-woo-logos-and-colors
leonardola Dec 13, 2024
303f6dd
Merge branch 'develop' into dev/update-woo-logos-and-colors
leonardola Dec 16, 2024
25945c7
[Rebrand] Update WooPay buttons and missing assets (#9926)
leonardola Dec 16, 2024
4f4e49d
Merge branch 'refs/heads/develop' into dev/update-woo-logos-and-colors
leonardola Jan 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 83 additions & 1 deletion assets/css/admin.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,93 @@
padding-top: 2px;
}

/* WCPay Fraud Risk Level meta box */
.wcpay-fraud-risk-level {
border-bottom: 1px solid #ddd;
padding: 8px 12px;
}

.wcpay-fraud-risk-level > p {
margin: 0;
}

.wcpay-fraud-risk-level__title {
font-weight: 600;
}

.wcpay-fraud-risk-level__bar {
display: grid;
gap: 4px;
grid-template-columns: 50% auto;
margin: 6px 0 8px;
}

.wcpay-fraud-risk-level__bar::after,
.wcpay-fraud-risk-level__bar::before {
background-color: #bbb;
content: '';
border-radius: 4px;
height: 4px;
}

.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__title {
color: #008a20;
}

.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__bar {
grid-template-columns: 15% auto;
}

.wcpay-fraud-risk-level--normal .wcpay-fraud-risk-level__bar::before {
background-color: #008a20;
}

.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__title {
color: #b16202;
}

.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__bar {
grid-template-columns: 60% auto;
}

.wcpay-fraud-risk-level--elevated .wcpay-fraud-risk-level__bar::before {
background-color: #b16202;
}

.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar::before {
background-color: #b32d2e;
}

.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar {
grid-template-columns: 100% auto;
}

.wcpay-fraud-risk-level--highest .wcpay-fraud-risk-level__bar::before {
background-color: #b32d2e;
}

/* WCPay Fraud Risk Action meta box */
#wcpay-order-fraud-and-risk-meta-box div.inside {
margin-top: 0;
padding: 0;
}

.wcpay-fraud-risk-action {
padding: 8px 12px 12px;
}

.wcpay-fraud-risk-action > p {
margin: 0 0 6px;
}

.wcpay-fraud-risk-action > p:last-child {
margin-bottom: 0;
}

.wcpay-fraud-risk-meta-allow,
.wcpay-fraud-risk-meta-review,
.wcpay-fraud-risk-meta-blocked {
font-weight: 600;
font-size: 14px;
}

.wcpay-fraud-risk-meta-allow img {
Expand Down
4 changes: 4 additions & 0 deletions assets/css/success.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
.wc-payment-gateway-method-logo-wrapper.wc-payment-lpm-logo img {
max-height: 26px;
}

.wc-payment-gateway-method-logo-wrapper.wc-payment-card-logo img {
max-height: 1em;
}
Binary file removed assets/images/banner.png
Binary file not shown.
64 changes: 63 additions & 1 deletion assets/images/cards/woo-card.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading