feat: editor-code component

This commit is contained in:
NGPixel
2018-02-11 00:20:17 -05:00
parent 3471a7a6f9
commit 1a051f5569
40 changed files with 307 additions and 4476 deletions

View File

@@ -16,10 +16,21 @@ .onboarding {
top: 0;
left: 0;
background-image: url('../static/svg/login-bg-motif.svg');
background-position: center center;
background-repeat: repeat;
background-size: 500px;
z-index: 0;
opacity: .75;
animation: onboardingBgReveal 50s linear infinite;
@include keyframes(onboardingBgReveal) {
0% {
background-position-y: 0;
}
100% {
background-position-y: -2000px;
}
}
}
img {