/** * Stylesheet * * @namespace Lungo.Theme * @class Default * * @author Javier Jimenez Villar || @soyjavi */ @import "mixins.less"; @theme: #0093D5; @theme-light: #39ABE1; @theme: #2A95D3; @theme-light: #25AEEB; @theme-dark: #222; @theme-dark-current: #111; @theme-dark-nav: #888; @theme-dark-nav-active: #fff; @theme-contrast: #444; @aside: #191919; @color: #484a49; @notification-error: #e33100; @notification-alert: #ffb515; @notification-success: #009600; @form-border-radius: 1px; .app { background: #000; font-family: Helvetica, Arial, sans-serif; } .theme, li.theme, a.theme { background: @theme-light; &:active { background: @theme;} } /* @group
&