[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / styles / sprites.less
1 .sprite-base {
2   background: url('../assets/images/sprite.png') top left no-repeat;
3 }
4
5 .portal-logo {
6   .sprite-base;
7   width: 28px;
8   height: 28px;
9   background-position: -10px -10px;
10 }
11
12 .ico_user {
13   .sprite-base;
14   width: 16px;
15   height: 19px;
16   background-position: -10px -48px;
17 }
18
19 .ico_add_user {
20   .sprite-base;
21   width: 19px;
22   height: 19px;
23   background-position: -10px -78px;
24 }
25
26 .ico_dropdown {
27   .sprite-base;
28   width: 12px;
29   height: 7px;
30   background-position: -10px -107px;
31 }
32
33 .ico_search {
34   .sprite-base;
35   width: 14px;
36   height: 14px;
37   background-position: -10px -124px;
38 }
39
40 .ico_trash_default {
41   .sprite-base;
42   width: 12px;
43   height: 15px;
44   background-position: -10px -148px;
45 }
46
47 .ico_trash_disabled {
48   .sprite-base;
49   width: 12px;
50   height: 15px;
51   background-position: -10px -173px;
52 }
53
54 .arrow_down {
55   .sprite-base;
56   width: 12px;
57   height: 5px;
58   background-position: -10px -198px;
59 }
60
61 .arrow_up {
62   .sprite-base;
63   width: 12px;
64   height: 5px;
65   background-position: -10px -213px;
66 }
67
68 .checkbox_checked {
69   .sprite-base;
70   width: 14px;
71   height: 14px;
72   background-position: -10px -228px;
73 }
74
75 .checkbox_disabled {
76   .sprite-base;
77   width: 14px;
78   height: 14px;
79   background-position: -10px -252px;
80 }
81
82 .checkbox_unchecked {
83   .sprite-base;
84   width: 14px;
85   height: 14px;
86   background-position: -10px -276px;
87 }
88
89 .checkbox_unchecked_hover {
90   .sprite-base;
91   width: 14px;
92   height: 14px;
93   background-position: -10px -300px;
94 }
95
96 .default_upload_image{
97   .sprite-base;
98   width:150px;
99   height:100px;
100   background-position:-10px -324px;
101 }