updated main.css for dashboard zone stats changes.

This commit is contained in:
Shreyas Zare
2023-02-25 13:16:51 +05:30
parent 1fa8fdf95d
commit 50be5d0b09

View File

@@ -289,16 +289,16 @@ th a {
}
.zone-stats-panel .stats-item {
width: 19.25%;
width: 16%;
float: left;
padding: 6px 4px;
margin-right: 0.75%;
margin-right: 0.65%;
background-color: rgba(51, 122, 183, 0.7);
color: #ffffff;
}
.zone-stats-panel .stats-item .number {
font-size: 15px;
font-size: 14px;
font-weight: bold;
padding: 6px 0;
}