/**
 * Copyright (c) Microblink Ltd. All rights reserved.
 */

@import "../styles/globals-sass";

:host {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: $padding-unit-medium $padding-unit-large;
  display: grid;
}

:host(:not(.visible)) {
  display: none !important;
}
