16 lines
277 B
Stylus
16 lines
277 B
Stylus
@import "{design}/app"
|
|
|
|
.lesionTableTimepointHeader
|
|
flex: 1
|
|
justify-content: space-around
|
|
|
|
div
|
|
text-align: center
|
|
|
|
.timepointName
|
|
color: $textSecondaryColor
|
|
|
|
.timepointDate
|
|
color: $textPrimaryColor
|
|
border-left: $uiBorderColor $uiBorderThickness solid
|