ohif-viewer/Packages/worklist/client/components/worklist.styl

34 lines
576 B
Stylus
Raw Normal View History

@import "{design}/app"
2015-10-20 15:45:27 +02:00
body
theme('background-color', '$primaryBackgroundColor')
#tblStudyList
tr
height: 20px
2015-10-20 15:45:27 +02:00
#worklistTab
theme('background-color', '$primaryBackgroundColor')
.worklistContainer
theme('background-color', '$primaryBackgroundColor')
margin: 0 auto
color: white
float: left;
width: 100%;
2015-10-20 15:45:27 +02:00
.tab-content
width: 100%
height: calc(100% - 91px)
.loadingTextDiv
theme('color', '$textSecondaryColor')
font-size: 30px
2015-10-20 15:45:27 +02:00
.tab-pane
width: 100%
height: 100%
.viewerContainer
height: 100%
width: 100%