Files
PictureStory/src/app/content/image-container/image/image.component.scss
2018-11-29 20:45:18 +05:30

35 lines
581 B
SCSS

//OVERWRITES
:host {
margin: 0 1em;
overflow: auto;
}
// .card {
// width: 20rem;
// margin: 20px auto;
// overflow: auto
// }
.card {
width: 20rem;
margin: 20px auto;
overflow: auto
}
.image-card {
max-width: 400px;
}
.image {
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
max-width: 400px;
}
.header-image {
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
}
mat-divider {
margin: 1em 0;
}