diff --git a/elastic/index.css b/elastic/index.css deleted file mode 100644 index 5eb9cbf..0000000 --- a/elastic/index.css +++ /dev/null @@ -1 +0,0 @@ -.frame{position:absolute;top:50%;left:50%;width:400px;height:400px;margin-top:-200px;margin-left:-200px;border-radius:2px;box-shadow:1px 2px 10px 0px rgba(0,0,0,.3);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.top,.bottom{position:absolute;width:100%;height:200px;top:0;left:0;background-color:#444}.bottom{top:50%;background-color:#37d493}.eclipse{position:absolute;z-index:2;width:420px;height:400px;top:0}/*# sourceMappingURL=index.css.map */ diff --git a/elastic/index.css.map b/elastic/index.css.map deleted file mode 100644 index 4567c25..0000000 --- a/elastic/index.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["index.scss"],"names":[],"mappings":"AAOA,OACC,kBACA,QACA,SACA,YACA,aACA,kBACA,mBACA,kBACA,2CACA,mCACA,kCACA,gBAGD,aACC,kBACA,WACA,aACA,MACA,OACA,iBA3BM,KA8BP,QAEC,QACA,iBAlCO,QAqCR,SACC,kBACA,UACA,MArCS,MAsCT,OApCU,MAqCV","file":"index.css"} \ No newline at end of file diff --git a/elastic/index.html b/elastic/index.html deleted file mode 100644 index 8e9cf7b..0000000 --- a/elastic/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Elastic - - - - -
-
-
-
-
-
-
-
- - diff --git a/elastic/index.scss b/elastic/index.scss deleted file mode 100644 index 95aa516..0000000 --- a/elastic/index.scss +++ /dev/null @@ -1,44 +0,0 @@ -$green: #37d493; -$grey: #444; -$speed: 5s; -$e-width: 420px; -$e-w-offset: -10px; -$e-height: 400px; - -.frame { - position: absolute; - top: 50%; - left: 50%; - width: 400px; - height: 400px; - margin-top: -200px; - margin-left: -200px; - border-radius: 2px; - box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3); - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - overflow: hidden; -} - -.top { - position: absolute; - width: 100%; - height: 200px; - top: 0; - left: 0; - background-color: $grey; -} - -.bottom { - @extend .top; - top: 50%; - background-color: $green; -} - -.eclipse { - position: absolute; - z-index: 2; - width: $e-width; - height: $e-height; - top: 0; -}