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

35 lines
541 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: 24px;
}
.details-button ion-button{
--background: #565656;
}