File tree 2 files changed +9
-5
lines changed 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 10
10
justify-content : center ;
11
11
}
12
12
13
+ /* Default */
13
14
.components-button.is-primary :not (.is-destructive ) {
14
15
// Background color, focus ring color
15
16
--wp-components-color-accent : var (--color-accent );
40
41
--wp-components-color-accent : var (--color-accent );
41
42
}
42
43
44
+ /* A8C for Agencies */
45
+ .a8c-for-agencies {
46
+ .components-button {
47
+ --color-accent : var (--color-primary-40 );
48
+ --color-accent-60 : var (--color-primary-60 );
49
+ }
50
+ }
51
+
43
52
/* Jetpack */
44
53
.layout.is-jetpack-login :not (.is-wccom-oauth-flow ):not (.is-woocommerce-core-profiler-flow ) {
45
54
.components-button {
Original file line number Diff line number Diff line change 734
734
}
735
735
}
736
736
737
- .components-button {
738
- --color-accent : var (--color-primary-40 );
739
- --color-accent-60 : var (--color-primary-60 );
740
- }
741
-
742
737
.login__form-change-username ,
743
738
.wp-login__links button {
744
739
color : var (--color-primary-40 );
You can’t perform that action at this time.
0 commit comments