RIFT-15245: Vnfd-id edit in VNF composer behaves strangely
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / FullScreen.scss
1 body.-is-full-screen {
2         .AppHeader {
3                 display: none;
4         }
5         .AppBody {
6                 top: 0 !important;
7                 bottom: 0 !important;
8         }
9         .CatalogPanel {
10                 display: none;
11         }
12         .CanvasPanel {
13                 left: 0 !important;
14                 right: 0 !important;
15         }
16         .DetailsPanel {
17                 display: none;
18         }
19         .corner-accent {
20                 display: none;
21         }
22 }