This file contains hidden or 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
Name | Unit | Expression | Value | Comments | |
---|---|---|---|---|---|
tabHeight | mm | 15 mm | 15.00 | Should not edit this parameter | |
tabTopWidth | mm | 8 mm | 8.00 | Should not edit this parameter | |
tabBottomWidth | mm | 14 mm | 14.00 | Should not edit this parameter | |
tabSpacer | mm | 3 mm | 3.00 | Should not edit this parameter | |
tabWidth | mm | 16.5 mm | 16.50 | Should not edit this parameter | |
tabCircleRadius | mm | 4.5 mm | 4.50 | Should not edit this parameter | |
tabCircleSpacer | mm | 5 mm | 5.00 | Should not edit this parameter | |
tilt | deg | 20 deg | 20.00 | Device tilt | |
baseLength | mm | 120 mm | 120.00 | Stand length |
This file contains hidden or 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
var gulp = require('gulp'), | |
less = require('gulp-less'), | |
autoprefix = require('gulp-autoprefixer'), | |
sourcemaps = require('gulp-sourcemaps'), | |
rename = require('gulp-rename'), | |
concat = require('gulp-concat'), | |
minifyCSS = require('gulp-minify-css'), | |
jshint = require('gulp-jshint'), | |
uglify = require('gulp-uglify'), | |
livereload = require('gulp-livereload'), |
This file contains hidden or 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
background: linear-gradient(44deg, #c8461f, #bdc81f, #36c81f, #1fc8b3, #1f57c8, #a21fc8, #c81f2d); | |
background-size: 1400% 1400%; | |
-webkit-animation: AnimationName 36s ease infinite; | |
-moz-animation: AnimationName 36s ease infinite; | |
animation: AnimationName 36s ease infinite; | |
@-webkit-keyframes AnimationName { | |
0%{background-position:0% 99%} | |
50%{background-position:100% 2%} |