33 lines
639 B
Stylus
33 lines
639 B
Stylus
@import "{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: 46px
|
|
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
|
|
width: 126px
|