Refine stat panel spacing and remove icons
This commit is contained in:
+19
-1
@@ -2068,7 +2068,7 @@ a.nav-link {
|
||||
}
|
||||
|
||||
.stat-panel {
|
||||
min-height: 188px;
|
||||
min-height: 208px;
|
||||
padding: 18px 18px 16px;
|
||||
}
|
||||
|
||||
@@ -2222,3 +2222,21 @@ td .button,
|
||||
padding: 0 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Stat panel: restore left padding & drop card icons */
|
||||
.stat-panel {
|
||||
padding: 18px 18px 16px;
|
||||
}
|
||||
.stat-panel .section-title {
|
||||
max-width: none;
|
||||
}
|
||||
.stat-panel .stat-value,
|
||||
.stat-panel .stat-caption {
|
||||
padding-left: 2px;
|
||||
}
|
||||
.stat-panel .stat-caption {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.stat-panel::before {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user