/** * Stylesheet * * @namespace LUNGO.Theme * @class Default * * @author Javier Jimenez Villar || @soyjavi */ @import "constants.less"; @import "mixins.less"; @theme: #999; @theme-light: #ccc; @theme-dark: #333; @theme-highlight: #93d6e7; @theme-highlight-color: #1b6777; @theme-highlight-text-shadow: 0 1px 0 rgba(255,255,255,0.2); @color-border: #2566a4; @color-border-light: #64b9e2; @color-main: #2c8bca; @color-main-dark: #154f93; @color-secondary: #353b42; @color-secondary-dark: #272a2d; @background-secondary: #353b42 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353b42), color-stop(100%, #272a2d)); .app { background: @black; font-family: Helvetica, Arial, sans-serif; } /* @group
&