ohif-viewer/Packages/lesiontracker/client/components/lesionTableHUD/lesionTableHUD.styl
2016-09-05 10:20:30 -03:00

99 lines
2.0 KiB
Stylus

@import "{design}/app"
$borderColor = rgba(77, 99, 110, 0.81)
#lesionTableHUD
background: rgba(0, 0, 0, 0.95)
border-radius: 8px
border: solid 1px $borderColor;
bottom: 3px
height: 326px
left: auto
overflow: hidden
position: absolute
right: 3px
top: auto
width: 318px
z-index: 10000
.lesionTableView.scrollArea
margin-left: 0
padding-left: 0
.header
theme('background', '$uiGrayDarkest')
theme('color', '$textSecondaryColor')
border-bottom: $uiBorderThickness solid $borderColor
font-weight: 300
font-size: 20px
height: 55px
line-height: 55px
position: relative
text-align: center
width: 100%
svg.buttonClose
theme('color', '$defaultColor')
cursor: pointer
height: 14px
position: absolute
right: 14px
theme('stroke', '$defaultColor')
top: 20px
width: 14px
.lesionTableView.scrollArea
height: calc(100% - 55px - 70px)
padding-bottom: 20px
.footer
theme('background', '$uiGrayDarkest')
border-top: $uiBorderThickness solid $borderColor
width: 100%
height: 70px
position: absolute
bottom: 0
padding: 10px
.toolbarSectionButton
display: inline-block
theme('color', '$defaultColor')
theme('fill', '$defaultColor')
theme('stroke', '$defaultColor')
padding: 0 10px
height: $toolbarHeight
min-width: 30px
cursor: pointer
text-align: center
&.disabled
opacity: 0.5
cursor: not-allowed
.buttonLabel
font-size: 12px
.svgContainer
margin: 0 auto
text-align: center
svg
background-color: transparent
margin: 2px
width: 21px
height: 21px
&:active, &.active
theme('color', '$activeColor')
svg
theme('fill', '$activeColor')
theme('stroke', '$activeColor')
&:hover
theme('color', '$hoverColor')
svg
theme('fill', '$hoverColor')
theme('stroke', '$hoverColor')