File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
dotcom-rendering/src/components/SignInGate/gateDesigns Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { InformationBox } from '../../InformationBox/InformationBox';
17
17
import { GuardianTerms } from '../../Terms/Terms' ;
18
18
import { trackLink } from '../componentEventTracking' ;
19
19
import type { SignInGatePropsAuxia , TreatmentContentDecoded } from '../types' ;
20
- import { hideElementsCss , signInGateContainer } from './shared' ;
20
+ import { hideElementsCss } from './shared' ;
21
21
22
22
const DividerWithOr = ( ) => {
23
23
return (
@@ -162,10 +162,19 @@ export const SignInGateAuxiaV1 = ({
162
162
} ;
163
163
164
164
// --- Styling ---
165
+ export const signInGateContainer = css `
166
+ max-width : 617px ;
167
+ padding : ${ space [ 4 ] } px 0 ${ space [ 10 ] } px;
168
+
169
+ ${ from . desktop } {
170
+ min-height : 600px ;
171
+ }
172
+ ` ;
173
+
165
174
const topBar = css `
166
175
display : flex;
167
176
justify-content : space-between;
168
- padding : ${ space [ 4 ] } px 0 ;
177
+ padding : 0 0 ${ space [ 4 ] } px;
169
178
border-bottom : 1px solid ${ palette . neutral [ 86 ] } ;
170
179
` ;
171
180
@@ -219,7 +228,7 @@ const termsBox = css`
219
228
` ;
220
229
221
230
const createAccountText = css `
222
- ${ textSansBold15 } ;
231
+ ${ textSans15 } ;
223
232
color : ${ palette . neutral [ 10 ] } ;
224
233
225
234
a {
You can’t perform that action at this time.
0 commit comments