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.
60 lines
1002 B
SCSS
60 lines
1002 B
SCSS
ion-header{
|
|
overflow: hidden;
|
|
}
|
|
ion-content{
|
|
--ion-background-color: #f2f2f3;
|
|
}
|
|
|
|
ion-card-content {
|
|
padding: 0px;
|
|
}
|
|
|
|
ion-card {
|
|
box-shadow: none !important;
|
|
background-color: white;
|
|
margin-bottom: 15px;
|
|
}
|
|
ion-header {
|
|
background: #f2f2f3;
|
|
}
|
|
ion-title{
|
|
text-align: center;
|
|
font-family: WorkSans-Bold;
|
|
font-size: 18px;
|
|
}
|
|
.time-card-home-container{
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
margin-top: 20px
|
|
}
|
|
.header-toolbar-new{
|
|
--background: linear-gradient(90deg, rgba(132,198,143,1) 0%, rgba(41,183,197,1) 100%);
|
|
border-bottom-right-radius: 30px;
|
|
border-bottom-left-radius: 30px;
|
|
}
|
|
|
|
.time-card-image{
|
|
padding: 10px;
|
|
}
|
|
.time-card-details{
|
|
padding: 0px;
|
|
margin-top: 25px;
|
|
line-height: 10px;
|
|
}
|
|
|
|
.time-card-heading{
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
color: #666666;
|
|
font-family: WorkSans-Bold;
|
|
}
|
|
|
|
.time-card-description{
|
|
font-size: 10px;
|
|
}
|
|
|
|
.time-card-rightIcon{
|
|
padding: 8px;
|
|
margin-top: 18px;
|
|
}
|