Temp
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
.root-content {
|
||||
padding: 30px;
|
||||
gap: 20px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
.root-row {
|
||||
gap: 20px;
|
||||
>.card-box {
|
||||
width: 48%;
|
||||
flex: 0 0 auto;
|
||||
|
||||
.common-card {
|
||||
padding: 20px;
|
||||
@@ -48,6 +51,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.value-chart {
|
||||
>div {
|
||||
height: 12px;
|
||||
>* {
|
||||
transform: translateY(1px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> * {
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user