mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
13 lines
330 B
CSS
13 lines
330 B
CSS
|
|
.welcome_promo_party {
|
||
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
|
||
|
|
background-position: 0px 0px;
|
||
|
|
width: 270px;
|
||
|
|
height: 180px;
|
||
|
|
}
|
||
|
|
.welcome_sample_tasks {
|
||
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
|
||
|
|
background-position: -271px 0px;
|
||
|
|
width: 246px;
|
||
|
|
height: 165px;
|
||
|
|
}
|