Optional
Sets the background style for the Login dialog container. The value can either be a valid url, local image resource or a colour code.
background: 'http://company.com/background-pattern.svg' Copy
background: 'http://company.com/background-pattern.svg'
background: imageResourceVariable Copy
background: imageResourceVariable
background: '#01477d' Copy
background: '#01477d'
Sets the company logo used in the Login dialog. The value must be a valid url or image resource variable.
companyLogo: 'http://company.com/logo.svg' Copy
companyLogo: 'http://company.com/logo.svg'
companyLogo: imageResourceVariable Copy
companyLogo: imageResourceVariable
Sets the background style for the Login dialog container. The value can either be a valid url, local image resource or a colour code.