design fixes share

Fatima-Q2-June
Sultan Khan 5 years ago
parent a03e879395
commit f9576048a0

@ -18,31 +18,46 @@
} }
ion-card-header{ ion-card-header{
background-color: #fff; background-color: #fff;
padding: 10px !important; padding: 10px 10px 1px 10px !important;
}
ion-card-header img{
height: 170px;
}
.related-offers-container ion-card-header img{
height: 150px;
} }
.content-bottom{ .content-bottom{
padding: 5px; padding: 0px 0px 10px;
} }
.green{ .green{
color:green; color:green;
font-weight: bold; font-weight: bold;
} }
.content-bottom h1{ .content-bottom h1{
font-size: 20px; font-size: 14px;
margin-top: 10px; margin-top: -5px;
font-weight: bold; font-weight: bold;
} }
.details-button ion-button{ .details-button ion-button{
--background: #565656; --background: #565656;
} }
ion-card-title{ ion-card-title{
margin:10px; margin: 15px 0px 0px 5px;
font-size: 22px;
} }
ion-card-content{ ion-card-content{
padding-top:0px; padding-top:0px;
} }
ion-card-content strong{
font-size: 14px;
}
ion-card-content p{
font-size: 11px;
}
.red{ .red{
color:rgb(172, 9, 9) color:rgb(172, 9, 9);
margin-left: -5px;
} }
.green{ .green{
color:#00AE4D; color:#00AE4D;
@ -61,4 +76,31 @@ ion-card-content{
.description{ .description{
height: 55px; height: 55px;
overflow: hidden; overflow: hidden;
}
ion-card{
margin: 20px;
}
ion-card-content{
padding: 0 15px 0px 15px;
}
ion-card{
--background: #fff;
--border-radius: 53px;
border-radius: 10px;
}
.red{
color: #de1717;
font-weight: bold;
margin-left: -5px;
}
.arrow-icon{
margin-top: 0px;
font-size: 25px;
color: #0298df;
}
.share-icon{
font-size: 25px;
position: absolute;
bottom: 6px;
} }
Loading…
Cancel
Save