11 lines
239 B
Stylus
11 lines
239 B
Stylus
@import "{design}/app"
|
|
|
|
.measurementTableTimepointCell
|
|
theme('border-left', '%s solid $uiBorderColor' % $uiBorderThickness)
|
|
theme('color', '$textPrimaryColor')
|
|
padding: 0 10px
|
|
cursor: pointer
|
|
|
|
&:hover
|
|
theme('color', '$activeColor')
|