Skip to content
Snippets Groups Projects
nehubaContainer.style.css 2.58 KiB
:host
{
  width:100%;
  height:100%;
  position:relative;
}

atlas-layer-container
{
  margin-bottom: 1em;
  margin-left: 1em;
  width: 30em;
  height: 50em;
}

current-layout
{
  top: 0;
  left: 0;
  /** z index of current layout has to be higher than that of layout-floating-container, or status container will cover panel control */
  /** TODO decide which behaviour is more nature */
  z-index: 6;
}

div.loadingIndicator
{
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  width: 100%;
  position:absolute;
  height:2em;
  display: flex;
  flex-direction: row-reverse;
}

div.loadingIndicator div.spinnerAnimationCircle
{
  font-size:150%;
}

[perspectiveLoadingText]
{
  margin-right: 1em;
}

:host-context([darktheme="true"]) [perspectiveLoadingText]
{
  color:rgba(255,255,255,0.8);
}

div#scratch-pad
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.overlay-btn-container
{
  position: absolute;
  bottom: 0;
  right: 0;
}

.viewer-config-container
{
  position:absolute;
  left:1em;
  bottom:1em;
}

.viewer-status-container
{
  position: absolute;
  top: 0;
  left: 0;
}

/* if not mobile, then show on hover */

.opacity-crossfade
{
  transition: opacity 170ms ease-in-out,
    transform 250ms ease-in-out;
}

.opacity-crossfade
{

  opacity: 0.0;
  pointer-events: none;
}

.opacity-crossfade.onHover,
.opacity-crossfade:hover,
:host-context([ismobile="true"]) .opacity-crossfade
{
  opacity: 1.0 !important;
  pointer-events: all !important;
}

.screen-overlay
{
  background-color: rgba(255, 255, 255, 0.7);
}

:host-context([darktheme="true"]) .screen-overlay
{
  background-color: rgba(0, 0, 0, 0.7);
}

.side-nav-cover
{
  
  margin-left: -15px;
  margin-right: -15px;

  box-sizing: border-box;
}

.feature-card
{
 
  height: 20em;
  max-height: 20em;
  flex: 0 0 20em;
  align-items: flex-start; 
}

.region-populated .feature-card
{
  height: 25em;
  max-height: 25em;
  flex: 0 0 25em;
  align-items: flex-start;
}

.region-text-search-autocomplete-position
{
  z-index: 10;
  position: sticky;
  top: 0.5rem;
}

.collapse-position
{
  z-index: 10;
  position: sticky;
  bottom: 0.5rem;
}

.region-text-search-autocomplete
{
  padding: 0 1em 0 1.5em;
  border-radius: 0.25em;
}

.placeholder-region-detail
{
  margin-top: 6rem;
}

.explore-btn
{
  margin-top: 4.5rem;
  width: 100%;
}

.modality-card-container
{
  overflow-x: scroll;
}

.modality-card
{
  width: 10em;
}

.spacer
{
  height: 6rem;
}

.tab-toggle
{
  margin-left: -2.5rem;
  padding-right: 0.75rem;
  margin-right: 1rem;
  text-align: right;
}