Correcting graph widget bottom padding
This commit is contained in:
parent
cb324733bf
commit
494ceca44e
@ -136,7 +136,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
padding: 0px 15px;
|
padding: 0px 15px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 140px);
|
height: calc(100% - 140px);
|
||||||
|
padding-bottom: 20px;
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: calc(100% - 190px);
|
height: calc(100% - 190px);
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.container-graph {
|
.container-graph {
|
||||||
padding: 0px 15px 60px;
|
padding: 0px 15px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
|
@ -20,4 +20,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
@ -4,6 +4,9 @@
|
|||||||
&.widget {
|
&.widget {
|
||||||
height: 250px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
|
&.graph {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
|
@ -54,5 +54,4 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
@ -74,7 +74,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ng-template #loadingReward>
|
<ng-template #loadingReward>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
@media (max-width: 575px) {
|
@media (max-width: 575px) {
|
||||||
height: calc(100% - 230px);
|
height: calc(100% - 230px);
|
||||||
};
|
};
|
||||||
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart {
|
.chart {
|
||||||
|
@ -114,5 +114,4 @@
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user