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