Skip to content

Commit 583f579

Browse files
committed
Centralize Jetpack Cloud button overrides
1 parent 4d6c426 commit 583f579

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

client/assets/stylesheets/_wp-components-overrides.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
}
4949
}
5050

51+
.jetpack-cloud {
52+
.components-button {
53+
--color-accent: var(--studio-jetpack-green-40);
54+
--color-accent-60: var(--studio-jetpack-green-30);
55+
}
56+
}
57+
5158
/* Gravatar & WP Job Manager */
5259
.layout.is-section-login.is-grav-powered-client {
5360
.components-button {

client/layout/masterbar/oauth-client.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -661,11 +661,6 @@
661661
}
662662
}
663663

664-
.components-button {
665-
--color-accent: var(--studio-jetpack-green-40);
666-
--color-accent-60: var(--studio-jetpack-green-30);
667-
}
668-
669664
.login__form-change-username,
670665
.wp-login__links button {
671666
color: var(--studio-jetpack-green-40);

0 commit comments

Comments
 (0)