You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.1 KiB
SCSS
72 lines
1.1 KiB
SCSS
ion-content {
|
|
font-family: WorkSans-Regular;
|
|
}
|
|
ion-grid {
|
|
padding:30px 15px;
|
|
}
|
|
.timer-chart{
|
|
background: #094773;
|
|
text-align: center;
|
|
line-height: .7cm;
|
|
}
|
|
|
|
.tracking-content{
|
|
background: #053c63;
|
|
min-height: 50%;
|
|
}
|
|
|
|
.rowBorder{
|
|
text-align: center;
|
|
border-bottom: var(--lightblue) solid 1px;
|
|
}
|
|
|
|
.shift-text{
|
|
font-size: 36px;
|
|
line-height: 36px;
|
|
display: block;
|
|
}
|
|
.shift-title{
|
|
width: 100%;
|
|
text-align: center;
|
|
color: white !important;
|
|
}
|
|
.stopicon{
|
|
width: 50px;
|
|
height: 39px;
|
|
color: #053c63;
|
|
}
|
|
|
|
.divstopBtn{
|
|
text-align: center;
|
|
}
|
|
|
|
.stopBtn{
|
|
height: 89px;
|
|
width: 89px;
|
|
background-color: var(--lightblue) !important;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
margin-top: -40px;
|
|
border: solid 5px #053c63;
|
|
}
|
|
.colBorder-generic{
|
|
padding: 20px 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.colBorder-generic-en{
|
|
border-left: var(--lightblue) solid 1px;
|
|
}
|
|
.colBorder-generic-ar{
|
|
border-right: var(--lightblue) solid 1px;
|
|
}
|
|
|
|
.fixed-shift-timer{
|
|
margin-top: -50px;
|
|
margin-bottom: -10px;
|
|
}
|
|
.back-button-container{
|
|
background: #094773;
|
|
}
|
|
|