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

65 lines
1.2 KiB
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
$headerRowHeight = 63px
.lesionTableHeaderRow
background-color: $uiGrayDarkest
2016-06-07 19:09:47 +02:00
color: $textSecondaryColor
display: flex
2016-06-07 19:09:47 +02:00
fill: $textSecondaryColor
height: $headerRowHeight
line-height: $headerRowHeight
margin-top: 2px
width: 316px
2016-06-07 19:09:47 +02:00
div
align-items: stretch
2016-06-07 19:09:47 +02:00
flex: 1
justify-content: space-around
text-align: center
.add
cursor: pointer
max-width: 30px
padding-left: 2px
2016-06-07 19:09:47 +02:00
svg
height: $headerRowHeight
max-width: 11px
.type
color: $textSecondaryColor
font-size: 22px
font-weight: 300
line-height: $headerRowHeight
2016-06-08 11:49:21 +02:00
padding: 0 10px
text-align: left
2016-06-07 19:09:47 +02:00
.numberOfLesions
float: right
color: $uiSkyBlue
font-weight: 300
2016-06-07 19:09:47 +02:00
font-size: 40px
max-width: 54px
2016-06-07 19:09:47 +02:00
height: $headerRowHeight
line-height: 66px
2016-06-07 19:09:47 +02:00
.max
height: $headerRowHeight
max-width: 64px
text-align: right
2016-06-07 19:09:47 +02:00
.maxNumLesions
background-color: $textSecondaryColor;
2016-06-07 19:09:47 +02:00
border-radius: 3px
color: black
display: table
font-size: 12px
font-weight: 500
height: 19px
line-height: 17px
margin-left: auto
margin-top: 22px
padding: 2px 6px 0
text-transform: uppercase