fix: padding for progress bar in dashboard
This commit is contained in:
parent
ac7c5837c5
commit
2477d5eb37
1 changed files with 12 additions and 0 deletions
|
|
@ -239,6 +239,18 @@
|
|||
.progress-area {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
|
||||
.progress-chart {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.progress-message {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-links {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue