PHP Classes

File: modules/system/assets/ui/less/scoreboard.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/less/scoreboard.less   Download  
File: modules/system/assets/ui/less/scoreboard.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 1,379 bytes
 

Contents

Class file image Download
// // Dependencies // -------------------------------------------------- @import "global.less"; @import "chart.less"; @import "toolbar.less"; // // Scoreboard // -------------------------------------------------- div.scoreboard { position: relative; padding: 0; .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: @padding-standard; 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. min-height: 67px; ul { margin-left: 77px; top: -2px; li { padding-left: 18px; & > i { margin-left: -18px; } } } div.canvas { margin-bottom: 0; } .canvas + ul { margin-left: 0; } } .scoreboard-offset { padding-left: 20px; } } body.slim-container { div.scoreboard { padding: 0 @padding-standard; } }