ohif-viewer/Packages/ohif-hanging-protocols/client/components/ruleTable/ruleTable.styl
2017-01-29 22:11:17 -02:00

50 lines
922 B
Stylus

@import "{ohif:design}/app"
table.ruleTable
thead
tr
th
theme('color', '$defaultColor')
text-align: center
th:first-child
text-align: left
tbody
tr
td
theme('color', '$defaultColor')
text-align: center
.failWarning
color: red
.editRule
.deleteRule
&:hover, &:active
cursor: pointer
transition(all 0.1s ease)
&:hover
theme('color', '$hoverColor')
&:active
theme('color', '$activeColor')
td:first-child
text-align: left
.addRuleContainer
margin: 10px 0
text-align: center
theme('color', '$defaultColor')
.addRule
cursor: pointer
transition(all 0.1s ease)
&:hover
theme('color', '$hoverColor')
&:active
theme('color', '$activeColor')