Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / ConnectionPointSelector.scss
1 .ConnectionPointSelector {
2         display: inline-block;
3         //position: fixed;
4         bottom: 2px;
5         font-size: 10px;
6         text-align: center;
7         border-radius: 33px;
8         margin: 0 0 0 -12px;
9         padding: 12px;
10         background-color: rgba(255, 255, 255, 0.66);
11         border-top: 1px solid rgba(192, 192, 192, 0.13);
12         border-bottom: 1px solid rgba(192, 192, 192, 0.13);
13         z-index: 9;
14 }