ohif-viewer/Packages/ohif-measurements/client/components/measurementTable/measurementTableView/measurementTableView.styl

28 lines
579 B
Stylus

@import "{ohif:design}/app"
.measurementTableView.scrollArea
width: 100%
height: 100%
overflow-x: hidden
overflow-y: auto
margin-left: -6px
margin-right: -16px
padding-bottom: 116px
padding-left: 6px
-webkit-overflow-scrolling: touch
&::-webkit-scrollbar
display: none
.report-area
theme('background-color', '$uiGrayDarker')
margin-top: 2px
padding: 10px 0
.btn.js-pdf
theme('background-color', '$activeColor')
theme('border', '1px solid $uiBorderColorActive')
color: #000
display: table
margin: 0 auto