43f75bd17a51f2a1247279b602a7b938a75fc8a8
[aai/sparky-fe.git] / resources / scss / common / _variables.scss
1 /**
2  * ============LICENSE_START=======================================================
3  * org.onap.aai
4  * ================================================================================
5  * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6  * Copyright © 2017 Amdocs
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  *       http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  * ============LICENSE_END=========================================================
20  *
21  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22  */
23
24
25 // primary colors
26 $blue: #009fdb;
27 $dark-blue: #0568ae;
28 $light-blue: #71c5e8;
29 $green: #4ca90c;
30 $dark-green: #007a3e;
31 $light-green: #b5bd00;
32 $orange: #ea7400;
33 $yellow: #ffb81c;
34 $dark-purple: #702f8a;
35 $purple: #9063cd;
36 $light-purple: #caa2dd;
37 $black: #000000;
38 $dark-gray: #5a5a5a;
39 $gray: #959595;
40 $light-gray: #d2d2d2;
41 $white: #ffffff;
42
43 // Secondary Colors
44 $red: #cf2a2a;
45 $background-gray: #f2f2f2;
46 $text-black: #191919;
47 $link-blue: #056bae;
48 $functional-green: #007a3e;
49 $functional-yellow: #ffb81c;
50 $tlv-gray: #f8f8f8;
51 $tlv-light-gray: #eaeaea;
52 $di-light-grey: #91a2ae;
53 $tlv-hover: #e6f6fb;
54
55
56 $scroll-bar-color: $dark-gray;
57
58 //responsive @media params
59 $tablet-max-width: 1024px;
60 $laptop-min-width: 1224px;
61 $desktop-min-width: 1824px;
62
63 /* Textures */
64 $images-folder-name: "../images";
65 $plus-circle-icon: $images-folder-name + "/plus-circle-icon.svg";
66 $interface-icon: $images-folder-name + "/interface.svg";
67 $sdc-logo: $images-folder-name + "/logo.svg";
68 $warning-icon: $images-folder-name + "/warning.svg";
69 $icons-folder-path: $images-folder-name + "/icons";