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/offer-details/offer-details.component.scss

37 lines
586 B
SCSS

.header{
height: 150px;
width: 100%;
position: absolute;
background: #259CB8;
top: 0;
}
.header-toolbar{
--background: #259CB8 !important;
}
.bottom{
height: 88%;
width: 100%;
position: absolute;
background: #F5F5F5;
top: 20%;
}
ion-card-header{
background-color: #fff;
padding: 15px !important;
}
.content-bottom{
padding: 15px;
}
.green{
color:green;
font-weight: bold;
}
.content-bottom h1{
font-size: 20px;
margin-top: 10px;
font-weight: bold;
}
.details-button ion-button{
--background: #565656;
}