ohif-viewer/Packages/lesiontracker/client/components/additionalFindings/additionalFindings.styl

116 lines
2.1 KiB
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
.additionalFindings
2016-06-07 19:09:47 +02:00
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
2016-06-07 19:09:47 +02:00
&::-webkit-scrollbar
display: none
.header
height: 33px
line-height: 33px
font-weight: bold
2016-06-07 19:09:47 +02:00
font-size: 14px
padding: 1px 13px 0
2016-06-07 19:09:47 +02:00
color: $textPrimaryColor
background-color: $uiGray
2016-06-07 19:09:47 +02:00
.form-group
color: $textPrimaryColor
margin-bottom: 0
padding: 7px 27px 7px 11px
2016-07-15 19:44:31 +02:00
width: 100%
&:not(:last-child)
border-bottom: $uiBorderThickness solid $uiBorderColorDark
2016-07-14 16:25:39 +02:00
& > .wrapperText
display: block
font-weight: bold
line-height: 15px
margin: 10px 2px 8px
2016-07-14 16:25:39 +02:00
2016-07-06 20:29:48 +02:00
.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
2016-07-15 19:44:31 +02:00
.group-radio
height: 30px
margin-bottom: 15px
2016-07-14 16:25:39 +02:00
label
display: inline-block
2016-07-06 20:29:48 +02:00
float: left
font-size: 14px
font-weight: 100
height: 30px
2016-07-06 20:29:48 +02:00
line-height: 30px
width: 109px
2016-07-15 19:44:31 +02:00
.disease-regions + .select2
width: 100% !important
.bone-lesions + .select2
width: auto !important
2016-06-07 19:09:47 +02:00
.buttonSection
cursor: pointer
height: 90px
2016-06-07 19:09:47 +02:00
color: $defaultColor
&:hover
color: $hoverColor
.svgContainer
svg
fill: $hoverColor
&:active
color: $activeColor
.svgContainer
svg
fill: $activeColor
div
float: left
display: inline-block
height: 92px
2016-06-07 19:09:47 +02:00
.buttonLabel
line-height: 92px
padding: 0 12px
2016-06-07 19:09:47 +02:00
.svgContainer
padding: 25px 14px
2016-06-07 19:09:47 +02:00
svg
width: 36px
height: 36px
2016-06-07 19:09:47 +02:00
fill: $textPrimaryColor