added new design for CompletionOfDocumentsMobilePage and dialog
This commit is contained in:
+26
-2
@@ -47,18 +47,27 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/close-circle.svg
|
||||
String get closeCircle => 'assets/icons/close-circle.svg';
|
||||
|
||||
/// File path: assets/icons/danger.svg
|
||||
String get danger => 'assets/icons/danger.svg';
|
||||
|
||||
/// File path: assets/icons/dislike.svg
|
||||
String get dislike => 'assets/icons/dislike.svg';
|
||||
|
||||
/// File path: assets/icons/edit.svg
|
||||
String get edit => 'assets/icons/edit.svg';
|
||||
|
||||
/// File path: assets/icons/filter.svg
|
||||
String get filter => 'assets/icons/filter.svg';
|
||||
|
||||
/// File path: assets/icons/home.svg
|
||||
String get home => 'assets/icons/home.svg';
|
||||
|
||||
/// File path: assets/icons/home_active.svg
|
||||
String get homeActive => 'assets/icons/home_active.svg';
|
||||
|
||||
/// File path: assets/icons/icon_contracts.svg
|
||||
String get iconContracts => 'assets/icons/icon_contracts.svg';
|
||||
|
||||
/// File path: assets/icons/like.svg
|
||||
String get like => 'assets/icons/like.svg';
|
||||
|
||||
@@ -80,6 +89,12 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/notification.svg
|
||||
String get notification => 'assets/icons/notification.svg';
|
||||
|
||||
/// File path: assets/icons/notify_icon.svg
|
||||
String get notifyIcon => 'assets/icons/notify_icon.svg';
|
||||
|
||||
/// File path: assets/icons/notify_icon_active.svg
|
||||
String get notifyIconActive => 'assets/icons/notify_icon_active.svg';
|
||||
|
||||
/// File path: assets/icons/profile-circle.svg
|
||||
String get profileCircle => 'assets/icons/profile-circle.svg';
|
||||
|
||||
@@ -112,7 +127,10 @@ class $AssetsIconsGen {
|
||||
String get thumbLike => 'assets/icons/thumb_like.svg';
|
||||
|
||||
/// File path: assets/icons/tick-circle.svg
|
||||
String get tickCircle => 'assets/icons/tick-circle.svg';
|
||||
String get tickCircleSvg => 'assets/icons/tick-circle.svg';
|
||||
|
||||
/// File path: assets/icons/tick_circle.svg
|
||||
String get tickCircleSvg_ => 'assets/icons/tick_circle.svg';
|
||||
|
||||
/// File path: assets/icons/tick.svg
|
||||
String get tick => 'assets/icons/tick.svg';
|
||||
@@ -136,10 +154,13 @@ class $AssetsIconsGen {
|
||||
arrows,
|
||||
calendar,
|
||||
closeCircle,
|
||||
danger,
|
||||
dislike,
|
||||
edit,
|
||||
filter,
|
||||
home,
|
||||
homeActive,
|
||||
iconContracts,
|
||||
like,
|
||||
location,
|
||||
logoBig,
|
||||
@@ -147,6 +168,8 @@ class $AssetsIconsGen {
|
||||
menu,
|
||||
moon,
|
||||
notification,
|
||||
notifyIcon,
|
||||
notifyIconActive,
|
||||
profileCircle,
|
||||
profileCircleActive,
|
||||
shield,
|
||||
@@ -157,7 +180,8 @@ class $AssetsIconsGen {
|
||||
tenderLogoSvg,
|
||||
thumb,
|
||||
thumbLike,
|
||||
tickCircle,
|
||||
tickCircleSvg,
|
||||
tickCircleSvg_,
|
||||
tick,
|
||||
trailingIcon,
|
||||
trash,
|
||||
|
||||
Reference in New Issue
Block a user