TF-518 Apply new UI for login in web

This commit is contained in:
Dat PHAM HOANG
2022-05-05 17:42:09 +07:00
committed by Dat H. Pham
parent cc66d141d4
commit 3fc2ae4776
16 changed files with 450 additions and 109 deletions
@@ -106,6 +106,12 @@ class ImagePaths {
String get icEdit => _getImagePath('ic_edit.svg');
String get icEye => _getImagePath('ic_eye.svg');
String get icEyeOff => _getImagePath('ic_eye_off.svg');
String get icJMAPStandard => _getImagePath('ic_jmap_standard.svg');
String get icEncrypted => _getImagePath('ic_encrypted.svg');
String get icIntegration => _getImagePath('ic_integration.svg');
String get icTeam => _getImagePath('ic_team.svg');
String get loginGraphic => _getImagePath('login_graphic.png');
String get icPowerByLinagora => _getImagePath('power_by_linagora.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;