update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / CanvasPanel.scss
1
2 /*
3  *
4  *   Copyright 2016 RIFT.IO Inc
5  *
6  *   Licensed under the Apache License, Version 2.0 (the "License");
7  *   you may not use this file except in compliance with the License.
8  *   You may obtain a copy of the License at
9  *
10  *       http://www.apache.org/licenses/LICENSE-2.0
11  *
12  *   Unless required by applicable law or agreed to in writing, software
13  *   distributed under the License is distributed on an "AS IS" BASIS,
14  *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  *   See the License for the specific language governing permissions and
16  *   limitations under the License.
17  *
18  */
19 @import 'variables';
20
21 .CanvasPanel {
22         position: absolute;
23         top: 0;
24         right: 0;
25         bottom: 0;
26         left: 250px;
27         width: auto;
28         min-width: 300px;
29         overflow: hidden;
30         z-index: 1;
31
32         .CanvasPanelHeader {
33                 h1 {
34                         margin: 0;
35                         min-height: 56px;
36                         padding: 20px;
37                         color: #000000;
38                         font-size: 14px;
39                         font-weight: bold;
40                         text-align: left;
41                         text-transform: uppercase;
42                         line-height: 16px;
43                         background-color: #ffffff;
44                 }
45         }
46         .CanvasPanelBody {
47                 position: absolute;
48                 bottom: 0;
49                 top: 142px;
50         }
51         .CanvasPanelTabs {
52             height: 32px;
53         margin-top: 49px;
54             background-color: #cbd1d1;
55             .CatalogFilter {
56                         max-width:25%;
57                     margin-left: 1rem;
58                 margin-top: 3px;
59                         button {
60                             -ms-flex-pack: center;
61                         justify-content: center;
62                             &.-selected {
63                                 background:#e5e5e5;
64                             }
65                         }
66             }
67         }
68 }