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/notification/view-note-modal/view-note-modal.component.scss

14 lines
190 B
SCSS

6 years ago
.ion-modal{
width: 90%;
height: 50%;
top: 20%;
left: 5%;
right: 5%;
bottom: 5%;
border: solid 1px red;
6 years ago
}
.closeIcon{
--background: transparent !important;
background: transparent;
6 years ago
}