mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
18 lines
498 B
CSS
18 lines
498 B
CSS
.welcome_basic_avatars {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
|
|
background-position: -271px 0px;
|
|
width: 246px;
|
|
height: 165px;
|
|
}
|
|
.welcome_promo_party {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
|
|
background-position: 0px 0px;
|
|
width: 270px;
|
|
height: 180px;
|
|
}
|
|
.welcome_sample_tasks {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
|
|
background-position: 0px -181px;
|
|
width: 246px;
|
|
height: 165px;
|
|
}
|