tender detail changes
This commit is contained in:
@@ -25,17 +25,15 @@ class DeadlineItem extends StatelessWidget {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
SizedBox(
|
||||
height: 45.0.h(),
|
||||
child: Text(
|
||||
detail.title ?? '',
|
||||
style: TextStyle(
|
||||
color: AppColors.grey80,
|
||||
fontWeight: FontWeight.w600,
|
||||
fontSize: 16.0.sp(),
|
||||
),
|
||||
Text(
|
||||
TenderDetailsStrings.tenderDeadlineLabel,
|
||||
style: TextStyle(
|
||||
color: AppColors.grey80,
|
||||
fontWeight: FontWeight.w600,
|
||||
fontSize: 16.0.sp(),
|
||||
),
|
||||
),
|
||||
SizedBox(height: 12.0.h()),
|
||||
IntrinsicHeight(
|
||||
child: Row(
|
||||
children: [
|
||||
@@ -44,10 +42,10 @@ class DeadlineItem extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
TenderDetailsStrings.tenderApprovalText,
|
||||
TenderDetailsStrings.pleaseReplyBy,
|
||||
style: TextStyle(
|
||||
color: AppColors.grey70,
|
||||
fontWeight: FontWeight.w400,
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 14.0.sp(),
|
||||
),
|
||||
),
|
||||
@@ -73,10 +71,10 @@ class DeadlineItem extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
TenderDetailsStrings.tenderSubmissionText,
|
||||
TenderDetailsStrings.lastDayToPrepareProposal,
|
||||
style: TextStyle(
|
||||
color: AppColors.grey70,
|
||||
fontWeight: FontWeight.w400,
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 14.0.sp(),
|
||||
),
|
||||
),
|
||||
@@ -105,25 +103,23 @@ class DeadlineItem extends StatelessWidget {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
SizedBox(
|
||||
height: 45.0.h(),
|
||||
child: Text(
|
||||
detail.title ?? '',
|
||||
style: TextStyle(
|
||||
color: AppColors.grey80,
|
||||
fontWeight: FontWeight.w600,
|
||||
fontSize: 16.0.sp(),
|
||||
),
|
||||
Text(
|
||||
TenderDetailsStrings.tenderDeadlineLabel,
|
||||
style: TextStyle(
|
||||
color: AppColors.grey80,
|
||||
fontWeight: FontWeight.w600,
|
||||
fontSize: 16.0.sp(),
|
||||
),
|
||||
),
|
||||
SizedBox(height: 12.0.h()),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text(
|
||||
TenderDetailsStrings.tenderApprovalText,
|
||||
TenderDetailsStrings.pleaseReplyBy,
|
||||
style: TextStyle(
|
||||
color: AppColors.grey70,
|
||||
fontWeight: FontWeight.w400,
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 14.0.sp(),
|
||||
),
|
||||
),
|
||||
@@ -142,10 +138,10 @@ class DeadlineItem extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text(
|
||||
TenderDetailsStrings.tenderSubmissionText,
|
||||
TenderDetailsStrings.lastDayToPrepareProposal,
|
||||
style: TextStyle(
|
||||
color: AppColors.grey70,
|
||||
fontWeight: FontWeight.w400,
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 14.0.sp(),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user