update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / CanvasPanel.scss
index 4b9f153..2f684d2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * 
+ *
  *   Copyright 2016 RIFT.IO Inc
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,6 +28,7 @@
        min-width: 300px;
        overflow: hidden;
        z-index: 1;
+
        .CanvasPanelHeader {
                h1 {
                        margin: 0;
        .CanvasPanelBody {
                position: absolute;
                bottom: 0;
+               top: 142px;
+       }
+       .CanvasPanelTabs {
+           height: 32px;
+        margin-top: 49px;
+           background-color: #cbd1d1;
+           .CatalogFilter {
+                       max-width:25%;
+                   margin-left: 1rem;
+               margin-top: 3px;
+                       button {
+                           -ms-flex-pack: center;
+                       justify-content: center;
+                           &.-selected {
+                               background:#e5e5e5;
+                           }
+                       }
+           }
        }
 }