Skip to content

Commit

Permalink
BAH-3079 | Incorporate CSS changes for treatments display control (Ba…
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go authored and Supriya Muppiri committed Mar 8, 2024
1 parent 734c01c commit 8918174
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<td class="add-to-drug-chart">
<span ng-if="enableIPDFeature && drugOrder.careSetting === 'INPATIENT'">
<a>{{ ::'ADD_TO_DRUG_CHART_KEY'|translate }}
<i class="fa fa-plus-circle" aria-hidden="true"></i>
<i id="add-icon" class="fa fa-plus-circle" aria-hidden="true"></i>
</a>
</span>
</td>
Expand Down
8 changes: 7 additions & 1 deletion ui/app/styles/clinical/_patientDashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ category: Layout - sections

td.dosage {
font-size: 12px;
width: 35%;
width: 31%;
}

td.days {
Expand Down Expand Up @@ -562,6 +562,7 @@ table.dashboard-table {
}

table.drug-order-table td.drug {
width: 35%;
&.active-drug {
border-left: 3px solid orange !important;
}
Expand Down Expand Up @@ -750,6 +751,11 @@ table.drug-order-table td.drug {

.add-to-drug-chart {
text-align: center;
width: 20%;
#add-icon {
font-size: 14px;
}

span{
font-size: 11px;
}
Expand Down

0 comments on commit 8918174

Please sign in to comment.