sp-icon.less
1.22 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
@import "sp-sprite";
.sp-icon {
display: inline-block;
vertical-align: middle;
}
.sprites(@spritesheet-sprites);
// .icon-real-name-mini {
// background-image: url(../images/2.3.0/dist/real-name-mini.png);
// background-position: 0 -268px;
// width: 20px;
// height: 20px;
// background-position: center center;
// }
//
// .icon-home-mini {
// background-image: url(../images/2.3.0/dist/home-mini.png);
// width: 20px;
// height: 20px;
// background-position: center center;
// }
//
// .icon-gold-mini {
// background-image: url(../images/2.3.0/dist/gold-mini.png);
// width: 20px;
// height: 20px;
// background-position: center center;
// }
//
// .icon-sliver-mini {
// background-image: url(../images/2.3.0/dist/sliver-mini.png);
// width: 20px;
// height: 20px;
// background-position: center center;
// }
//
// .icon-copper-mini {
// background-image: url(../images/2.3.0/dist/copper-mini.png);
// width: 20px;
// height: 20px;
// background-position: center center;
// }
//
// .icon-invalid-mini {
// background-image: url(../images/2.3.0/dist/invalid-mini.png);
// width: 20px;
// height: 20px;
// background-position: center center;
// }