Package Mananger
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / RiftHeader.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 .RiftHeader {
22         .header-app {
23                 background-color: #f1f1f1;
24             height: 131px;
25             padding: 20px 0;
26             position: relative;
27
28             h1 {
29                         background: url('../images/header-logo.png') no-repeat left center;
30                         height: 51px;
31                         line-height: 51px;
32                         margin-left: 80px;
33                         padding-left: 118px;
34                         position: absolute;
35                         left: 0;
36                         text-transform: uppercase;
37                         font-size: 1.625rem;
38                         font-weight: normal;
39             }
40         }
41
42         div {
43                 background-color: #f1f1f1;
44                 padding-left: 1.25rem;
45                 display: flex;
46                 margin: 0 0 0.5rem 0;
47
48                 a {
49                         cursor: pointer;
50                 }
51         }
52 }