mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
21 lines
317 B
SCSS
21 lines
317 B
SCSS
:host ::ng-deep {
|
|
.ngx-gallery {
|
|
width: unset !important;
|
|
height: unset !important;
|
|
}
|
|
|
|
ngx-gallery-image {
|
|
max-width: 340px !important;
|
|
|
|
.ngx-gallery-image {
|
|
background-position: left;
|
|
}
|
|
}
|
|
|
|
ngx-gallery-image:after {
|
|
padding-top: 75%;
|
|
display: block;
|
|
content: '';
|
|
}
|
|
}
|