-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathline-icons.css
executable file
·104 lines (97 loc) · 2.59 KB
/
line-icons.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.icon-envelope-l {
background: url('../img/icons/line-icon.png') no-repeat -727px -62px;
width: 24px;
height: 16px;;
display: inline-block !important;
}
.icon-bell-l {
background: url('../img/icons/line-icon.png') no-repeat -217px -18px;
width: 23px;
height: 25px;;
display: inline-block !important;
}
.icon-task-l {
background: url('../img/icons/line-icon.png') no-repeat -517px -102px;
width: 23px;
height: 16px;;
display: inline-block !important;
}
.icon-dashboard-l {
background: url('../img/icons/line-icon.png') no-repeat -15px -17px;
width: 24px;
height: 24px;
display: inline-block !important;
}
.icon-charts-l {
background: url('../img/icons/line-icon.png') no-repeat -136px -98px;
width: 24px;
height: 24px;
display: inline-block !important;
}
.icon-calendar-l {
background: url('../img/icons/line-icon.png') no-repeat -435px -138px;
width: 24px;
height: 22px;
display: inline-block !important;
}
.icon-login-l {
background: url('../img/icons/line-icon.png') no-repeat -687px -59px;
width: 23px;
height: 23px;
display: inline-block !important;
}
.icon-map-l {
background: url('../img/icons/line-icon.png') no-repeat -519px -134px;
width: 19px;
height: 29px;
display: inline-block !important;
}
.icon-widget-l {
background: url('../img/icons/line-icon.png') no-repeat -357px -19px;
width: 22px;
height: 22px;
display: inline-block !important;
}
.icon-uikit-l {
background: url('../img/icons/line-icon.png') no-repeat -135px -57px;
width: 24px;
height: 24px;
display: inline-block !important;
}
.icon-pages-l {
background: url('../img/icons/line-icon.png') no-repeat -729px -18px;
width: 21px;
height: 25px;
display: inline-block !important;
}
.icon-form-l {
background: url('../img/icons/line-icon.png') no-repeat -55px -102px;
width: 26px;
height: 18px;
display: inline-block !important;
}
.icon-table-l {
background: url('../img/icons/line-icon.png') no-repeat -807px -140px;
width: 26px;
height: 20px;
display: inline-block !important;
}
/*Hover*/
.icon-envelope-l:hover,.icon-envelope-l.active{
background: url('../img/icons/line-icon-hover.png') no-repeat -727px -62px;
width: 24px;
height: 16px;
display: inline-block !important;
}
.icon-bell-l:hover{
background: url('../img/icons/line-icon-hover.png') no-repeat -217px -18px;
width: 23px;
height: 25px;
display: inline-block !important;
}
.icon-task-l:hover{
background: url('../img/icons/line-icon-hover.png') no-repeat -517px -102px;
width: 23px;
height: 16px;
display: inline-block !important;
}