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