/** * Stylesheet * * @namespace Lungo.Theme * @class Default * * @author Javier Jimenez Villar || @soyjavi */ @import "constants.less"; @import "mixins.less"; @theme: #05bde9; @theme-light: #42c8fc; @theme-dark: #07acd0; @color: #484a49; @section-radius: 4px; @header: #efeeed; @header-bottom: #e0dedf; @footer: #353b42; @footer-bottom: #272a2d; @color-secondary: #353b42; @color-secondary-dark: #272a2d; .app { background: @black; font-family: Helvetica, Arial, sans-serif; } /* @group
&