Rift.IO OSM R1 Initial Submission
[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         .CanvasPanelHeader {
32                 h1 {
33                         margin: 0;
34                         min-height: 56px;
35                         padding: 20px;
36                         color: #000000;
37                         font-size: 14px;
38                         font-weight: bold;
39                         text-align: left;
40                         text-transform: uppercase;
41                         line-height: 16px;
42                         background-color: #ffffff;
43                 }
44         }
45         .CanvasPanelBody {
46                 position: absolute;
47                 bottom: 0;
48         }
49 }