|
@import '~bootstrap/scss/functions';
|
|
@import '~bootstrap/scss/variables';
|
|
@import '~bootstrap/scss/mixins';
|
|
|
|
.thumbnail {
|
|
flex-grow: 0;
|
|
width: 96px;
|
|
@include media-breakpoint-up(md) {
|
|
width: 160px;
|
|
}
|
|
@include media-breakpoint-up(xl) {
|
|
width: 256px;
|
|
}
|
|
}
|