Skip to content

Commit 1d0e03d

Browse files
committed
Fix text
1 parent de3ee1c commit 1d0e03d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

web-assets/auth0/css/custom.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,14 @@ div.auth0-lock-error::before{
375375
-moz-text-fill-color: transparent;
376376
}
377377

378-
#member-signup-container .title{
379-
font-size: 34px;
380-
text-align: left;
378+
#member-signup-container .title {
379+
font-size: 48px;
380+
line-height: 50px;
381+
background: linear-gradient(90deg, #FFC43D, #F37593);
382+
-webkit-background-clip: text;
383+
-moz-background-clip: text;
384+
-webkit-text-fill-color: transparent;
385+
-moz-text-fill-color: transparent;
381386
}
382387

383388
#business-signin-container .title, #business-signup-container .title{
@@ -416,8 +421,7 @@ div.auth0-lock-error::before{
416421
}
417422

418423
#member-signup-container {
419-
padding-top: 81px;
420-
padding-left: 634px;
424+
padding-top: 53px;
421425
}
422426

423427
#member-signup-container .body {

0 commit comments

Comments
 (0)