mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
15 lines
283 B
SCSS
15 lines
283 B
SCSS
.adf-img-viewer {
|
|
.image-container {
|
|
display: flex;
|
|
flex: 1;
|
|
text-align: center;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
height: 90vh;
|
|
img {
|
|
width: 100%;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
}
|