summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/app/styles/variables.less
blob: afc35a0ba990fffdfd03ec1858c51ea1a6d7b5a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/*-
 * ================================================================================
 * eCOMP Portal
 * ================================================================================
 * Copyright (C) 2017 AT&T Intellectual Property
 * ================================================================================
 * 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.
 * ================================================================================
 */
 /*----------------------------------    General    ----------------------------------------------------------------*/
@font-omnes-regular: arial;
@font-omnes-medium: arial;
@font-omnes-light: arial;
@font-omnes-regular-italic: arial;
@font-omnes-bold: arial;
@font-clearview-regular: arial;
@font-clearview-bold: arial;
@font-clearview-light: arial;
@font-clearview-regular-italic: arial;

@select-width: 440px;
@header-height: 55px;
@padding-left-side: 70px;
@footer-height: 75px;

/* Top of Pages */
@padding-top: 10px;
@page-main-top: 105px;
@page-main-left: 0;
@page-main-right: 0;
@page-main-bottom: @footer-height;
@page-main-position: fixed;
@page-main-overflow-y: scroll;

/* tables */
@table-width: 1170px;
@table-margin: auto;
@table-dropdown-filter-width: 460px;
@table-dropdown-filter-display: inline-block;

@second-level-top: 57px;
@err: #da1f3d;
@input-max-width: 234px;
/*------------------------------- Colors -------------------------------*/
@a : #067ab4;
@b : #156b97;
@c : #0c2577;
@d : #44c8f5;
@e : #4ca90c;
@f : #27a337;
@g : #c4d82d;
@h : #ef6f00;
@i : #fbb313;
@j : #b30a3c;
@k : #e00000;
@l : #81017e;
@m : #da0081;
@n : #333333;
@o : #666666;
@p : #999999;
@q : #d8d8d8;
@r : #eaeaea;
@s : #f2f2f2;
@t : #f8f8f8;
@u : #ffffff;
@v : #e6f6fb;
@z : #199ddf;
@bg : #F2F2F2;

/*------------------------------- Buttons colors -------------------------------*/
@green-active: #4CA90C;
@green-hover: #209657;
@green-border: #45a006;
@blue-active: #067ab4;
@blue-hover: #39b1ec;
@blue-border: #036698;