11 lines
322 B
CSS
11 lines
322 B
CSS
.flex-col {flex-direction: column;}
|
|
.chart > div {margin: auto;}
|
|
.pie-chart {position: relative;}
|
|
.pie-chart .pie-chart-title {position: relative; top: -60%; left: 2%; height: 1rem;}
|
|
|
|
.maxh-72{max-height:18rem;}
|
|
|
|
.actions-menu {bottom: 12px;}
|
|
#mainContent {margin-bottom: 60px;}
|
|
#mainContent .desc-box {max-height: 6rem;}
|