This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"status":"success","data":{"branding":{"id":59,"name":"Allegheny Health Network (AHN)","logo_image":"images/lead_acquisition_flow/logos/AHN_logo_full.png","lead_source":"Partner","is_landing_page":false,"is_active":true,"slogan_html":"<div class=\"invite-aim-container\">\r\n <div class=\"invite-accept-container\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 col-sm-12 col-xs-12\"> \r\n <div class=\"clearfix\" style=\"margin:0 auto;max-width:565px;\">\r\n <div class=\"hidden-xs\" style=\"float:left;width:190px;margin-right:40px;\">\r\n <img src=\"https://www.carelinx.com/static/images/lead_acquisition_flow/logos/AHN_logo_full.png\" alt=\"AHN Logo\" style=\"width:100%;margin-top:18px;\"/>\r\n </div>\r\n <div style=\"float:left;\">\r\n <p>Welcome!</p>\r\n <span class=\"invite-slogan\">AHN Cardiology</span>\r\n <div>\r\n Sign up new AHN <br>clients for Care |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
module.exports = function(grunt) { | |
grunt.loadNpmTasks("grunt-steroids"); | |
grunt.loadNpmTasks('grunt-contrib-compass'); | |
grunt.registerTask("steroids-compass", "Compile sass files from the stylesheets and put them in the dist/stylesheets directory", function() { | |
grunt.extendConfig({ | |
compass: { |