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

62 lines
1.1 KiB
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
$headerRowHeight = 63px
.lesionTableHeaderRow
2016-06-08 11:49:21 +02:00
border-top: 2px solid black
background: #151a1f
2016-06-07 19:09:47 +02:00
color: $textSecondaryColor
fill: $textSecondaryColor
2016-06-08 12:27:22 +02:00
width: 316px
2016-06-07 19:09:47 +02:00
height: $headerRowHeight
display: flex
line-height: $headerRowHeight
div
flex: 1
justify-content: space-around
align-items: stretch
text-align: center
.add
padding: 0 10px
2016-06-08 11:49:21 +02:00
max-width: 40px
2016-06-07 19:09:47 +02:00
cursor: pointer
svg
height: $headerRowHeight
max-width: 11px
.type
2016-06-08 11:49:21 +02:00
padding: 0 10px
text-align: left
font-weight: 300
color: #91b9cd
2016-06-07 19:09:47 +02:00
height: $headerRowHeight
font-size: 13pt
.numberOfLesions
float: right
2016-06-08 11:49:21 +02:00
color: #6fbde2
2016-06-07 19:09:47 +02:00
font-weight: 100
font-size: 40px
2016-06-08 12:27:22 +02:00
max-width: 50px
2016-06-07 19:09:47 +02:00
margin-right: 5px
height: $headerRowHeight
line-height: $headerRowHeight
.max
height: $headerRowHeight
.maxNumLesions
margin: 21px auto
height: 20px
line-height: 20px
width: 47px
font-size: 12px
text-transform: uppercase
font-weight: 500
border-radius: 3px
color: black
background-color: $textSecondaryColor;