X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fframework%2Fwidgets%2Fpanel%2Fpanel.scss;h=75dc8acf516bfce0d244c8d060a05b8afa25dcc8;hb=ba19ffdfd442c7ebe66f482b90f6bc65a0e9b8be;hp=ff36bbf0da5659668b5bb5db273ebbec2950365f;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/framework/widgets/panel/panel.scss b/skyquake/framework/widgets/panel/panel.scss index ff36bbf0d..75dc8acf5 100644 --- a/skyquake/framework/widgets/panel/panel.scss +++ b/skyquake/framework/widgets/panel/panel.scss @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -53,6 +53,25 @@ width:100%; height:100%; } + .close-btn { + cursor:pointer; + position: absolute; + right: -0.5rem; + top: -0.5rem; + img { + width: 1rem; + } + } +} + +.skyquakePanelWrapper.column { + -ms-flex-direction:column; + flex-direction:column; + display:-ms-flexbox; + display:flex; + .skyquakePanel-wrapper { + height:auto; + } } /* Style for storybook */