mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
New look and feel for auth screens
This commit is contained in:
parent
8d525ce733
commit
ff1d737c68
13 changed files with 49 additions and 37 deletions
|
@ -37,10 +37,10 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
|
||||
activate() {
|
||||
this.get('browser').setTitle('Share Space');
|
||||
$('body').addClass('background-color-gray-200');
|
||||
// $('body').addClass('background-color-gray-200');
|
||||
},
|
||||
|
||||
deactivate() {
|
||||
$('body').removeClass('background-color-gray-200');
|
||||
// $('body').removeClass('background-color-gray-200');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue