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

47 lines
817 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
border-top: 2px solid black
height: 63px
2016-06-07 19:09:47 +02:00
width: 100%
.lesionRowSidebar
flex: 1
color: $textSecondaryColor
background: $darkUiColor
2016-06-08 11:49:21 +02:00
max-width: 30px
2016-06-07 19:09:47 +02:00
.lesionNumber
2016-06-08 11:49:21 +02:00
text-align: center
font-weight: 200
2016-06-07 19:09:47 +02:00
padding: 3px
&.active
border-left: 4px $activeColor solid
.lesionDetails
flex: 1
2016-06-08 11:49:21 +02:00
padding-left: 20px
padding-top: 5px
2016-06-07 19:09:47 +02:00
display: flex
flex-direction: column
align-items: stretch
.location
flex: 1
2016-06-08 11:49:21 +02:00
font-weight: 200
font-size: 14px
2016-06-07 19:09:47 +02:00
color: $textSecondaryColor
height: 20px
width: 100%
.timepointData
display: flex
div
2016-06-08 11:49:21 +02:00
font-weight: 200
padding-bottom: 10px
2016-06-07 19:09:47 +02:00
flex: 1
justify-content: space-around