File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ div(class='card mx-0 mx-lg-2 p-0 d-inline-block w-100 eventDateCard')
66 tbody
77 each event in events
88 if event .now
9- tr( style =` background-color: ${ event .highlight ? event .highlight : ' #00000000' } ` ) .font-weight -bold.shift-item
9+ tr( style =` background-color: ${ event .highlight ? event .highlight : ' #00000000' } ` ) .fw -bold.shift-item
1010 td.d-table-cell.room-code #{event .room }
1111 div.d-block.d-lg-none #{event .bookStart }
1212 td.d-table-cell.text-truncate.event-title #{event .title }
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ div(class='card mx-0 mx-lg-2 d-inline-block w-100 eventShiftCard')
55 ul( class ='list-group list-group-flush list-unstyled' )
66 each shift in shifts
77 if shift .now
8- li.shift-item.pl-lg-2.font-weight -bold = shift .str
8+ li.shift-item.pl-lg-2.fw -bold = shift .str
99 else
1010 li.shift-item.pl-lg-2 = shift .str
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ each event in events
1313 each shift in event .shifts
1414 ul( class ='list-group list-group-flush list-unstyled mb-sm-1' )
1515 if shift .now
16- li.shift-item.pl-lg-2.font-weight -bold = shift .str
16+ li.shift-item.pl-lg-2.fw -bold = shift .str
1717 else
1818 li.shift-item.pl-lg-2 = shift .str
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ div(class='card mx-0 p-0 mx-lg-2 d-inline-block w-100 laborCard')
66 tbody
77 each shift in shifts
88 if shift .now
9- tr.font-weight -bold.shift-item-sm
9+ tr.fw -bold.shift-item-sm
1010 if shift .customIconText
1111 td #{shift .customIconText }
1212 td #{shift .personName }
You can’t perform that action at this time.
0 commit comments