23 lines
465 B
Stylus
23 lines
465 B
Stylus
@import "{design}/app"
|
|
|
|
.lesionTableTimepointHeader
|
|
flex: 1
|
|
justify-content: space-around
|
|
|
|
div
|
|
theme('border-left', '%s solid $uiBorderColor' % $uiBorderThickness)
|
|
font-weight: 400
|
|
padding-left: 12px
|
|
text-align: left
|
|
|
|
.timepointName
|
|
theme('color', '$textSecondaryColor')
|
|
font-size: 12px
|
|
line-height: 12px
|
|
|
|
.timepointDate
|
|
theme('color', '$textPrimaryColor')
|
|
font-size: 14px
|
|
line-height: 20px
|
|
padding-bottom: 6px
|