33 lines
606 B
Stylus
33 lines
606 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
|
|
color: $textPrimaryColor
|
|
line-height: 46px
|
|
margin: 0
|
|
font-size: 15px
|
|
font-weight: bold
|
|
|
|
button.btn
|
|
background-color: $activeColor
|
|
border: 1px solid $uiBorderColorActive
|
|
color: #000
|
|
cursor: pointer
|
|
font-size: 15px
|
|
font-weight: bold
|
|
height: 37px
|
|
margin-top: 6px
|
|
text-align: center
|
|
width: 126px
|