|
@@ -965,7 +965,7 @@ element.style {
|
|
|
<div class="left">
|
|
|
<div>
|
|
|
<div class="single_glance_row mt-1">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
|
|
|
+ <span class="title" style="font-size:12px; font-weight: 600;">Proposal Quality :</span>
|
|
|
<span class="tbl2 mb-2 pro_top_rating" style="float:right;">
|
|
|
<input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star5" name="rate" value="5" @if($proposal_details->proposal_quality ==5) checked @endif/>
|
|
|
<label class="rate_star hand tooltips" for="star5" title="5 stars"></label>
|
|
@@ -980,7 +980,7 @@ element.style {
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="single_glance_row mt-1">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
|
|
|
+ <span class="title" style="font-size:12px; font-weight: 600;">Concept :</span>
|
|
|
<div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
|
|
|
@if($proposal_details->concept==1)
|
|
|
<span class="top_part_status_name" style="background: #bcfaca; color: #0a9652;">
|
|
@@ -1006,7 +1006,7 @@ element.style {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="single_glance_row mt-1" style="border-bottom: none;">
|
|
|
- <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
|
|
|
+ <span class="title" style="font-size:12px; font-weight: 600;">Status :</span>
|
|
|
<div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
|
|
|
@if($proposal_details->proposal_status==1)
|
|
|
<span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
|