added sensor templates

Change-Id: I805828ce3cb80dbceb1dbba5d0e39fb31fbd6baf
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/elements/export.scss b/app/common/styles/elements/export.scss
new file mode 100644
index 0000000..45b910a
--- /dev/null
+++ b/app/common/styles/elements/export.scss
@@ -0,0 +1,26 @@
+//Export button
+.btn-export {
+  text-transform: capitalize;
+  color: $black;
+  font-size: .9em;
+  font-weight: 700;
+  position: relative;
+  padding: 0 0 1em 2em;
+  margin-right: .6em;
+  &:hover {
+    text-decoration: underline;
+  }
+}
+.btn-export {
+  margin-top: 7px;
+}
+.btn-export:before {
+  content: '\21E5';
+  position: absolute;
+  font-size: 1.7em;
+  vertical-align: middle;
+  transform: rotate(90deg);
+  display: inline-block;
+  left: 2px;
+  top: -5px;
+}
\ No newline at end of file