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