Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / ConnectionPointSelector.scss
diff --git a/skyquake/plugins/composer/src/src/styles/ConnectionPointSelector.scss b/skyquake/plugins/composer/src/src/styles/ConnectionPointSelector.scss
new file mode 100644 (file)
index 0000000..53e08df
--- /dev/null
@@ -0,0 +1,14 @@
+.ConnectionPointSelector {
+       display: inline-block;
+       //position: fixed;
+       bottom: 2px;
+       font-size: 10px;
+       text-align: center;
+       border-radius: 33px;
+       margin: 0 0 0 -12px;
+       padding: 12px;
+       background-color: rgba(255, 255, 255, 0.66);
+       border-top: 1px solid rgba(192, 192, 192, 0.13);
+       border-bottom: 1px solid rgba(192, 192, 192, 0.13);
+       z-index: 9;
+}
\ No newline at end of file