We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c59ea91 + 61b88cc commit a2e8f05Copy full SHA for a2e8f05
web-assets/auth0/css/custom.css
@@ -365,9 +365,14 @@ div.auth0-lock-error::before{
365
font-family: 'Barlow Condensed', sans-serif;
366
position: absolute;
367
}
368
-#member-signin-container .title{
+#member-signin-container .title {
369
font-size: 48px;
370
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;
376
377
378
#member-signup-container .title{
@@ -407,7 +412,7 @@ div.auth0-lock-error::before{
407
412
408
413
409
414
#member-signin-container {
410
- padding-top: 130px;
415
+ padding-top: 53px;
411
416
417
418
#member-signup-container {
0 commit comments