Ontica/Empiria.Land.Intranet

View on GitHub
src/app/shared/components/gallery/gallery.component.scss

Summary

Maintainability
Test Coverage
/**
 * @license
 * Copyright (c) La Vía Óntica SC, Ontica LLC and contributors. All rights reserved.
 *
 * See LICENSE.txt in the project root for complete license information.
 */

@import '../../../../styles/variables';

.gallery-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: $backdrop-color;
  z-index: 200;
}


.gallery-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}