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

34 lines
532 B
Stylus
Raw Normal View History

@import "{design}/app"
2015-10-20 15:45:27 +02:00
body
background-color: $primaryBackgroundColor
#tblStudyList
tr
height: 20px
2015-10-20 15:45:27 +02:00
#worklistTab
background-color: $primaryBackgroundColor
.worklistContainer
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
color: $textSecondaryColor
font-size: 30px
2015-10-20 15:45:27 +02:00
.tab-pane
width: 100%
height: 100%
.viewerContainer
height: 100%
width: 100%