2016-06-07 19:09:47 +02:00
|
|
|
@import "{design}/app"
|
|
|
|
|
|
2016-06-28 14:33:39 +02:00
|
|
|
.caseProgress
|
|
|
|
|
transition(all 0.3 ease)
|
|
|
|
|
|
|
|
|
|
.radialProgress
|
|
|
|
|
display: inline-block
|
|
|
|
|
float:left
|
|
|
|
|
|
2016-07-20 14:39:40 +02:00
|
|
|
.caseProgressStatus
|
2016-06-28 14:33:39 +02:00
|
|
|
display: inline-block
|
2016-07-20 14:39:40 +02:00
|
|
|
float: left
|
|
|
|
|
margin-left: 22px
|
|
|
|
|
|
|
|
|
|
h5
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textPrimaryColor')
|
2016-07-20 14:39:40 +02:00
|
|
|
line-height: 46px
|
|
|
|
|
margin: 0
|
|
|
|
|
font-size: 15px
|
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
|
|
button.btn
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('background-color', '$activeColor')
|
|
|
|
|
theme('border', '1px solid $uiBorderColorActive')
|
2016-07-20 14:39:40 +02:00
|
|
|
color: #000
|
|
|
|
|
cursor: pointer
|
|
|
|
|
font-size: 15px
|
|
|
|
|
font-weight: bold
|
|
|
|
|
height: 37px
|
|
|
|
|
margin-top: 6px
|
|
|
|
|
text-align: center
|
|
|
|
|
width: 126px
|