ORIENT/modules/backend/assets/less/controls/scoreboard.less

40 lines
934 B
Plaintext

div.scoreboard {
position: relative;
padding: 0 20px;
.horizontal-scroll-indicators(@color-scroll-indicator);
&:before, &:after { margin-top: -10px; }
&:before { left: 7px; }
&:after { right: 10px; }
div.scoreboard-item {
display: inline-block;
margin-right: 40px;
margin-bottom: 20px;
vertical-align: top;
&:last-child {
margin-right: 0;
}
}
.control-chart {
// Setup the chart height in the scoreboard
// and set offsets so that the elements do not
// "jump" when the chart script loads and
// adds the canvas and color indicator elements.
height: 67px;
ul {
margin-left: 77px;
top: -2px;
li {
padding-left: 18px;
& > i {margin-left: -18px;}
}
}
.canvas + ul {margin-left: 0;}
}
}