You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/static/js/plugins/cirque/cirque.css

35 lines
392 B

.cirque-container {
position: relative;
display: inline-block;
}
.cirque-track, .cirque-fill {
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
.cirque-fill {
z-index: 20;
}
.cirque-label {
position: relative;
z-index: 30;
color: #444;
font-weight: bold;
text-align: center;
}
.cirque-label.percent {
font-size: 15px;
}
.cirque-label.ratio {
font-size: 13px;
}