Skip to content

Commit a2e8f05

Browse files
committed
Merge branch 'hotfix/swap-images' into dev
2 parents c59ea91 + 61b88cc commit a2e8f05

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

web-assets/auth0/css/custom.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,14 @@ div.auth0-lock-error::before{
365365
font-family: 'Barlow Condensed', sans-serif;
366366
position: absolute;
367367
}
368-
#member-signin-container .title{
368+
#member-signin-container .title {
369369
font-size: 48px;
370370
line-height: 50px;
371+
background: linear-gradient(90deg, #FFC43D, #F37593);
372+
-webkit-background-clip: text;
373+
-moz-background-clip: text;
374+
-webkit-text-fill-color: transparent;
375+
-moz-text-fill-color: transparent;
371376
}
372377

373378
#member-signup-container .title{
@@ -407,7 +412,7 @@ div.auth0-lock-error::before{
407412
}
408413

409414
#member-signin-container {
410-
padding-top: 130px;
415+
padding-top: 53px;
411416
}
412417

413418
#member-signup-container {

0 commit comments

Comments
 (0)