Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / _variables.scss
diff --git a/skyquake/plugins/composer/src/src/styles/_variables.scss b/skyquake/plugins/composer/src/src/styles/_variables.scss
new file mode 100644 (file)
index 0000000..64e5751
--- /dev/null
@@ -0,0 +1,50 @@
+
+/*
+ * 
+ *   Copyright 2016 RIFT.IO Inc
+ *
+ *   Licensed under the Apache License, Version 2.0 (the "License");
+ *   you may not use this file except in compliance with the License.
+ *   You may obtain a copy of the License at
+ *
+ *       http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing, software
+ *   distributed under the License is distributed on an "AS IS" BASIS,
+ *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *   See the License for the specific language governing permissions and
+ *   limitations under the License.
+ *
+ */
+$primary-bg-color: #f1f1f1;
+$primary-contrast-bg-color: #cbd1d1;
+$primary-selected-bg-color: rgb(159, 196, 244);
+
+$button-bg-color: rgb(225, 225, 225);
+$button-border-color: rgba(169, 169, 169, 0.5);
+
+$panel-border-color: rgba(143, 143, 143, 0.5);
+$panel-border-color-light: lighten($panel-border-color, 30%);
+$panel-bg-color: #e5e5e5;
+$panel-bg-color-contrast: $primary-contrast-bg-color;
+
+$section-border-color: rgb(175, 175, 185);
+
+$panel-font-color: #666;
+
+$primary-hover-fg-color: rgb(0, 0, 0);
+$primary-hover-bg-color: #7E9BC1;
+$text-secondary-color: #EF8354;
+
+
+$green: #31D2B1;
+$black: #2D3036;
+$white: #F8F9FC;
+$headers: #EFF5FE;
+$grey: #ABB6C6;
+
+$field-border-radius: 3px;
+$field-background-color: white;
+$child-indent-left-right-margin: 5px;
+
+$img-path: '../images';