fix: update quota overview styles
update card styles of the quota overview Change-Id: I6f78fb2aac0eed1c2082a31a767a1b15bdd577c6
This commit is contained in:
parent
287d787d08
commit
ca964e3305
@ -110,6 +110,10 @@
|
||||
.ant-card {
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
.ant-card-body {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
@ -157,6 +161,11 @@
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-card-body {
|
||||
padding: 12px !important;
|
||||
box-shadow: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.progress-title {
|
||||
|
Loading…
Reference in New Issue
Block a user