Subversion Repositories SmartDukaan

Rev

Rev 21627 | 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
}
21987 kshitij.so 13
.icon-cart-l {
14
	background: url('../images/icons/line-icon.png') no-repeat -96px -97px;	
15
	width: 23px;
16
	height: 25px;;
17
	display: inline-block !important;
18
}
21627 kshitij.so 19
.icon-task-l {
20
	background: url('../images/icons/line-icon.png') no-repeat -517px -102px;
21
	width: 23px;
22
	height: 16px;;
23
	display: inline-block !important;	
24
}
25
.icon-dashboard-l {
26
	background: url('../images/icons/line-icon.png') no-repeat -15px -17px;
27
	width: 24px;
28
	height: 24px;
29
	display: inline-block !important;
30
}
31
.icon-charts-l {
32
	background: url('../images/icons/line-icon.png') no-repeat -136px -98px;
33
	width: 24px;
34
	height: 24px;
35
	display: inline-block !important;
36
}
37
.icon-calendar-l {
38
	background: url('../images/icons/line-icon.png') no-repeat -435px -138px;
39
	width: 24px;
40
	height: 22px;
41
	display: inline-block !important;
42
}
43
.icon-login-l {
44
	background: url('../images/icons/line-icon.png') no-repeat -687px -59px;
45
	width: 23px;
46
	height: 23px;
47
	display: inline-block !important;
48
}
49
.icon-map-l {
50
	background: url('../images/icons/line-icon.png') no-repeat -519px -134px;
51
	width: 19px;
52
	height: 29px;
53
	display: inline-block !important;
54
}
55
.icon-widget-l {
56
	background: url('../images/icons/line-icon.png') no-repeat -357px -19px;
57
	width: 22px;
58
	height: 22px;
59
	display: inline-block !important;	
60
}
61
.icon-uikit-l {
62
	background: url('../images/icons/line-icon.png') no-repeat -135px -57px;
63
	width: 24px;
64
	height: 24px;
65
	display: inline-block !important;
66
}
67
.icon-pages-l {
68
	background: url('../images/icons/line-icon.png') no-repeat -729px -18px;
69
	width: 21px;
70
	height: 25px;
71
	display: inline-block !important;
72
}
73
.icon-form-l {
74
	background: url('../images/icons/line-icon.png') no-repeat -55px -102px;
75
	width: 26px;
76
	height: 18px;
77
	display: inline-block !important;
78
}
79
.icon-table-l {
80
	background: url('../images/icons/line-icon.png') no-repeat -807px -140px;
81
	width: 26px;
82
	height: 20px;
83
	display: inline-block !important;
84
}
85
 
86
 
87
 
88
 
89
 
90
 
91
 
92
/*Hover*/
93
.icon-envelope-l:hover,.icon-envelope-l.active{
94
	background: url('../images/icons/line-icon-hover.png') no-repeat -727px  -62px;	
95
	width: 24px;
96
	height: 16px;
97
	display: inline-block !important;
98
}
99
.icon-bell-l:hover{
100
	background: url('../images/icons/line-icon-hover.png') no-repeat -217px -18px;	
101
	width: 23px;
102
	height: 25px;
103
	display: inline-block !important;
104
}
105
.icon-task-l:hover{
106
	background: url('../images/icons/line-icon-hover.png') no-repeat -517px -102px;
107
	width: 23px;
108
	height: 16px;
109
	display: inline-block !important;	
21987 kshitij.so 110
}
111
 
112
.icon-cart-l:hover{
113
	background: url('../images/icons/line-icon-hover.png') no-repeat -96px -97px;	
114
	width: 23px;
115
	height: 25px;;
116
	display: inline-block !important;
21627 kshitij.so 117
}