26 lines
487 B
Plaintext
26 lines
487 B
Plaintext
:local(.card-body) {
|
|
:global(.ant-card-body) {
|
|
height: 110px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
// box-shadow: var(--box-shadow-base);
|
|
border-radius: var(--ant-border-radius-lg);
|
|
// border: 1px solid var(--ant-color-border);
|
|
}
|
|
}
|
|
|
|
:local(.row) {
|
|
:global(.ant-col-5) {
|
|
flex: 0 0 20%;
|
|
max-width: 20%;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|