Subversion Repositories SmartDukaan

Rev

Rev 22551 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
.icon-envelope-l {
2
	background: url('../images/icons/line-icon.png') no-repeat -727px  -62px;	
3
	width: 24px;
4
	height: 16px;;
5
	display: inline-block !important;
6
}
7
.icon-bell-l {
8
	background: url('../images/icons/line-icon.png') no-repeat -217px -18px;	
9
	width: 23px;
10
	height: 25px;;
11
	display: inline-block !important;
12
}
22551 ashik.ali 13
.icon-wallet-l {
14
	background: url('../images/icons/line-icon.png') no-repeat -16px -97px;	
15
	width: 23px;
16
	height: 25px;;
17
	display: inline-block !important;
18
}
19
 
21987 kshitij.so 20
.icon-cart-l {
21
	background: url('../images/icons/line-icon.png') no-repeat -96px -97px;	
22
	width: 23px;
23
	height: 25px;;
24
	display: inline-block !important;
25
}
21627 kshitij.so 26
.icon-task-l {
27
	background: url('../images/icons/line-icon.png') no-repeat -517px -102px;
28
	width: 23px;
29
	height: 16px;;
30
	display: inline-block !important;	
31
}
32
.icon-dashboard-l {
33
	background: url('../images/icons/line-icon.png') no-repeat -15px -17px;
34
	width: 24px;
35
	height: 24px;
36
	display: inline-block !important;
37
}
38
.icon-charts-l {
39
	background: url('../images/icons/line-icon.png') no-repeat -136px -98px;
40
	width: 24px;
41
	height: 24px;
42
	display: inline-block !important;
43
}
44
.icon-calendar-l {
45
	background: url('../images/icons/line-icon.png') no-repeat -435px -138px;
46
	width: 24px;
47
	height: 22px;
48
	display: inline-block !important;
49
}
50
.icon-login-l {
51
	background: url('../images/icons/line-icon.png') no-repeat -687px -59px;
52
	width: 23px;
53
	height: 23px;
54
	display: inline-block !important;
55
}
56
.icon-map-l {
57
	background: url('../images/icons/line-icon.png') no-repeat -519px -134px;
58
	width: 19px;
59
	height: 29px;
60
	display: inline-block !important;
61
}
62
.icon-widget-l {
63
	background: url('../images/icons/line-icon.png') no-repeat -357px -19px;
64
	width: 22px;
65
	height: 22px;
66
	display: inline-block !important;	
67
}
68
.icon-uikit-l {
69
	background: url('../images/icons/line-icon.png') no-repeat -135px -57px;
70
	width: 24px;
71
	height: 24px;
72
	display: inline-block !important;
73
}
74
.icon-pages-l {
75
	background: url('../images/icons/line-icon.png') no-repeat -729px -18px;
76
	width: 21px;
77
	height: 25px;
78
	display: inline-block !important;
79
}
80
.icon-form-l {
81
	background: url('../images/icons/line-icon.png') no-repeat -55px -102px;
82
	width: 26px;
83
	height: 18px;
84
	display: inline-block !important;
85
}
86
.icon-table-l {
87
	background: url('../images/icons/line-icon.png') no-repeat -807px -140px;
88
	width: 26px;
89
	height: 20px;
90
	display: inline-block !important;
91
}
24523 amit.gupta 92
.icon-support-l {
93
	background: url('../images/icons/care1.jpg') no-repeat;
94
	width: 40px;
95
	height: 40px;
96
	display: inline-block !important;
97
}
21627 kshitij.so 98
 
99
 
100
 
101
 
102
 
103
 
104
 
105
/*Hover*/
106
.icon-envelope-l:hover,.icon-envelope-l.active{
107
	background: url('../images/icons/line-icon-hover.png') no-repeat -727px  -62px;	
108
	width: 24px;
109
	height: 16px;
110
	display: inline-block !important;
111
}
112
.icon-bell-l:hover{
113
	background: url('../images/icons/line-icon-hover.png') no-repeat -217px -18px;	
114
	width: 23px;
115
	height: 25px;
116
	display: inline-block !important;
117
}
118
.icon-task-l:hover{
119
	background: url('../images/icons/line-icon-hover.png') no-repeat -517px -102px;
120
	width: 23px;
121
	height: 16px;
122
	display: inline-block !important;	
21987 kshitij.so 123
}
22551 ashik.ali 124
.icon-wallet-l:hover {
125
	background: url('../images/icons/line-icon-hover.png') no-repeat -16px -97px;	
126
	width: 23px;
127
	height: 25px;;
128
	display: inline-block !important;
129
}
21987 kshitij.so 130
.icon-cart-l:hover{
131
	background: url('../images/icons/line-icon-hover.png') no-repeat -96px -97px;	
132
	width: 23px;
133
	height: 25px;;
134
	display: inline-block !important;
21627 kshitij.so 135
}