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

84 lines
1.6 KiB
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
$headerRowHeight = 63px
.lesionTableHeaderRow
theme('background-color', '$uiGrayDarker')
theme('color', '$textSecondaryColor')
display: flex
theme('fill', '$textSecondaryColor')
2016-06-07 19:09:47 +02:00
height: $headerRowHeight
line-height: $headerRowHeight
margin-top: 2px
width: 100%
2016-06-07 19:09:47 +02:00
&.inactive .add
cursor: not-allowed
svg
fill: #5A666D
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
fill: #C1D8E3
2016-06-07 19:09:47 +02:00
height: $headerRowHeight
max-width: 11px
&:hover
theme('fill', '$hoverColor')
&:active
theme('fill', '$activeColor')
2016-06-07 19:09:47 +02:00
.type
theme('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
theme('color', '$uiSkyBlue')
2016-06-07 19:09:47 +02:00
float: right
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
theme('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
transition($sidebarTransition)
&.warning
.maxNumLesions
theme('background-color', '$uiYellow')
theme('color', '$textPrimaryColor')