You are here

constant AUTH_LOGIN_CSS in Auth0 Single Sign On 7.2

2 uses of AUTH_LOGIN_CSS
auth0_advanced_settings_form in ./auth0.module
The Auth0 advanced configuration settings form callback.
template_preprocess_auth0_lock in ./auth0.module
Preprocess the login widget.

File

./auth0.module, line 10

Code

define('AUTH_LOGIN_CSS', "#a0-widget .a0-panel {\n    min-width: 90%;\n    padding: 5%;\n    box-shadow: none;\n    -webkit-box-shadow: none;\n}\n#a0-widget .a0-panel {\n    background-color: #f6f6f2;\n    border-color: #f9f9f9;\n}");