40 lines
722 B
Stylus
40 lines
722 B
Stylus
@import "{ohif:design}/app"
|
|
|
|
.imageViewerLoadingIndicator
|
|
theme('color', '$textSecondaryColor')
|
|
|
|
.faded
|
|
opacity: 0.5
|
|
|
|
.imageViewerErrorLoadingIndicator
|
|
theme('color', '$uiYellow')
|
|
|
|
p, h4
|
|
padding: 4px 0
|
|
text-align: center
|
|
word-wrap: break-word
|
|
|
|
p
|
|
font-size: 11pt
|
|
|
|
.loadingIndicator
|
|
background-color: rgba(0,0,0,0.75)
|
|
display: none
|
|
font-size: 18px
|
|
height: 100%
|
|
overflow: hidden
|
|
pointer-events: none // Necessary for click-through to cornerstone element below
|
|
position: absolute
|
|
top: 0
|
|
width: 100%
|
|
z-index: 1
|
|
|
|
.indicatorContents
|
|
font-size: 30px
|
|
font-weight: 300
|
|
position: absolute
|
|
text-align: center
|
|
top: 50%
|
|
transform(translateY(-50%))
|
|
width: 100%
|