View form-redirect-params.js
/** | |
* Append the form data from a HubSpot form automatically | |
* to the redirect URL query parameters. These values can | |
* then be used on the form to modify the user experience | |
* of the Thank You page | |
* | |
* LICENSE | |
* Form redirect | |
* Written in 2015 by Mike Axiak <maxiak@hubspot.com> | |
* Updated in 2016 by Seth Meranda <seth.meranda@cune.edu> |
View facebook_like-box_responsive.css
/* | |
Make the Facebook Like box responsive (fluid width) | |
https://developers.facebook.com/docs/reference/plugins/like-box/ | |
*/ | |
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */ | |
#fb-root { | |
display: none; | |
} |
View UNL WDN Templates v3.1 CSS Media Queries
/* UNL WDN Templates | |
v3.1 CSS Media Queries */ | |
@media (min-width: 320px) { | |
} | |
@media (min-width: 480px) { | |
} | |
@media (min-width: 600px) { |
View unl_mq.less
/* | |
* | |
* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS! | |
* less/dir/file.less | |
* | |
* --------------------------- | |
* Styles associated with the XYZ | |
* --------------------------- | |
*/ | |
@import "../_mixins/all.less"; |