ohif-viewer/Packages/ohif-measurements/client/components/caseProgress/caseProgress.styl
2018-02-02 09:21:42 -02:00

36 lines
693 B
Stylus

@require '{ohif:design}/app'
.caseProgress
transition(all 0.3 ease)
.radialProgress
display: inline-block
float:left
.caseProgressStatus
display: inline-block
float: left
margin-left: 22px
h5
theme('color', '$textPrimaryColor')
line-height: 40px
margin: 0
font-size: 15px
font-weight: bold
button.btn
theme('background-color', '$activeColor')
theme('border', '1px solid $uiBorderColorActive')
color: #000
cursor: pointer
font-size: 15px
font-weight: bold
height: 37px
margin-top: 6px
text-align: center
&.disabled
opacity: 0.5
cursor: not-allowed