X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FCanvasPanelTray.scss;h=94f2b4352accaf78fc7b1da9395f1fbaf2f22aa2;hp=7e9e3360f9f9d3b68f3c65f736a705409b18bc17;hb=refs%2Ftags%2Fv3.0.0rc2;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss b/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss index 7e9e3360f..94f2b4352 100644 --- a/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss +++ b/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -29,7 +29,8 @@ $tray-head-height: 25px; right: 0; height: 25px; min-width: 300px; - background-color: white; + /* background-color: white;*/ + background: $panel-bg-color; &.-with-transitions { transition: height 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); } @@ -60,4 +61,43 @@ $tray-head-height: 25px; } } + + &-buttons { + display: -ms-flexbox; + display: flex; + margin-top: 2px; + button { + padding: 6px 34px; + } + } + .tray-body { + top:31px; + } + .ConfigParameterMap { + padding: 10px 20px; + background: $panel-bg-color; + + .toggleable { + display:-ms-flexbox; + display:flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + background: $panel-bg-color-contrast; + margin:8px 0; + & > .leaf-property { + -ms-flex: 1 0 100%; + flex: 1 0 100%; + margin: 8px 0; + padding: 0 8px; + background: none; + .property-label { + } + } + & > .container-property { + -ms-flex: 1 1; + flex: 1 1; + } + } + } + }