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
{ | |
"systemColors" : [ | |
{ | |
"colorHex" : "#333333", | |
"colorName" : "Charcoal", | |
"variable" : "$color-app-charcoal" | |
}, | |
{ | |
"linearGradient" : "linear-gradient(45deg, #333333 0%, #000000 100%)", | |
"colorName" : "Dark Gradient", |
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
=center | |
position: relative | |
top: 50% | |
left: 50% | |
transform: translateY(-50%) translateX(-50%) |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- Replace with your own title --> | |
<title>Your Project's Title</title> | |
<script> | |
// Add your own shareable dropbox link | |
window.location.replace("https://www.dropbox.com"); | |
</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
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
// Add vendor prefixes to keyframes | |
@mixin keyframe ($animation-name) | |
@-webkit-keyframes #{$animation-name} | |
@content | |
@-moz-keyframes #{$animation-name} |
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
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
@include keyframe (block-1-animate) | |
0% | |
width: 0 | |
16.6% | |
left: 0 |
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
<div class="shiplify-loader"> | |
<div class="shiplify-logo"> | |
<div class="block-global block1"><span class="green"></span></div> | |
<div class="block-global block2"><span class="green"></span></div> | |
<div class="block-global block3"><span class="green"></span></div> | |
<div class="block-global block4"><span class="green"></span></div> | |
<div class="block-global block5"><span class="green"></span></div> | |
<div class="block-global block6"><span class="green"></span></div> | |
<div class="block-global block7"><span class="green"></span></div> | |
<div class="block-global block8"><span class="green"></span></div> |