nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / styles / sprites.less
1 /*-
2  * ================================================================================
3  * eCOMP Portal
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ================================================================================
19  */
20  .sprite-base {
21   background: url('../assets/images/sprite.png') top left no-repeat;
22 }
23
24 .ecomp-logo {
25   background: url('../assets/images/ecomp_logo.png');
26   width: 58px;
27   height: 28px;
28 }
29
30 .ico_user {
31   .sprite-base;
32   width: 16px;
33   height: 19px;
34   background-position: -10px -48px;
35 }
36
37 .ico_add_user {
38   .sprite-base;
39   width: 19px;
40   height: 19px;
41   background-position: -10px -78px;
42 }
43
44 .ico_dropdown {
45   .sprite-base;
46   width: 12px;
47   height: 7px;
48   background-position: -10px -107px;
49 }
50
51 .ico_search {
52   .sprite-base;
53   width: 14px;
54   height: 14px;
55   background-position: -10px -124px;
56 }
57
58 .ico_trash_default {
59   background: url('../assets/images/deleteicon.png') no-repeat;
60   width: 15px;
61   height: 20px;
62 }
63
64 .ico_trash_disabled {
65   .sprite-base;
66   width: 12px;
67   height: 15px;
68   background-position: -10px -173px;
69 }
70
71 .arrow_down {
72   .sprite-base;
73   width: 12px;
74   height: 5px;
75   background-position: -10px -198px;
76 }
77
78 .arrow_up {
79   .sprite-base;
80   width: 12px;
81   height: 5px;
82   background-position: -10px -213px;
83 }
84
85 .checkbox_checked {
86   .sprite-base;
87   width: 14px;
88   height: 14px;
89   background-position: -10px -228px;
90 }
91
92 .checkbox_disabled {
93   .sprite-base;
94   width: 14px;
95   height: 14px;
96   background-position: -10px -252px;
97 }
98
99 .checkbox_unchecked {
100   .sprite-base;
101   width: 14px;
102   height: 14px;
103   background-position: -10px -276px;
104 }
105
106 .checkbox_unchecked_hover {
107   .sprite-base;
108   width: 14px;
109   height: 14px;
110   background-position: -10px -300px;
111 }
112
113 .default_upload_image{
114   .sprite-base;
115   width:150px;
116   height:100px;
117   background-position:-10px -324px;
118 }