11 lines
434 B
CSS
11 lines
434 B
CSS
.actions-menu {bottom: 12px;}
|
|
.actions-menu.no-divider .divider{display: none;}
|
|
|
|
.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;}
|
|
|
|
.member-list > .center-y {width: 12.5%}
|
|
.memberBox .panel-heading, .otherInfoBox .panel-heading{background-color: var(--color-slate-100); color: var(--color-slate-900)}
|