icon_admin.css
3.45 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/*
LESS variables are information about icon's compiled state, stored under its original file name
.icon-home {
width: @icon-home-width;
}
The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;
At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables
.icon-home {
.sprite-width(@icon-home);
}
.icon-email {
.sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
but can be overridden inside of LESS
This must be run when you have at least 2 sprites.
If run with a single sprite, then there will be reference errors.
.sprites(@spritesheet-sprites);
*/
.m-icon {
display: inline-block;
vertical-align: middle;
}
.icon-admin_10 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -213px 0px;
width: 100px;
height: 56px;
}
.icon-admin_11 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -107px 0px;
width: 100px;
height: 56px;
}
.icon-admin_12 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -106px -124px;
width: 100px;
height: 56px;
}
.icon-admin_13 {
background-image: url(../images/dist/admin_sprite.png);
background-position: 0px -62px;
width: 100px;
height: 56px;
}
.icon-admin_14 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -106px -62px;
width: 100px;
height: 56px;
}
.icon-admin_15 {
background-image: url(../images/dist/admin_sprite.png);
background-position: 0px -124px;
width: 100px;
height: 56px;
}
.icon-admin_16 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -104px -186px;
width: 14px;
height: 14px;
}
.icon-admin_17 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -44px -186px;
width: 14px;
height: 14px;
}
.icon-admin_18 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -64px -186px;
width: 14px;
height: 14px;
}
.icon-admin_19 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -84px -186px;
width: 14px;
height: 14px;
}
.icon-admin_2 {
background-image: url(../images/dist/admin_sprite.png);
background-position: 0px 0px;
width: 101px;
height: 56px;
}
.icon-admin_3 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -22px -186px;
width: 16px;
height: 20px;
}
.icon-admin_4 {
background-image: url(../images/dist/admin_sprite.png);
background-position: 0px -186px;
width: 16px;
height: 20px;
}
.icon-admin_5 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -138px -186px;
width: 8px;
height: 8px;
}
.icon-admin_6 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -124px -186px;
width: 8px;
height: 8px;
}
.icon-admin_7 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -213px -124px;
width: 100px;
height: 56px;
}
.icon-admin_9 {
background-image: url(../images/dist/admin_sprite.png);
background-position: -213px -62px;
width: 100px;
height: 56px;
}
.icon-angle {
background-image: url(../images/dist/admin_sprite.png);
background-position: -152px -186px;
width: 8px;
height: 8px;
}