Subversion Repositories SmartDukaan

Rev

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