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