Ontica/Empiria.Land.Intranet

View on GitHub
src/styles/file-preview.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.
 */

.preview-container {
  width: 100%;
  height: 100%;
}

.preview-container.preview-padding {
  padding: 0 16px 16px 16px;
}

.object-preview-container {
  width: 100%;
  height: 100%;
  padding: 3px;
}

.object-preview {
  width: 100%;
  height: 100%;
}