Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / _variables.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 $primary-bg-color: #f1f1f1;
20 $primary-contrast-bg-color: #cbd1d1;
21 $primary-selected-bg-color: rgb(159, 196, 244);
22
23 $button-bg-color: rgb(225, 225, 225);
24 $button-border-color: rgba(169, 169, 169, 0.5);
25
26 $panel-border-color: rgba(143, 143, 143, 0.5);
27 $panel-border-color-light: lighten($panel-border-color, 30%);
28 $panel-bg-color: #e5e5e5;
29 $panel-bg-color-contrast: $primary-contrast-bg-color;
30
31 $section-border-color: rgb(175, 175, 185);
32
33 $panel-font-color: #666;
34
35 $primary-hover-fg-color: rgb(0, 0, 0);
36 $primary-hover-bg-color: #7E9BC1;
37 $text-secondary-color: #EF8354;
38
39
40 $green: #31D2B1;
41 $black: #2D3036;
42 $white: #F8F9FC;
43 $headers: #EFF5FE;
44 $grey: #ABB6C6;
45
46 $field-border-radius: 3px;
47 $field-background-color: white;
48 $child-indent-left-right-margin: 5px;
49
50 $img-path: '../images';