35 lines
838 B
Stylus
35 lines
838 B
Stylus
@import "{ohif:design}/app"
|
|
|
|
#viewer
|
|
height: "calc(100% - %s)" % $topBarHeight
|
|
|
|
&>.loadingTextDiv
|
|
theme('color', '$textSecondaryColor')
|
|
font-size: 30px
|
|
height: 100%
|
|
line-height: "calc(100% - %s)" % $topBarHeight
|
|
|
|
.viewerMain
|
|
width: 100%
|
|
height: 100%
|
|
transition(all 0.3s ease)
|
|
|
|
#imageViewerViewports
|
|
.viewportContainer
|
|
theme('border', '%s solid $uiBorderColorDark' % $viewportBorderThickness)
|
|
float: left
|
|
position: relative
|
|
|
|
outline: 0 // Prevent blue outline in Chrome
|
|
|
|
&:hover
|
|
&.active
|
|
&:hover.active
|
|
outline: 0 // Prevent blue outline in Chrome
|
|
|
|
&:hover
|
|
theme('border', '%s solid $uiBorderColor' % $viewportBorderThickness)
|
|
|
|
&.active, &:hover.active
|
|
theme('border', '%s solid $uiBorderColorActive' % $viewportBorderThickness)
|