ohif-viewer/Packages/lesiontracker/client/components/additionalFindings/additionalFindings.styl
2016-08-31 15:54:32 +02:00

116 lines
2.2 KiB
Stylus

@import "{design}/app"
.additionalFindings
width: 100%
height: 100%
background-color: #000000
.scrollArea
height: 100%
overflow-x: hidden
overflow-y: auto
margin-right: -16px
padding-right: 16px
-webkit-overflow-scrolling: touch
.row
margin-right: 0
margin-left: 0
&::-webkit-scrollbar
display: none
.header
theme('background-color', '$uiGray')
theme('color', '$textPrimaryColor')
height: 33px
line-height: 33px
font-weight: bold
font-size: 14px
padding: 1px 13px 0
.form-group
theme('color', '$textPrimaryColor')
margin-bottom: 0
padding: 7px 27px 7px 11px
width: 100%
&:not(:last-child)
theme('border-bottom', '%s solid $uiBorderColorDark' % $uiBorderThickness)
& > .wrapperText
display: block
font-weight: bold
line-height: 15px
margin: 10px 2px 8px
.control-label
font-size: 14px
font-weight: 100
display: inline-block
padding: 5px
.select2
margin-bottom: 8px
margin-left: 3px
margin-top: 5px
.select2-selection--single
width: 91px
.group-radio
height: 30px
margin-bottom: 15px
label
display: inline-block
float: left
font-size: 14px
font-weight: 100
height: 30px
line-height: 30px
width: 109px
.disease-regions + .select2
width: 100% !important
.bone-lesions + .select2
width: auto !important
.buttonSection
cursor: pointer
height: 90px
theme('color', '$defaultColor')
&:hover
theme('color', '$hoverColor')
.svgContainer
svg
theme('fill', '$hoverColor')
&:active
theme('color', '$activeColor')
.svgContainer
svg
theme('fill', '$activeColor')
div
float: left
display: inline-block
height: 92px
.buttonLabel
line-height: 92px
padding: 0 12px
.svgContainer
padding: 25px 14px
svg
width: 36px
height: 36px
theme('fill', '$textPrimaryColor')