ohif-viewer/Packages/ohif-viewerbase/client/components/viewer/loadingIndicator/loadingIndicator.styl

40 lines
722 B
Stylus
Raw Normal View History

@import "{ohif:design}/app"
.imageViewerLoadingIndicator
theme('color', '$textSecondaryColor')
.faded
opacity: 0.5
2016-08-05 12:49:09 +02:00
.imageViewerErrorLoadingIndicator
theme('color', '$uiYellow')
2016-09-03 16:38:26 +02:00
p, h4
padding: 4px 0
2016-09-03 16:38:26 +02:00
text-align: center
word-wrap: break-word
p
font-size: 11pt
2016-09-03 16:38:26 +02:00
.loadingIndicator
2016-09-03 16:38:26 +02:00
background-color: rgba(0,0,0,0.75)
2016-08-05 12:49:09 +02:00
display: none
2016-09-03 16:38:26 +02:00
font-size: 18px
height: 100%
overflow: hidden
pointer-events: none // Necessary for click-through to cornerstone element below
2016-08-05 12:49:09 +02:00
position: absolute
top: 0
width: 100%
2017-11-16 14:25:57 +01:00
z-index: 1
2016-09-03 16:38:26 +02:00
.indicatorContents
font-size: 30px
font-weight: 300
2016-09-03 16:38:26 +02:00
position: absolute
text-align: center
top: 50%
transform(translateY(-50%))
width: 100%