Subversion Repositories SmartDukaan

Rev

Rev 21987 | Rev 24523 | 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
}
92
 
93
 
94
 
95
 
96
 
97
 
98
 
99
/*Hover*/
100
.icon-envelope-l:hover,.icon-envelope-l.active{
101
	background: url('../images/icons/line-icon-hover.png') no-repeat -727px  -62px;	
102
	width: 24px;
103
	height: 16px;
104
	display: inline-block !important;
105
}
106
.icon-bell-l:hover{
107
	background: url('../images/icons/line-icon-hover.png') no-repeat -217px -18px;	
108
	width: 23px;
109
	height: 25px;
110
	display: inline-block !important;
111
}
112
.icon-task-l:hover{
113
	background: url('../images/icons/line-icon-hover.png') no-repeat -517px -102px;
114
	width: 23px;
115
	height: 16px;
116
	display: inline-block !important;	
21987 kshitij.so 117
}
22551 ashik.ali 118
.icon-wallet-l:hover {
119
	background: url('../images/icons/line-icon-hover.png') no-repeat -16px -97px;	
120
	width: 23px;
121
	height: 25px;;
122
	display: inline-block !important;
123
}
21987 kshitij.so 124
.icon-cart-l:hover{
125
	background: url('../images/icons/line-icon-hover.png') no-repeat -96px -97px;	
126
	width: 23px;
127
	height: 25px;;
128
	display: inline-block !important;
21627 kshitij.so 129
}