2016-07-22 14:26:29 +02:00
|
|
|
@import "{design}/app.styl"
|
|
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
.imageViewerLoadingIndicator
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textSecondaryColor')
|
2015-10-13 14:14:50 +02:00
|
|
|
|
|
|
|
|
.faded
|
|
|
|
|
opacity: 0.5
|
2016-08-05 12:49:09 +02:00
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
.imageViewerErrorLoadingIndicator
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$uiYellow')
|
2016-09-03 16:38:26 +02:00
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
p, h4
|
2016-07-23 15:56:36 +02:00
|
|
|
padding: 4px 0
|
2016-09-03 16:38:26 +02:00
|
|
|
text-align: center
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
p
|
|
|
|
|
font-size: 11pt
|
2016-09-03 16:38:26 +02:00
|
|
|
|
2015-10-13 14:14:50 +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
|
2015-10-13 14:14:50 +02:00
|
|
|
pointer-events: none // Necessary for click-through to cornerstone element below
|
2016-08-05 12:49:09 +02:00
|
|
|
position: absolute
|
|
|
|
|
top: 0
|
2015-10-13 14:14:50 +02:00
|
|
|
width: 100%
|
|
|
|
|
z-index: 100
|
2016-09-03 16:38:26 +02:00
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
.indicatorContents
|
2016-08-04 10:42:34 +02:00
|
|
|
font-size: 30px
|
2016-08-09 15:00:06 +02:00
|
|
|
font-weight: 300
|
2016-09-03 16:38:26 +02:00
|
|
|
position: absolute
|
|
|
|
|
text-align: center
|
|
|
|
|
top: 50%
|
|
|
|
|
transform(translateY(-50%))
|
|
|
|
|
width: 100%
|