18 lines
319 B
Stylus
18 lines
319 B
Stylus
@import "{design}/app"
|
|
|
|
.lesionTableTimepointHeader
|
|
flex: 1
|
|
padding-left: 20px
|
|
justify-content: space-around
|
|
|
|
div
|
|
text-align: center
|
|
|
|
.timepointName
|
|
color: $textSecondaryColor
|
|
|
|
.timepointDate
|
|
font-weight: 200
|
|
color: $textPrimaryColor
|
|
border-left: $uiBorderColor $uiBorderThickness solid
|