mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09: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
|
@ -197,10 +197,10 @@ let constants = EmberObject.extend({
|
|||
Icon: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
All: 'dicon-menu-8',
|
||||
Announce: 'dicon-notification',
|
||||
ArrowUp: 'dicon-arrow-up',
|
||||
ArrowDown: 'dicon-arrow-down',
|
||||
ArrowLeft: 'dicon-arrow-left',
|
||||
ArrowRight: 'dicon-arrow-right',
|
||||
ArrowUp: 'dicon-arrow-up-2',
|
||||
ArrowDown: 'dicon-arrow-down-2',
|
||||
ArrowLeft: 'dicon-arrow-left-2',
|
||||
ArrowRight: 'dicon-arrow-right-2',
|
||||
Attachment: 'dicon-attachment',
|
||||
BarChart: 'dicon-chart-bar-2',
|
||||
Bookmark: 'dicon-bookmark',
|
||||
|
@ -248,8 +248,11 @@ let constants = EmberObject.extend({
|
|||
Delete: 'Delete',
|
||||
Export: 'Export',
|
||||
Insert: 'Insert',
|
||||
Next: 'Next',
|
||||
Reset: 'Reset',
|
||||
Restore: 'Restore',
|
||||
Save: 'Save',
|
||||
SignIn: 'Sign In',
|
||||
Update: 'Update',
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue