36 lines
693 B
Stylus
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
|