ohif-viewer/Packages/viewerbase/client/components/viewer/loadingIndicator/loadingIndicator.styl
2016-08-04 10:42:34 +02:00

36 lines
664 B
Stylus

@import "{design}/app.styl"
.imageViewerLoadingIndicator
display: none
color: $textPrimaryColor
.faded
opacity: 0.5
.imageViewerErrorLoadingIndicator
display: none
background-color: rgba(0,0,0,0.75)
p, h4
text-align: center
color: $textColorActive
padding: 4px 0
p
font-size: 11pt
.loadingIndicator
pointer-events: none // Necessary for click-through to cornerstone element below
width: 100%
height: 100%
font-size: 18px
z-index: 100
.indicatorContents
position: absolute
top: 40%
width: 100%
color: $textSecondaryColor
font-size: 30px
font-weight: 200
text-align: center