34 lines
532 B
Stylus
34 lines
532 B
Stylus
@import "{design}/app"
|
|
|
|
body
|
|
background-color: $primaryBackgroundColor
|
|
|
|
#tblStudyList
|
|
tr
|
|
height: 20px
|
|
|
|
#worklistTab
|
|
background-color: $primaryBackgroundColor
|
|
|
|
.worklistContainer
|
|
background-color: $primaryBackgroundColor
|
|
margin: 0 auto
|
|
color: white
|
|
float: left;
|
|
width: 100%;
|
|
|
|
.tab-content
|
|
width: 100%
|
|
height: calc(100% - 91px)
|
|
|
|
.loadingTextDiv
|
|
color: $textSecondaryColor
|
|
font-size: 30px
|
|
|
|
.tab-pane
|
|
width: 100%
|
|
height: 100%
|
|
|
|
.viewerContainer
|
|
height: 100%
|
|
width: 100% |