:막대 그래프/styles.css

.bar-chart {
	display: flex;
	overflow: auto;
}
.barbox {
	border-bottom: solid;
}

.bar-chart .bar:hover {
	filter: invert(50%);
}
.contbox {
	border-right: solid;
}
.cont {
	text-align: right;
}
.value {
    line-height: 1em;
    margin-left: 0.5em;
}
.bar {
    width: 0;
    height: 1em;
    background: #4188f1;
    transition: ease 0.3s;
}
.contbox, .barbox {
	border-color: #ccc;
	border-width: 1px;
}

.bar-chart .hidden_value {
	display: none !important;
}
/*
.bar-chart-vert {
	
}

.bar-chart-lr {
	
}

.bar-chart-rl {
	
}*/
 /*{{삭제|}}*/