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
<svg xmlns="http://www.w3.org/2000/svg" width="424.2" height="792" viewBox="93.5 2.3 424.2 792"><path fill="#949494" d="M457.5 2.3h-303c-33.5 0-60.9 27.4-60.9 60.9v670.2c0 33.5 27.4 60.9 60.9 60.9h302.3c33.5 0 60.9-27.4 60.9-60.9V63.2c.8-33.5-26.6-60.9-60.2-60.9zm35.8 669.4H118.7V94.4h373.9v577.2h.7z"/><path fill="#13A4DE" d="M396 381.8h-75.8V306h-28.4v75.8H216v28.4h75.8V486h28.4v-75.8H396"/></svg> |
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
<svg xmlns="http://www.w3.org/2000/svg" width="424.2" height="792" viewBox="93.5 2.3 424.2 792"><path fill="#949494" d="M457.5 2.3h-303c-33.5 0-60.9 27.4-60.9 60.9v670.2c0 33.5 27.4 60.9 60.9 60.9h302.3c33.5 0 60.9-27.4 60.9-60.9V63.2c.8-33.5-26.6-60.9-60.2-60.9zm35.8 669.4H118.7V94.4h373.9v577.2h.7z"/><path fill="#13A4DE" d="M396 381.8h-75.8V306h-28.4v75.8H216v28.4h75.8V486h28.4v-75.8H396"/></svg> |
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
.embed-responsive { | |
position: relative; | |
display: block; | |
height: 0; | |
padding: 0; | |
overflow: hidden; | |
&.embed-widescreen { | |
padding-bottom: 56.25%; | |
} | |
.embed-responsive-item, |
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
if (!window.location.origin) { // Some browsers (mainly IE) does not have this property, so we need to build it manually... | |
window.location.origin = window.location.protocol + '//' + window.location.hostname + (window.location.port ? (':' + window.location.port) : ''); | |
} |
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
// debulked onresize handler | |
// http://git.io/ewxZVQ | |
function on_resize(c,t){onresize=function(){clearTimeout(t);t=setTimeout(c,100)};return c}; |
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
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
<script>window.jQuery || document.write('<script src="bower_components/jquery/dist/jquery.min.js"><\/script>')</script> |
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
{ | |
"directory": "bower_components" | |
} |
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
.lp--retail .lp-banner__skew { | |
background: #fcbd1b; | |
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.5773502691896246, M21=0, M22=1, SizingMethod='auto expand')"; | |
} | |
.lp-banner__skew { | |
left: -95px; | |
left: -185px\9; | |
width: 570px; | |
height: 319px; |
NewerOlder