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.
mohemm_srca/Mohem/src/app/offersdiscount/home/home.component.scss

204 lines
3.2 KiB
SCSS

.header{
width: 100%;
position: absolute;
background: #259CB8;
top: 0;
}
.header-toolbar{
--background: #259CB8 !important;
}
.bottom{
height: 100%;
width: 100%;
position: absolute;
background: #F5F5F5;
}
.SearchtextBox{
margin: 10px;
--border-radius: 25px;
}
.filterText{
padding: 0 4px 10px 5px;
font-size: 16px;
font-weight: bold;
margin: 0px 10px;
}
.container-icon{
padding: 0 5px 10px;
position: relative;
white-space: nowrap;
overflow-x: auto;
margin: 0 10px;
}
.box-icon{
width:90px;
// height: 90px;
margin: 0px;
display: inline-block;
}
.sale-icon{
box-shadow: 1px 1px 5px 1px #cccc;
padding: 5px;
margin: 5px;
border-radius: 10px;
background: #fff;
}
.sale-icon ion-icon{
font-size: 25px;
}
.sale-icon p{
margin-top: 0px;
margin-bottom: 5px;
text-transform: capitalize;
font-size: 10px;
text-align: left;
}
.bottom-icon{
text-overflow: clip;
white-space: normal;
font-size: 14px;
padding:1px;
font-weight: bold;
}
ion-card-header{
background: #fff;
}
// ion-card-header img{
// margin: 15px auto;
// border-radius: 6px;
// max-height: 80px;
// min-height: 50px;
// }
.header-img{
height: 120px;
width: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
margin-top: 5px;
}
ion-card-title{
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin: 5px;
}
.orange{
color: orange;
}
.green{
color:#1FA169;
font-weight: bold;
}
ion-segment-button ion-label{
padding: 0;
font-size: 12px;
}
.segment-button-checked ion-label{
color: #fff !important;
}
.segment-button-checked{
background: rgb(46, 46, 46);
}
ion-item{
--background: #fff;
margin: 10px;
border-radius: 25px;
padding: 0px;
}
ion-item h3{
color: #000;
font-weight: bold;
font-size: 16px;
}
.grid-container{
margin: 10px;
}
.yellow{
color:#ffc107;
}
ion-item .icon{
margin: 5px;
}
.edit{
margin-left:20px !important;
}
.offer-valid{
margin: 2px 0px 5px -3px;
font-size: 14px;
font-weight: bold;
}
.offers-title{
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-top: 20px;
font-weight: bold;
font-size: 14px !important;
}
.active .top::before{
position: absolute;
right: 0px;
top: 2px;
padding: 0px;
background: #3cc353;
padding: 2px 3px 4px 3px;
border-radius: 60%;
font-size: 10px;
color: #fff;
content: '';
width: 12px;
height: 12px;
text-align: center;
}
ion-content{
--background:#F5F5F5 ;
}
.top{
text-align: left;
position: relative;
}
.top img{
height: 35px;
margin: 5px 5px 0px 5px;
}
.filter{
position: absolute;
right: 20px;
}
ion-card-content{
padding: 0 15px 0px 15px;
}
ion-card{
margin: 3px;
--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;
}
ion-card-content strong{
font-size: 14px;
}