File tree 4 files changed +0
-197
lines changed 4 files changed +0
-197
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ import PropTypes from 'prop-types';
4
4
import A4ALogo from 'calypso/a8c-for-agencies/components/a4a-logo' ;
5
5
import JetpackLogo from 'calypso/components/jetpack-logo' ;
6
6
import {
7
- isCrowdsignalOAuth2Client ,
8
7
isWooOAuth2Client ,
9
8
isJetpackCloudOAuth2Client ,
10
9
isA4AOAuth2Client ,
11
10
isBlazeProOAuth2Client ,
12
11
} from 'calypso/lib/oauth2-clients' ;
13
12
import BlazeProOauthMasterbar from './blaze-pro' ;
14
- import CrowdsignalOauthMasterbar from './crowdsignal' ;
15
13
import WooOauthMasterbar from './woo' ;
16
14
17
15
import './oauth-client.scss' ;
@@ -61,10 +59,6 @@ const DefaultOauthClientMasterbar = ( { oauth2Client } ) => (
61
59
) ;
62
60
63
61
const OauthClientMasterbar = ( { oauth2Client } ) => {
64
- if ( isCrowdsignalOAuth2Client ( oauth2Client ) ) {
65
- return < CrowdsignalOauthMasterbar oauth2Client = { oauth2Client } /> ;
66
- }
67
-
68
62
if ( isWooOAuth2Client ( oauth2Client ) ) {
69
63
return < WooOauthMasterbar /> ;
70
64
}
Original file line number Diff line number Diff line change @@ -41,17 +41,6 @@ body.is-section-signup {
41
41
display : none ;
42
42
}
43
43
44
- // Force the masterbar for Crowdsignal OAuth pages
45
- .crowdsignal {
46
- .masterbar__crowdsignal {
47
- display : block ;
48
- }
49
-
50
- .layout__content {
51
- padding : 140px 0 0 ;
52
- }
53
- }
54
-
55
44
.layout__secondary {
56
45
background : var (--color-primary );
57
46
border : 0 ;
You can’t perform that action at this time.
0 commit comments