offers and discount

zohaib-huawei-q2
Sultan Khan 5 years ago
parent 23bcf583fb
commit ea93212ad1

@ -23,12 +23,12 @@
border-radius: 20px; border-radius: 20px;
} }
.filterText{ .filterText{
margin: 5px 15px 15px; margin: 5px 15px 5px;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
.container-icon{ .container-icon{
padding: 0 10px 20px; padding: 0 10px 0px;
position: relative; position: relative;
white-space:nowrap; white-space:nowrap;
overflow-x:auto; overflow-x:auto;
@ -46,6 +46,7 @@
margin: 5px; margin: 5px;
border-radius: 10px; border-radius: 10px;
background: #fff; background: #fff;
position: relative;
} }
.sale-icon ion-icon{ .sale-icon ion-icon{
font-size: 25px; font-size: 25px;
@ -53,11 +54,15 @@
.sale-icon p{ .sale-icon p{
margin-top:5px; margin-top:5px;
margin-bottom: 5px; margin-bottom: 5px;
text-transform: capitalize;
font-size: 15px;
} }
.bottom-icon{ .bottom-icon{
text-overflow: clip; text-overflow: clip;
white-space: normal; white-space: normal;
font-size: 14px; font-size: 14px;
padding: 4px;
font-weight: bold;
} }
ion-card{ ion-card{
margin:5px; margin:5px;
@ -67,22 +72,29 @@ ion-card-header{
} }
ion-card-header img{ ion-card-header img{
margin:15px auto; margin: 15px auto;
height: 85px;
} }
.dark{ .dark{
display: block; display: block;
margin: 6px; margin: 2px;
font-size: 18px; font-size: 15px;
font-weight: bold;
} }
ion-card-title{ ion-card-title{
font-weight: bold; font-weight: bold;
font-size: 18px; font-size: 18px;
}
ion-card-content{
padding: 5px; padding: 5px;
} }
.orange{ .orange{
color: orange; color: orange;
} }
.red{
color:rgb(172, 9, 9)
}
.green{ .green{
color:#00AE4D; color:#00AE4D;
} }
@ -116,4 +128,24 @@ margin: 5px;
} }
.edit{ .edit{
margin-left:20px !important; margin-left:20px !important;
}
.offer-valid{
font-weight: bold;
margin:2px;
font-size: 14px;
}
.active .top::before{
position: absolute;
right: 0px;
top: -3px;
padding: 0px;
background: #3cc353;
padding: 3px;
border-radius: 60%;
font-size: 10px;
color: #fff;
content: '';
}
ion-content{
--background:#F5F5F5 ;
} }
Loading…
Cancel
Save