/** * Stylesheet * * @namespace Lungo.Theme * @class Default * * @author Javier Jimenez Villar || @soyjavi */ @import "mixins.less"; @theme: #2A95D3; @theme-light: #39ABE1; @theme-dark: #1984C2; // @theme: #2C8BCA; // @theme-light: #2C8BCA; // @theme-dark: #154F93; @footer: #292F34; @footer-dark: #23282C; @color: #484a49; @section-radius: 4px; .app { background: #000; font-family: "Roboto", Helvetica, Arial, sans-serif; } .theme, li.theme, a.theme { background: @theme; &:active { background: @theme-dark;} } /* @group
&