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

53 lines
958 B
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
.lesionTableRow
display: flex
2016-06-08 11:49:21 +02:00
height: 63px
margin-top: 2px
2016-06-07 19:09:47 +02:00
width: 100%
.lesionRowSidebar
background: $uiGrayDark
2016-06-07 19:09:47 +02:00
color: $textSecondaryColor
flex: 1
2016-06-08 11:49:21 +02:00
max-width: 30px
padding-right: 5px
2016-06-07 19:09:47 +02:00
.lesionNumber
font-size: 14px
font-weight: 400
padding-top: 10px
2016-06-08 11:49:21 +02:00
text-align: center
2016-06-07 19:09:47 +02:00
&.active
border-left: 4px $activeColor solid
.lesionDetails
flex: 1
padding: 5px 2px 0 14px
2016-06-07 19:09:47 +02:00
display: flex
flex-direction: column
align-items: stretch
.location
flex: 1
font-weight: 400
2016-06-08 11:49:21 +02:00
font-size: 14px
2016-06-07 19:09:47 +02:00
color: $textSecondaryColor
height: 30px
line-height: 30px
margin-left: -2px
2016-06-07 19:09:47 +02:00
width: 100%
.timepointData
display: flex
margin-top: 1px
2016-06-07 19:09:47 +02:00
div
flex: 1
font-size: 14px
font-weight: 400
2016-06-07 19:09:47 +02:00
justify-content: space-around
line-height: 18px
padding-bottom: 10px