fixed back button issue

master
Salman Afzal 6 years ago
parent 3e9b97f23f
commit 56ab8399d3

@ -16,12 +16,16 @@
<ion-title>Attendance Tracking</ion-title> <ion-title>Attendance Tracking</ion-title>
</ion-toolbar> </ion-toolbar>
</ion-header> --> </ion-header> -->
<app-generic-header
class="attendance-home"
showBack="true">
</app-generic-header>
<ion-content> <ion-content>
<div class="back-button-container"> <!-- <div class="back-button-container">
<nav-buttons backLink="/home"></nav-buttons> <nav-buttons backLink="/home"></nav-buttons>
</div> </div> -->
<div class="timer-chart"> <div class="timer-chart">
<ion-label class="shift-title" style="font-weight: bold; font-size: 20px;"> {{curentDate}}</ion-label><br/> <ion-label class="shift-title" style="font-weight: bold; font-size: 20px;"> {{curentDate}}</ion-label><br/>
<ion-label class="shift-title"> {{ts.trPK('attendance-tracking','today-time-left')}}</ion-label> <ion-label class="shift-title"> {{ts.trPK('attendance-tracking','today-time-left')}}</ion-label>

@ -1318,6 +1318,9 @@ border:0px
height: 0px !important; height: 0px !important;
display: none !important; display: none !important;
} }
.attendance-home .header-toolbar-new {
--background: #094773 !important;
}
.header-toolbar-new { .header-toolbar-new {
--background: #22c6b3; --background: #22c6b3;
} }

Loading…
Cancel
Save