Introduction of external URLs
[aai/sparky-fe.git] / resources / scss / components / launchExternalResource / _launchExternalResource.scss
diff --git a/resources/scss/components/launchExternalResource/_launchExternalResource.scss b/resources/scss/components/launchExternalResource/_launchExternalResource.scss
new file mode 100644 (file)
index 0000000..8feeb1f
--- /dev/null
@@ -0,0 +1,15 @@
+.launch-external-resource-button {
+  color: transparent;
+  background-color: transparent;
+  background-image: url($icons-folder-path + '/../launchExternalResource/ann-icon.svg');
+  font-size: 20px;
+  padding: 2px 5px;
+  margin-left: 10px;
+  border: none;
+  vertical-align: text-bottom;
+  height: 30px;
+  width: 30px;
+  background-repeat: no-repeat;
+}
+
+.launch-in-context {}