blob: 010d30c9ef2297a498df05bb07a1213fa794bebf [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001.sprite-welcome {
2 background-image: url(images/welcome/sprite.png);
3 display: inline-block;
4 vertical-align: middle;
5
6 &.logo {
7 background-position: 0 0;
8 width: 149px;
9 height: 47px;
10 position: absolute;
11 top: 25px;
12 left: 20px;
13 }
14
15 &.play {
16 background-position: 0 -60px;
17 width: 120px;
18 height: 120px;
19 }
20
21 &.close {
22 background-position: -166px -11px;
23 width: 25px;
24 height: 25px;
25 }
26
27 &.close_white {
28 background-position: -166px -37px;
29 width: 25px;
30 height: 25px;
31 }
32
33 &.recycle {
34 background-position: -125px -60px;
35 width: 24px;
36 height: 24px;
37 }
38
39 &.idea {
40 background-position: -159px -57px;
41 width: 23px;
42 height: 25px;
43 }
44
45 &.jigsaw {
46 background-position: -125px -94px;
47 width: 25px;
48 height: 25px;
49 }
50
51 &.ball {
52 background-position: -159px -95px;
53 width: 23px;
54 height: 23px;
55 }
56
57}