X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fstyles%2FCanvasPanelTray.scss;h=899eb8fc56717604932ef561d82db08b6a64be29;hb=90cc23ed2b0234e35c2ac86391923c64dca5c53e;hp=55844b64f426523937d224f47d41ec9e759ec273;hpb=1065d361f1c1b0c4f1334efe736f2e6e940e7035;p=osm%2FUI.git diff --git a/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss b/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss index 55844b64f..899eb8fc5 100644 --- a/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss +++ b/skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss @@ -30,7 +30,7 @@ $tray-head-height: 25px; height: 25px; min-width: 300px; /* background-color: white;*/ - background: #cbd1d1; + background: $panel-bg-color; &.-with-transitions { transition: height 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000); } @@ -65,14 +65,17 @@ $tray-head-height: 25px; &-buttons { display: -ms-flexbox; display: flex; - margin-top: 1px; + margin-top: 2px; + button { + padding: 6px 34px; + } } .tray-body { top:31px; } .ConfigParameterMap { - background: #cbd1d1; + background: $panel-bg-color; .EditDescriptorModelProperties { margin-left: 8px; @@ -83,6 +86,8 @@ $tray-head-height: 25px; 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%;