Skip to content

Commit 21bec64

Browse files
committed
Separate business signin / signup images
1 parent 26c4a94 commit 21bec64

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web-assets/auth0/css/custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,12 @@ div.auth0-lock-error::before{
342342
background-position: top right;
343343
}
344344

345-
.business-column {
346-
background-image: url(https://tc-public-static-files.topcoder.com/topcoder-auth/images/business_bg.png)
345+
.business-signin {
346+
background-image: url(https://tc-public-static-files.{{DOMAIN}}/topcoder-auth/images/business_bg.png)
347+
}
348+
349+
.business-signup {
350+
background-image: url(https://tc-public-static-files.{{DOMAIN}}/topcoder-auth/images/business_bg.png)
347351
}
348352

349353
.member-signin {

0 commit comments

Comments
 (0)