update lib
This commit is contained in:
@ -38,18 +38,18 @@
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.capsule-chart .unit-label {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.capsule-chart .unit-text {
|
||||
width: 30px;
|
||||
text-align: right;
|
||||
}
|
||||
.capsule-chart .unit-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.capsule-chart .unit-text {
|
||||
text-align: right;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user