Sha256: f9a5d9293d6d4f05d83ed9bba75174599260cc79622a184956c30d3ca1094782
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
// GLOBAL CONSTANTS // ----------------------------------- (function(window, document, $, undefined){ window.APP_COLORS = { 'primary': '#5d9cec', 'success': '#27c24c', 'info': '#23b7e5', 'warning': '#ff902b', 'danger': '#f05050', 'inverse': '#131e26', 'green': '#37bc9b', 'pink': '#f532e5', 'purple': '#7266ba', 'dark': '#3a3f51', 'yellow': '#fad732', 'gray-darker': '#232735', 'gray-dark': '#3a3f51', 'gray': '#dde6e9', 'gray-light': '#e4eaec', 'gray-lighter': '#edf1f2' }; window.APP_MEDIAQUERY = { 'desktopLG': 1200, 'desktop': 992, 'tablet': 768, 'mobile': 480 }; })(window, document, window.jQuery);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/javascripts/radius-theme/modules/constants.js |